Commit graph

9 commits

Author SHA1 Message Date
markd
e8d4a67744 Update docutils to 0.4
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).
2007-05-25 11:15:03 +00:00
darcy
4bb709b591 Add missing installed files. No functional change so no PKGREVISION bump. 2006-01-03 19:06:48 +00:00
darcy
1581becd33 Upgrade to 0.3.9
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
2005-12-10 15:59:28 +00:00
minskim
5f87c16d72 Fix PLIST. Bump PKGREVISION. 2005-09-22 01:54:35 +00:00
recht
6ebf7de3c5 update to 0.3.5
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
2004-07-30 18:28:25 +00:00
minskim
e13d1a0b00 Some modules are not installed for python 2.3. This closes PR pkg/23800.
Approved by wiz@.
2004-02-07 19:02:44 +00:00
jmc
bd948869aa Add some missing entries 2003-09-18 02:41:05 +00:00
recht
5646b4224e update to 0.3
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.
2003-09-14 17:46:55 +00:00
markd
560cab3555 Initial import of py-docutils-0.2.
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.
2002-10-30 11:10:43 +00:00