Metadata-Version: 1.0
Name: cyrax
Version: 0.1.2
Summary: Static site generator
Home-page: http://hg.piranha.org.ua/cyrax/
Author: Alexander Solovyov
Author-email: piranha@piranha.org.ua
License: BSD
Description: .. -*- mode: rst -*-
        
        =======
        Cyrax
        =======
        
        Cyrax is a static site generator using Jinja2_ template engine.
        
        It's inspired from Jekyll_ and Hyde_ site generators and started when I realized
        that I'm dissatisfied with both of them by different reasons. When I tried to
        come up with name I remembered my favourite character from Mortal Kombat 3 so
        here we go.
        
        Installation
        ~~~~~~~~~~~~
        
        Cyrax depends on Jinja2 template library, you should either install it as your
        distribution prefers (it's present in most of major distributions, particularly
        in Debian and MacPorts), or use ``easy_install`` or ``pip``::
        
        pip install jinja2
        
        Then get cyrax by either cloning repository_ or installing by package manager::
        
        pip install cyrax
        
        Usage
        ~~~~~
        
        Read some docs_, run ``cyrax --help`` to read about command line options, look
        at example_.
        
        .. _Jinja2: http://jinja.pocoo.org/2/
        .. _Jekyll: http://github.com/mojombo/jekyll/
        .. _Hyde: http://github.com/lakshmivyas/hyde/
        .. _repository: http://hg.piranha.org.ua/cyrax/
        .. _docs: http://hg.piranha.org.ua/cyrax/docs/
        .. _example: http://hg.piranha.org.ua/cyrax/file/tip/content/
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Editors :: Documentation
Classifier: Topic :: Utilities
