         MODULE=docutils
	VERSION=0.2
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/docutils/$SOURCE
        WEB_SITE=http://docutils.sourceforge.net/
	  ENTERED=20030402
         UPDATED=20030402
           SHORT="tools to transform plaintext documentation to useful formats"
 cat << EOF
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. Several sources will be supported:
    * Standalone files (implemented).
    * Inline documentation from Python modules and packages, extracted 
      with namespace context.
    * PEPs (Python Enhancement Proposals) (implemented).
    * And others as discovered.

EOF
