Edgewall Software

source: trunk/doc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1238   11 years hodgestar Updating upgrading document heading.
(edit) @1194   11 years hodgestar Fix doc examples so that test_doc passes.
(edit) @1162   13 years hodgestar Update upgrade documentation to refer to the development version and …
(edit) @1161   13 years hodgestar Merge r1144 from py3k: Add documentation on upgrading to the Genshi …
(edit) @1150   13 years jruigrok Pull up r1147 to trunk. Correct reference to i18n namespace in …
(edit) @1113   13 years cmlenz More doc tweaks.
(edit) @1112   13 years cmlenz Minor fix for i18n doc.
(edit) @1111   13 years cmlenz More i18n doc improvements.
(edit) @1110   13 years cmlenz More doc improvements.
(edit) @1109   13 years cmlenz Set reST MIME type on new loader doc page.
(edit) @1108   13 years cmlenz Started extending the i18n docs.
(edit) @1107   13 years cmlenz Improve the template loader docs.
(edit) @1106   13 years cmlenz Added a documentation page about the template loader.
(edit) @1098   13 years cmlenz Minor doc tweak.
(edit) @1080   14 years cmlenz Avoid unicode literals in reprs of QName and Namespace when not …
(edit) @1076   14 years cmlenz Convert a bunch of print statements to py3k compatible syntax.
(edit) @1013   15 years cmlenz Add doc section on expression escaping. Closes #282.
(edit) @900   15 years cmlenz Fix example for START event in the streams documentation to …
(edit) @895   15 years cmlenz Includes from templates loaded via an absolute path now include the …
(edit) @882   15 years cmlenz Document dropping of Python 2.3 compat.
(edit) @870   15 years cmlenz Clarify description of the py:if directive.
(edit) @869   15 years cmlenz Preparing for 0.5 release.
(edit) @853   15 years cmlenz * Add XHTML 1.1 doctype (closes #228). * Add option to include the …
(edit) @850   15 years athomas Note that py:choose and friends may be used as elements.
(edit) @830   15 years cmlenz The Template class and its subclasses, as well as the interpolation …
(edit) @829   15 years cmlenz The Markup class now supports mappings for right hand of the %
(edit) @816   16 years cmlenz Add option for unbuffered match template processing, which could cause …
(edit) @810   16 years cmlenz Match templates are now applied in a more controlled fashion: in the …
(edit) @809   16 years cmlenz Enable use of expressions in include directives of text templates. …
(edit) @808   16 years cmlenz Add warning about using code blocks on Python 2.3. Closes #181.
(edit) @799   16 years jruigrok Fix typo: thi -> this.
(edit) @773   16 years cmlenz Allow use of py:replace as element. Closes #144.
(edit) @765   16 years cmlenz Fix typo in docs. Closes #153.
(edit) @733   16 years cmlenz Use HTTPS-Link for svn:externals (see #143).
(edit) @728   16 years cmlenz Using html code-blocks for examples isn't so nice when viewing the …
(edit) @726   16 years cmlenz * XInclude elements in markup templates now support the parse
(edit) @725   16 years cmlenz Add support for Python code blocks in text templates using the new syntax.
(edit) @724   16 years cmlenz Moved the installation instructions into the docs.
(edit) @723   16 years cmlenz Fix MIME type of new doc page.
(edit) @722   16 years cmlenz Changed the default error handling mode to "strict".
(edit) @721   16 years cmlenz Text templates now default to rendering as plain text; it is no longer …
(edit) @718   16 years cmlenz Add runtime optimization hints for match templates.
(edit) @715   16 years cmlenz Get rid of the previously overemphasized term “stream-based” in the …
(edit) @708   16 years cmlenz Add option to I18n filter to only extract strings in gettext function …
(edit) @706   16 years cmlenz Add a new syntax for text templates, which is available alongside the …
(edit) @699   16 years cmlenz Documentation stuff moved to a common shared repository.
(edit) @669   16 years cmlenz Fix typo in i18n doc.
(edit) @657   16 years cmlenz Implement static includes, which improves performance a bit when auto …
(edit) @654   16 years cmlenz Support for Python code blocks in templates can now be disabled. …
(edit) @646   16 years cmlenz Add loader_callback option to plugin interface as requested in #130.
(edit) @641   16 years athomas Thanks to Dave Abrahams for pointing out some deficiencies in the …
(edit) @635   16 years cmlenz Fix mime type of new doc page.
(edit) @634   16 years cmlenz Integrated Babel message extraction …
(edit) @629   16 years cmlenz Updated overview diagram to include new transformation filter.
(edit) @623   16 years athomas Cut and copy transformer operations can now operate on selected …
(edit) @620   16 years athomas Implemented XPath sub-expressions.
(edit) @614   16 years cmlenz Use syntax highlighting on all the other doc pages, too.
(edit) @612   16 years cmlenz Enable syntax highlighting (with Pygments) on doc page.
(edit) @609   16 years cmlenz Add transformer/translator filters to the doc page on stream filters.
(edit) @600   16 years cmlenz A couple of minor doc refinements.
(edit) @599   16 years cmlenz Some minor doc style improvements.
(edit) @577   16 years cmlenz Update documentation to include the new #include directive in text …
(edit) @576   16 years cmlenz Update documentation to reflect changes in [573].
(edit) @545   16 years cmlenz Fix broken link in documentation.
(edit) @543   16 years cmlenz Updated filter examples in overview graphic.
(edit) @540   16 years cmlenz Add support for HTML5 doctype.
(edit) @537   16 years cmlenz Add documentation page on the plugin API.
(edit) @536   16 years cmlenz Set MIME type of new doc page.
(edit) @535   16 years cmlenz Set MIME type of new doc page.
(edit) @534   16 years cmlenz Back out [510] and instead implement configurable error handling …
(edit) @530   17 years cmlenz Added documentation page on the builtin stream filters.
(edit) @522   17 years cmlenz Moved the builder document into the API docs.
(edit) @521   17 years cmlenz Updated docs for code blocks and changed error handling.
(edit) @519   17 years cmlenz More API documentation.
(edit) @518   17 years cmlenz Add epydoc-based API doc generation to the build.
(edit) @496   17 years cmlenz Fix a couple of typos in the docs. Closes #99.
(edit) @478   17 years cmlenz Minor doc fixes.
(edit) @464   17 years cmlenz * Added documentation for the various stream event kinds. * Move …
(edit) @434   17 years cmlenz Remove unused code from text template plugin.
(edit) @338   17 years cmlenz Small doc fix.
(edit) @305   17 years cmlenz Document that #end markers in text templates can be used as comments.
(edit) @303   17 years cmlenz Fixes for the text template docs.
(edit) @302   17 years cmlenz Fix MIME type of text templates documentation page.
(edit) @300   17 years cmlenz * Added basic documentation for the text-based template language. * …
(edit) @297   17 years cmlenz Updated overview graphic.
(edit) @296   17 years cmlenz Flatten outline of XML templating documentation.
(edit) @295   17 years cmlenz Fix title on index page of HTML docs.
(edit) @294   17 years cmlenz Beautified the HTML docs a bit.
(edit) @291   17 years cmlenz Set MIME type of reStructuredText docs.
(edit) @287   17 years cmlenz Renamed Markup to Genshi in repository.
(edit) @283   17 years cmlenz Add reStructuredText documentation files.
(edit) @195   17 years cmlenz Fix relative includes on Windows. Closes #27.
(edit) @73   17 years cmlenz Add GIF variant of the logo, and better compression on the PNG.
(edit) @72   17 years cmlenz White background and lighter gray in overview diagram.
(edit) @68   17 years cmlenz Use a more neutral gray for the background color in the diagram.
(edit) @67   17 years cmlenz First (clumpsy) attempt at a logo.
(edit) @59   17 years cmlenz Minor diagram updates.
(edit) @3   17 years cmlenz Make diagram background transparent.
(add) @2   17 years cmlenz Initial import.
Note: See TracRevisionLog for help on using the revision log.