Metadata-Version: 1.1
Name: drupan
Version: 2.1.1
Summary: Drupan is a flexible static site generator helping you     to create blogs, single page applications or traditional websites.
Home-page: http://pypi.python.org/pypi/drupan/
Author: Timo Zimmermann
Author-email: timo@screamingatmyscreen.com
License: BSD
Description: ======
        drupan - flexible static site generator
        ======
        Drupan is a flexible static site generator helping you to create blogs, single
        page applications or traditional websites. While being opionionated the plugin
        system allows you to extend it with any functionallity you desire.
        
        Noteworthy Features
        ======
          - deployment using git or directly to S3
          - fast generation time
          - Jinja2 with custom template tags and filters
          - powerful plugin system
        
        Usage
        ======
        You can install drupan via pip. To generate your site you just run
        `drupan ~path/to/config.yaml`.
        
        Supported command line switches
        
          - `nodeploy` do not deploy the generated site
          - `serve` runs a development server on port 9000
          - `init` creates a new site
          - `deploy` deploy your output directory without generation
        
        Readers
        ======
        
          - `filesystem` reads content from files with a YAML header
        
        Writers
        ======
        
          - `filesystem` writes the generated site to a directory
        
        Deployment
        ======
        
          - `gitsub` commits the changes to git and pushes to a remote server
          - `s3sub` uploads the site to S3
          - `s3cf` upload directly to S3 and invalidate CouldFront using boto
        
        Plugins
        ======
        
          - `blank` generates empty Entity instances with a given layout. This
          can be used to generate index or archive pages
          - `markdown` converts entity content from markdown to HTML
          - `tags` support for tags which are added to a posts meta information
        
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
