Metadata-Version: 1.0
Name: lfc-skel
Version: 1.0a2
Summary: Paster templates for django-lfc
Home-page: http://www.iqpp.de
Author: Kai Diefenbach
Author-email: kai.diefenbach@iqpp.de
License: BSD
Description: Introduction
        ============
        
        A the moment lfc-skel provides one template to create a new LFC application.
        More will follow (lfc-theme, lfc-buildout).
        
        Usage
        =====
        
        Install lfc-skel using easy_install::
        
        $ easy_install lfc_skel
        
        You should then be able to see a new lfc_app template available::
        
        $ paster create --list-templates
        
        Available templates:
        ...
        lfc_app:                   Template for a basic LFC application
        ...
        
        To create a new LFC application just type the following hit enter and answer
        the questions::
        
        $ paster create -t lfc_app
        
        Changes
        =======
        
        1.0 alpha 2 (2010-01-26)
        ------------------------
        
        * Added templates folder to lfc_app
        
        1.0 alpha 1 (2010-01-26)
        ------------------------
        
        * Initial public release
Keywords: django django-lfc cms paster
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Framework :: Paste
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Django
