Metadata-Version: 1.0
Name: PyLucid
Version: 0.9.0.0808
Summary: PyLucid is an open-source web content management system (CMS) using django.
Home-page: http://www.pylucid.org
Author: Jens Diemer
Author-email: UNKNOWN
License: UNKNOWN
Description: =============
        about PyLucid
        =============
        
        PyLucid is an Open Source web content management system written in Python using `Django, jQuery and many more external software... <http://www.pylucid.org/permalink/41/dependencies-and-copyrights>`_
        
        Some PyLucid Features are:
        
        * Open Source (GPL v3 or later)
        
        * `fully customizable output <http://www.pylucid.org/permalink/69/customise-PyLucid/>`_ 
        
            * templates/styles/JS code online editable with CodeMirror highlighting
        
            * `easy overwrite templates <http://www.pylucid.org/permalink/279/how-to-change-a-plugin-template>`_
        
        * Multi site support (Allows a single installation to serve multiple websites.)
        
        * internationalization and localization support (Multilingual content)
        
        * Revision controlled content
        
        * WYSIWYG html Editor / markups: Creole, textile, markdown, ReStructuredText
        
        * expandable with plugins
        
        * `many built-in plugins </permalink/90/about-the-built-in-plugins>`_:
        
            * `secure JS-SHA Login <http://www.pylucid.org/permalink/42/secure-login-without-https>`_
        
            * content:
        
                * `weblog <http://www.pylucid.org/permalink/141/blog>`_ (Complete blogging solution)
        
                * `comments / guestbook <http://www.pylucid.org/permalink/351/the-comments-plugin-also-usefull-as-guestbook>`_ (comments for pages, blog articles, lexicon entries)
        
                * `StreetMap <http://www.pylucid.org/permalink/295/the-streetmap-plugin>`_ (insert google maps or StreetMaps)
        
                * `lexicon <http://www.pylucid.org/permalink/301/the-lexicon-plugin>`_ (explane words in content)
        
                * `poll </permalink/375/poll>`_
        
                * `RSS <http://www.pylucid.org/permalink/123/includes-rss-newsfeeds>`_ (include external feeds into a page)
        
                * `source code <http://www.pylucid.org/permalink/309/highlight-source-code>`_ (include highlighted source code into content)
        
                * `simple picture gallery <http://www.pylucid.org/permalink/340/pylucid-screenshots>`_
        
            * navigation:
        
                * basics: main menu (split able), sub menu and sitemap
        
                * `search engine <http://www.pylucid.org/permalink/43/about-pylucid-integrated-search-engine>`_ (search in page content, blog articles, lexicon entries)
        
                * `update journal <http://www.pylucid.org/permalink/311/the-update-journal-plugin>`_ (List of all page updates)
        
                * `page tag based navigation <http://www.pylucid.org/permalink/131/the-tag-navigation-plugin>`_
        
                * `breadcrumb <http://www.pylucid.org/permalink/294/the-breadcrumb-plugin>`_
        
                * `Table of contens <http://www.pylucid.org/permalink/303/table-of-contens-plugin>`_ (TOC from page headlines)
        
            * content helpers:
        
                * `bulk editor <http://www.pylucid.org/permalink/357/bulk_editor>`_
        
                * `find and replace <http://www.pylucid.org/permalink/129/the-find-and-replace-plugin>`_ (replace strings different contents)
        
                * translation dialogue, used google translation service (optional)
        
        * hierarchy tree page organization
        
        * support many database engines (PostgreSQL, MySQL, Oracle and SQLite)
        
        * WSGI conform: CGI, fastCGI, mod_Python and others
        
        * and many more features... :)
        
        =======
        install
        =======
        
        To create a `PyLucid virtual environment <http://www.pylucid.org/permalink/135/install-pylucid-in-a-virtual-environment>`_, use our bootstrap script:
        
        ::
        
            # get PyLucid boot script:
            /home/FooBar$ wget https://raw.github.com/jedie/PyLucid-boot/master/pylucid_boot/pylucid-boot.py
            
            # Create the PyLucid virtual environment:
            /home/FooBar$ python pylucid-boot.py PyLucid_env
        
        `create a new page instance <http://www.pylucid.org/permalink/355/1a2-create-a-new-page-instance>`_:
        
        ::
        
            # go into your virtualenv:
            ~$ cd PyLucid_env
            
            # create a new page instance with our script:
            ~/PyLucid_env$ ./create_page_instance.sh /var/www/YourSite
        
        `create database tables and insert initial data <http://www.pylucid.org/permalink/356/2-create-database-tables-and-insert-initial-data>`_:
        
        ::
        
            # To create all database tables run syncdb:
            /var/www/YourSite$ ./manage.py syncdb
            # Django ask you to create a first superuser. Do this! ;) 
            
            # Create tables for south apps:
            /var/www/YourSite$ ./manage.py migrate
            
            # Load PyLucid base data into database:
            /var/www/YourSite$ ./manage.py loaddata pylucid.json
        
        To complete the installation: `setup PyLucid after installation... <http://www.pylucid.org/permalink/353/3-setup-pylucid-after-installation>`_
        
        ----
        
        Please read `the complete installation instructions <http://www.pylucid.org/permalink/70/how-to-install-pylucid>`_.
        
        =====
        links
        =====
        
        +-------------+----------------------------------------------------------------------------------------+
        | Homepage    | `http://www.pylucid.org <http://www.pylucid.org>`_                                     |
        +=============+========================================================================================+
        | Forum       | `http://forum.pylucid.org/ <http://forum.pylucid.org/>`_                               |
        +-------------+----------------------------------------------------------------------------------------+
        | IRC         | `#pylucid on freenode.net <http://www.pylucid.org/permalink/304/irc-channel>`_         |
        +-------------+----------------------------------------------------------------------------------------+
        | Github      | `http://github.com/jedie/PyLucid <http://github.com/jedie/PyLucid>`_                   |
        +-------------+----------------------------------------------------------------------------------------+
        | Sourceforge | `http://sourceforge.net/projects/pylucid/ <http://sourceforge.net/projects/pylucid/>`_ |
        +-------------+----------------------------------------------------------------------------------------+
        | Google code | `http://code.google.com/p/pylucid/ <http://code.google.com/p/pylucid/>`_               |
        +-------------+----------------------------------------------------------------------------------------+
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Framework :: Django
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Documentation
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Operating System :: OS Independent
