Metadata-Version: 1.1
Name: django-statomatic
Version: 0.8.0
Summary: Pure Django static site generator
Home-page: http://readevalprint.com/django-statomatic/
Author: Timothy Watts
Author-email: tim@readevalprint.com
License: LICENSE.txt
Description: django-statomatic
        =================
        
        Django-statomatic is a pure Django implementation static site generator.
        It includes the Django dev server to allow previewing.
        
            $ python ./statomatic.py runserver
        
        Allows the site to be previewd at http://localhost:8000/
        
        Features
        ========
        
        * Built in dev server for live previewing
        * ...and much more
        
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Requires: Django (>=1.3)
