Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Components:
* Added an S5/HTML writer and the rst2s5.py front end: multi-platform,
multi-browser HTML slide shows.
* The newlatex2e writer is nearing completion.
* Added a DocTree reader, publish_doctree and publish_from_doctree convenience
functions, for document tree extraction and reprocessing.
reStructuredText:
* Added directives: "container" (generic block-level container),
"default-role" (role used for `backtick` syntax), "title" (document title
metadata), and "date" (generate the current local date, for substitution
definitions).
* Length units are now supported for image sizes.
* Added standard definition files for special characters etc.
Internationalization:
* Added Japanese and Simplified Chinese language mappings, and support for
double-width CJK-characters in tables and section titles.
Documentation:
* Added a guide for distributors (package maintainers) and a guide for
developers.
General:
* Added significant Emacs support for reST.
* Added a --strip-comments option.
* --embed-stylesheet is now the default for the HTML writer (rather than
--link-stylesheet).
|
|
|
|
|
|
|
|
|
|
|
|
Major Changes Since Docutils 0.3.7
==================================
* Added "file_insertion_enabled" and "raw_enabled" settings. See
<http://docutils.sf.net/docs/user/config.html#file-insertion-enabled>.
* Added auto-enumerated lists. See
<http://docutils.sf.net/docs/ref/rst/restructuredtext.html#enumerated-lists>.
* Added "header" and "footer" directives. See
<http://docutils.sf.net/docs/ref/rst/directives.html#document-header-footer>.
* Added "list-table" directive. See
<http://docutils.sf.net/docs/ref/rst/directives.html#list-table>.
* Added support for section subtitles. See
<http://docutils.sf.net/docs/user/config.html#sectsubtitle-xform>.
* Added "field_name_limit" and "option_limit" settings to HTML writer.
See <http://docutils.sf.net/docs/user/config.html#field-name-limit>.
* Added "cloak_email_addresses" setting to HTML writer. See
<http://docutils.sf.net/docs/user/config.html#cloak-email-addresses>.
* UTF-8 BOMs are now removed from the input stream.
* Many minor improvements and bug fixes. See
<http://docutils.sf.net/HISTORY.html#release-0-3-9-2005-05-26
|
|
|
|
|
|
|
|
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
|
|
Major changes since Docutils 0.3.5:
A special "line block" syntax useful for addresses, verse, and other cases
of significant line breaks has been added (also refer to the reStructuredText
Markup Specification).
Empty sections are now allowed.
A "raw" role has been added.
The LaTeX writer now escapes consecutive dashes (like "--" or "---") so that
they are no longer transformed by LaTeX to en or em dashes. If you want to
write en or em dashes using pure ASCII, please refer to the FAQ entry about
non-ASCII characters.
A dependency recorder has been added.
A directive has been added for compound paragraphs.
Many other improvements and bug fixes; see the history file of Docutils 0.3.7
at http://docutils.sourceforge.net/0.3.7/HISTORY.html.
Moved maintainership to myself as discussed with minsikkim@.
|
|
Major changes:
* improved, extended and reorganized documentation;
see http://docutils.sourceforge.net/docs/
* new cvs-table directive
* many minor improvements, additions and bug fixes
For a detailed list see:
http://docutils.sourceforge.net/0.3.5/HISTORY.html
|
|
ok'd a while back at pkgsrcCon by agc and wiz
|
|
|
|
|
|
Approved by wiz@.
|
|
|
|
|
|
changes:
General:
* Renamed "attribute" to "option" for directives/extensions.
* Renamed transform method "transform" to "apply".
* Renamed "options" to "settings" for runtime settings (as set by
command-line options). Sometimes "option" (singular) became
"settings" (plural). Some variations below:
- document.options -> document.settings (stored in other objects as
well)
- option_spec -> settings_spec (not directives though)
- OptionSpec -> SettingsSpec
- cmdline_options -> settings_spec
- relative_path_options -> relative_path_settings
- option_default_overrides -> settings_default_overrides
- Publisher.set_options -> Publisher.get_settings
for the "Specific" changes see HISTORY.txt.
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
The purpose of the Docutils project is to create a set of tools
for processing plaintext documentation into useful formats, such
as HTML, XML, and TeX.
|