Metadata-Version: 1.0
Name: liquidluck
Version: 0.3
Summary: A lightweight static weblog generator
Home-page: http://lepture.com/project/liquidluck
Author: Hsiaoming Young
Author-email: lepture@me.com
License: BSD License
Description: Felix Felicis
        ==============
        
        Felix Felicis (aka ``liquidluck``) is a simple lightweight static blog generator. It supports markup of restructedText_ and markdown_ .
        
        Tested on:
        
        - python2.5 (Linux/Mac)
        - python2.6 (Linux/Mac)
        - python2.7 (Linux/Mac)
        
        Getting Started
        ----------------
        Take a look at `Wiki <https://github.com/lepture/liquidluck/wiki>`_
        
        Check my blog for preview: http://lepture.com
        
        Contact me with `Email <lepture@me.com>`_ . Join #liquidluck on irc.freenode.net.
        
        Useful Tips
        ---------------
        - Write a `Makefile`
        - Test on your localhost with: ``python -m SimpleHTTPServer``
        - Publish your posts with ``rsync`` rather than ftp.
        
        .. _restructedText: http://docutils.sourceforge.net/rst.html
        .. _markdown: http://daringfireball.net/projects/markdown/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
