Metadata-Version: 1.1
Name: rux
Version: 0.6.6
Summary: Micro & Fast static blog generator based on markdown
Home-page: http://github.com/hit9/rux
Author: hit9
Author-email: nz2324@126.com
License: BSD
Description: 
        Rux
        ---
        
        Micro & Fast static blog generator (markdown => html). 4 - Beta
        
        Features
        ````````
        
        * Static: Markdown => HTML
        * Not tags, No categories, No feed generation, No ...
        * Minimal & Simple configuration
        * Ability to run in the background as a daemon
        * Ability to save posts in PDF for offline reading
        * Ability to build automatically once source updated
        
        Installation
        `````````````
        
        .. code:: bash
        
            $ mkdir MyBlog
            $ cd MyBlog
            $ virtualenv venv
            New python executable in venv/bin/python
            Installing setuptools............done.
            Installing pip...............done.
            $ . venv/bin/activate
            $ pip install rux
        
        Links
        `````
        
        * GitHub <https://github.com/hit9/rux>
        
Keywords: static blog generator markdown,html
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Customer Service
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
