Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-kid-doc-0.9.6-lp152.4.1 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-kid-doc Distribution: openSUSE Leap 15.2
Version: 0.9.6 Vendor: openSUSE
Release: lp152.4.1 Build date: Mon Mar 9 19:49:05 2020
Group: Documentation/HTML Build host: cloud111
Size: 1301931 Source RPM: python-kid-0.9.6-lp152.4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.kid-templating.org/
Summary: Documentation for python-kid
This package contains documentation for python-kid.

Provides

Requires

License

MIT

Changelog

* Thu Jun 14 2018 mcepl@suse.com
  - Clean SPEC file
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
* Mon Jul 10 2017 toddrme2178@gmail.com
  - Fix wrong-script-interpreter rpmlint error.
* Wed Feb 01 2012 saschpe@suse.de
  - (Re-add) a proper description
  - Rebase kid-setuptools.patch
* Tue Jan 31 2012 saschpe@suse.de
  - Completely replaced crappy spec file
  - Run testsuite
  - Buildrequire python-distribute
* Mon Jan 15 2007 cthiel@suse.de
  - fix build, only use BuildRequires: python-elementtree on old dists
* Thu Jan 11 2007 poeml@suse.de
  - use python-xml requirement for python 2.5 only (because that's
    where elementtree lives since then)
* Tue Jan 09 2007 poeml@suse.de
  - re-add python-elementtree requirement if built with python < 2.5
* Mon Jan 08 2007 cthiel@suse.de
  - Enhancements
    * Error messages
      o XML errors from the Expat parser are now shown along with the
      corresponding line of the erroneous XML code and the exact position of
      the error.
      o Kid is now much less picky about py:extends and py:layout expressions
      and will output much better error messages if they cause an error.
      o Kid will now also check that you dont' use a Template parameter that
      conflicts with the name of a member of the BaseTemplate class.  Output
      Format Control
      o The serialization methods now take an additional attribute format that
      must be an instance of the new Format class or a string referring to
      one of several predefined output formats. This class gives you more
      fine control over how the text content is serialized. You can do
      things like removing redundant whitespace, adding indentation, word
      wrapping, using named entities and using typographic characters for
      quotes etc. You can also plug-in your own text filters here. The
      chapter on Formatting in the User's Guide lists all available
      parameters.
      o The old filter methods of the Serializer class have been replaced by a
      more powerful general method incorporating the specified format.  HTML
      Serializer
      o As discussed on the mailing list, the HTML serializer now produces
      tags in lowercase. You can change this behavior with the transpose
      attribute or using the output method 'HTML' instead of 'html'.
      o Additional HTML output methods have been defined corresponding to
      Mozilla's "full standards mode", "almost standards mode" and "quirks
      mode." XHTML Serializer
      o The XHTML Serializer now also injects a meta tag with the content type
      at the top of the head section. This had been only done by the
      HTMLSerializer before. The content type is not injected if such a meta
      tag already exists. This automatism can be controlled with the
      inject_type parameter.  XML Comments
      o The rule when variable substitution is applied to XML comments has
      been slightly changed, as explained in the Language Specification.
      Additional parameters for parsing templates
      o The load_template() function now takes additional parameters
      entity_map and exec_module. This lets you choose a different XML
      entity map to be used when parsing the template, and gives you more
      control over the way in which the compiled template code is executed
      in the newly created module. The entity_map parameter can also be
      passed to some other functions such as XML() and compile_file().  Full
      compatibility with Python 2.5 and Python eggs
      o The enable_import mechanism has been completely rewritten to support
      both Python 2.5 and Python eggs. The old method based on ihooks is not
      used any more since ihooks is not compatible with Python eggs; and the
      old method based on path_hooks is not used any more since in Python 2.5,
      importers installed via path_hooks do not fall back to the built-in
      import mechanism any more, breaking the previous implementation.
      o The new implementation allows enabling imports from specified paths as
      well as imports from sys.path which is now implemented via meta_path.
      o Python versions older than Python 2.3 are not supported by Kid any
      more.
    * Changes
    o Due to optimizations in kid.template_util, Kid 0.9.3 templates need to
      be re-compiled in order to run with Kid 0.9.4.
    o The 'html' output method now produces lower-case tags. If you want
      upper-case tags, you have to use the 'HTML' method now.
    o The kid.parser and kid.pull modules have been renamed kid.codewriter
      and kid.parser respectively (in anticipation of a parsing subsystem).
    * Bug Fixes
    o A couple of bugs that had been reported as trac tickets have been
      fixed.
    o Using layout templates which are extended by another template did not
      work properly (as reported on the TurboGears mailing list); this has
      been fixed.
    o More unit tests have been added. The testing machinery now supports
      both py.test and nose, or you can simply use the run_tests.py script.
  - removed obsolete Requires: python-elementtree
