Code Search for Developers
 
 
  

rst2html.py from gzz at Krugle


Show rst2html.py syntax highlighted

#!/usr/bin/env python

# Author: David Goodger
# Contact: goodger@users.sourceforge.net
# Revision: $Revision: 1.3 $
# Date: $Date: 2002/11/06 09:57:20 $
# Copyright: This module has been placed in the public domain.

"""
A minimal front end to the Docutils Publisher, producing pseudo-XML.
"""

import locale
try:
    locale.setlocale(locale.LC_ALL, '')
except:
    pass

from docutils.core import publish_cmdline, default_description


description = ('Generates HTML from standalone reStructuredText '
               'sources (for testing purposes).  ' + default_description)

publish_cmdline(writer_name='html', description=description)




See more files for this project here

gzz

An implementation of Ted Nelson's ZZstructure. ZZstructure is a new type of programming platform for structured data.

Project homepage: http://savannah.nongnu.org/projects/gzz
Programming language(s): C++,Java,Python
License: lgpl21

  HTTPClient.zip
  README
  collections-kaffe.jar
  docutils.jar
  docutils.license
  gpl.txt
  icu.license
  icu4j.jar
  jena.jar
  jena.license
  junit.copyright
  junit.jar
  jython.jar
  jython.license
  jythonlib.jar
  ly.py
  python.license
  pythonlib.jar
  rst2html.py
  xerces.jar
  xerces.license