Metadata-Version: 1.0
Name: mopowg
Version: 0.2
Summary: Doc generator with styles, and syntax highlighting blocks
Home-page: http://hg.python.org.tw/mopowg
Author: Fred Lin
Author-email: gasolin@gmail.com
License: MIT <http://www.opensource.org/licenses/mit-license.php>
Download-URL: http://hg.python.org.tw/mopowg
Description: mopowg is an easy to install, cross-platform doc generator which is based on docutils.
        
        mopowg could generate full documents with figures, styles, and syntax highlighting blocks.
        
        It includes a command line tool and will provide the Web frontEnd.
        
        Install mopowg
        =================
        
        You could use easy_install command to install mopowg:
        
        .. code:: sh
        
        $ easy_install mopowg
        
        or you could install mopowg from sourse
        
        First download the source
        
        .. code:: sh
        
        $ hg clone http://hg.python.org.tw/mopowg
        
        then
        
        .. code:: sh
        
        $ python setup.py install
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