* Tue Nov 21 2006 cthiel@suse.de
  - requires python-xml

Files

/usr/share/doc/packages/python-kid-doc
/usr/share/doc/packages/python-kid-doc/examples
/usr/share/doc/packages/python-kid-doc/examples/basic
/usr/share/doc/packages/python-kid-doc/examples/basic/README
/usr/share/doc/packages/python-kid-doc/examples/basic/self.kid
/usr/share/doc/packages/python-kid-doc/examples/basic/sysinfo.kid
/usr/share/doc/packages/python-kid-doc/examples/basic/tutorial.kid
/usr/share/doc/packages/python-kid-doc/examples/basic/tutorial2.kid
/usr/share/doc/packages/python-kid-doc/examples/cgi
/usr/share/doc/packages/python-kid-doc/examples/cgi/README
/usr/share/doc/packages/python-kid-doc/examples/cgi/kid_handler.cgi
/usr/share/doc/packages/python-kid-doc/examples/cgi/sysinfo.kid
/usr/share/doc/packages/python-kid-doc/html
/usr/share/doc/packages/python-kid-doc/html/almodovar.css
/usr/share/doc/packages/python-kid-doc/html/class-kid.BaseTemplate.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.HTMLSerializer.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.Namespace.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.Serializer.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.XHTMLSerializer.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.XMLSerializer.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.namespace.Namespace.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.serialization.HTMLSerializer.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.serialization.Serializer.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.serialization.XMLSerializer.html
/usr/share/doc/packages/python-kid-doc/html/class-kid.util.QuickTextReader.html
/usr/share/doc/packages/python-kid-doc/html/gnu.html
/usr/share/doc/packages/python-kid-doc/html/guide.html
/usr/share/doc/packages/python-kid-doc/html/index.html
/usr/share/doc/packages/python-kid-doc/html/kid
/usr/share/doc/packages/python-kid-doc/html/kid/__init__.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/compile.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/compiler.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/et.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/filter.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/importer.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/namespace.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/parser.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/properties.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/pull.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/release.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/run.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/serialization.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/server.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/template_util.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/test
/usr/share/doc/packages/python-kid-doc/html/kid/test/__init__.py.html
/usr/share/doc/packages/python-kid-doc/html/kid/util.py.html
/usr/share/doc/packages/python-kid-doc/html/language.html
/usr/share/doc/packages/python-kid-doc/html/layout.css
/usr/share/doc/packages/python-kid-doc/html/module-index.html
/usr/share/doc/packages/python-kid-doc/html/module-kid-index.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.filter-index.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.filter.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.namespace-index.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.namespace.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.properties-index.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.properties.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.serialization-index.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.serialization.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.util-index.html
/usr/share/doc/packages/python-kid-doc/html/module-kid.util.html
/usr/share/doc/packages/python-kid-doc/html/notes.html
/usr/share/doc/packages/python-kid-doc/html/pudge.css
/usr/share/doc/packages/python-kid-doc/html/rst.css


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024