Metadata-Version: 1.1
Name: drupan
Version: 1.0.0
Summary: drupan is a static site generator
Home-page: http://pypi.python.org/pypi/drupan/
Author: Timo Zimmermann
Author-email: timo@screamingatmyscreen.com
License: BSD
Description: ======
        drupan
        ======
        
        drupan is a static site generator. You can use it for blogs, sites or anything
        you can imagine. Adding new features is easy thanks to a easy to use plugin
        system.
        
        Quick Start
        ===========
        Run ```drupan --init path-to-site```. You find a template for a post or a
        page in your new sites path in the directory ```draft```.
        
        Run ```drupan path-to-site --no-deploy --serve``` and visit your new site
        on ```http://localhost:9000```.
        
        Features
        ========
          - Markdown support
          - Image support
          - Deploy with git
          - Generate archives and RSS Feeds
          - Easily extend it using plugins
          - Minimal external dependencies
          - syntax highlighting using pygments
        
        Jinja
        -----
        drupan uses Jinja as template system and you can access everything drupan considers
        Content in every template. So your imagination is the limit of your site. (Well
        beside some technical stuff)
        
        Dependencies
        ============
          - PyYAML
          - Jinja2
          - markdown2
          - pygments
        
        If you do not want to use Jinja as templating engine or markdown for your posts
        you can deactive both plugins in your configuration file and ignore the packages.
        They are only needed by the corresponding plugin.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
