Metadata-Version: 1.1
Name: rux
Version: 0.6.2
Summary: Micro and fast static blog generator designed only for writing
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).
        
        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
        `````
        
        * Documentation <http://rux.readthedocs.org>
        * Code on GitHub <https://github.com/hit9/rux>
        
        **NOTICE**: Rux may not be stable before version 1.0
        
        
Keywords: static blog generator,markdown,html
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Customer Service
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
