Metadata-Version: 1.1
Name: pymarkdown_minisite
Version: 0.2
Summary: ['Parse a list of markdown files to a website with index. ']
Home-page: http://freehg.org/u/ArneBab/pymarkdown_minisite
Author: Arne Babenhauserheide
Author-email: arne_bab@web.de
License: GNU GPL-3 or later
Description: 
        
        
        Usage:
        - parse_and_list_markdown_files.py [options] "YOUR WEBSITES NAME" PATH_TO_YOUR_FILES_DIR http://YOUR_WEBSITES.URL
        
        for default usage, or
        
        - parse_and_list_markdown_files.py --help
        
        for getting help
        
        Options:
        --help - get help
        
        --force-update - reparse all sites and update all date tags.
        
        
        Examples:
        - parse_and_list_markdown_files.py "pyMarkdown Minisite" . http://draketo.de/proj/pymarkdown_minisite/index.html
        
        Parse the site of this script.
        
        
        Plans:
        - If an index.mdwn is present use that instead of parsing one ourself.
        
        
        Ideas:
        - Too many, so I keep them out just now :)
        
        Website: U{http://draketo.de/proj/pymarkdown_minisite/}
        
        Source URL (Mercurial): U{http://freehg.org/u/ArneBab/pymarkdown_minisite/}
        
        PyPI URL: U{http://pypi.python.org/pypi/pymarkdown_minisite}
        
        
        Changelog:
        
        pymarkdown_minisite 0.2
        
        - Added the option to create a table of content ("[TOC]" as marker).
        - Requires at least python-markdown 2.0 (because of the [TOC]).
        - Only build an index, if no index.mdwn file is present (allows for customizing the index at some place).
        - Added the option to parse files with several different suffixes - currently .mdwn and .txt
        
        - Updated help/usage output.
        - Added simple_usage and improved readme.
        - Added copyright entry in Python style.
        - Added static website information for PyPI.
        - Moved project to http://draketo.de/proj/pymarkdown_minisite/
        
        - FIX: Now it takes utf-8 content correctly.
        - FIX: Usage as Mercurial hook failed with relative source dir.
        
        
        pymarkdown_minisite 0.1.2
        
        - Added the --force-update option which tells the script to parse ALL files again and update all date lines.
        - Added date lines which automatically get updated when the content changes.
        
        pymarkdown_minisite 0.1.1
        
        - Smaller fixes for things which showed themselves after the upload.
        
        pymarkdown_minisite 0.1
        
        - Added Python implementation and uploaded it to PyPI.
        
        
        
Keywords: babtools,markdown
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Requires: markdown (>=2.0)
