Metadata-Version: 1.0
Name: wysiweb
Version: 0.1.0
Summary: File-system based router and static website generator
Home-page: http://jspi.es/wysiweb
Author: Jeffrey R. Spies
Author-email: jspies@gmail.com
License: LICENSE
Description: Use a directory full of template files to create a webpage:
        
        www/index.mako is accessible by /
        www/blog.mako is accessible by /blog/
        www/blog/2013-03-08 is accessible by /blog/2013-03-08/
        
        using the freeze function, you turn this into a directory of static files servable by something like apache or nginx
        without going through  python route processing. See the example in example/ or http://github.com/openscienceframework/centerforopenscience.org
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
