Metadata-Version: 1.1
Name: PubliForge
Version: 0.5
Summary: Online multimedia publishing system
Home-page: www.publiforge.org
Author: Patrick PIERRE
Author-email: patrick.pierre@prismallia.fr
License: UNKNOWN
Description: PubliForge README
        =================
        
        Installation and Setup
        ----------------------
        
        Install ``PubliForge`` (best practice is to do so in a virtual environment)::
        
            $ cd <directory_containing_this_file>
            $ python setup.py develop
        
        Tweak the configuration file ``development.ini`` as appropriate and populate
        database::
        
            $ pfpopulate development.ini    
        
        Getting Started
        ---------------
        
        Launch the apllication::
        
            $ pserve --reload development.ini
        
        And, visit http://localhost:6543.
        
        Documentation
        -------------
        
        Read documentation (http://doc.publiforge.org) for complete information.
        
        $Id: README.txt 0875d8dc7fd1 2011/12/31 18:06:04 patrick $
        
        
        $Id: CHANGES.txt e09859c9a506 2012/03/02 16:52:42 patrick $
        
        0.5 (2012-03-02)
        ----------------
        
        * AJAX
        * build.concurrent option
        * dynamic menu
        * better search engine
        * workspace -> storage
        * pfbackup
        * publiquiz
        
        0.4 (2012-01-12)
        ----------------
        
        * description fields for groups, workspaces, processors, projects and
          processings
        * online creation and edition for users, groups, workspaces and projects
        
        0.3 (2011-11-21)
        ----------------
        
        * XML configurations
        * cache
        
        0.2 (2011-09-05)
        ----------------
        
        * Pyramid version
        * workspaces
        * processings
        
        0.1 (2010-12-10)
        ----------------
        
        * initial version in Pylons
        * workspaces only
        
Keywords: web wsgi bfg pylons pyramid publiforge
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
