Metadata-Version: 1.0
Name: fui.locker
Version: 1.1.5
Summary: UNKNOWN
Home-page: http://github.com/espenak/fui.locker
Author: Espen A. Kristiansen
Author-email: post@espenak.net
License: GPL
Description: ===============================================================================
        README
        ===============================================================================
        
        Plone product locker registration made spesifically to suite the needs of
        *Fagutvalget ved Institutt for informatikk* (http://fui.ifi.uio.no).
        The product is available at these addresses:
        
        - http://pypi.python.org/pypi/fui.locker/
        - http://github.com/espenak/fui.locker/
        
        
        Install
        -------
        
        You can install this product in Plone using buildout.
        
        1. Add ``plonetheme.fui`` to ``buildout.cfg``::
        
        [buildout]
        ...
        eggs =
        ...
        fui.locker
        
        [instance]
        ...
        zcml =
        ...
        fui.locker
        
        2. Run (maybe backup first..)::
        
        ~$ buildout -N
        
        3. Install the plugin using *Site Setup* in your Plone site.
        
        
        
        
        For developers
        --------------
        
        Release a new version to pypi.python.org with::
        
        ~$ python setup.py egg_info -RDb "" sdist upload
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
