Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|