[ANN] rest2web 0.5.1

Fuzzyman fuzzyman at gmail.com
Tue Dec 19 13:35:15 EST 2006


`rest2web 0.5.1 <http://www.voidspace.org.uk/python/rest2web/>`_ is now
available. This is a minor feature enhancement release.

* `Download rest2web-0.5.1.zip
<http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=rest2web-0.5.1.zip>`_
* `Download rest2web-0.5.1.tar.gz
<http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=rest2web-0.5.1.tar.gz>`_


What Is rest2web?
=============

Maintaining websites or project documentation in HTML is a pain.
**rest2web** takes out the pain, and brings back the joy. {sm;:wink:}

**rest2web** is a simple tool that lets you build your website from a
single template (or as many as you want), and keep the contents in
`ReStructured Text <http://docutils.sourceforge.net/>`_. (You can still
keep pages in HTML if needed.)

It has an easy to us templating system, with embedded Python for
unlimited flexibility and no new templating language to learn. It has
built in functions or creating sidebars and navigation elements of a
site.


What's New in 0.5.1 ?
================

Added some extra debugging info to syntax errors in the templates.

Fixed odict and pathutils for Python 2.5 compatibility.

Added the 'promote_headers' option to the `config file
<http://voidspace.org.uk/python/rest2web/config_file.html>`_.

Added the ``sortpages`` method to the ``sections``. This sorts the
pages in a section (or all sections) alphabetically. You can also pass
in a custom sort function.




More information about the Python-list mailing list