Metadata-Version: 1.0
Name: sahriswiki
Version: 0.8.1
Summary: A Lightweight Wiki / CMS / Blogging Engine using circuits.web
Home-page: http://bitbucket.org/prologic/sahriswiki/
Author: James Mills
Author-email: James Mills, prologic at shortcircuit dot net dot au
License: MIT
Download-URL: http://bitbucket.org/prologic/sahriswiki/downloads/
Description: .. _sahriswiki Website: http://sahriswiki.org/
        .. _circuits: https://bitbucket.org/prologic/circuits/
        .. _sahriswiki Page on PyPi: http://pypi.python.org/pypi/sahriswiki
        .. _MIT License: http://www.opensource.org/licenses/mit-license.php
        .. _Create an Issue: https://bitbucket.org/prologic/sahriswiki/issue/new
        .. _sahriswiki Downloads page: https://bitbucket.org/prologic/sahriswiki/downloads
        
        
        Overview
        --------
        
        sahriswiki is a **lightweight** **Wiki Engine** built using the
        `circuits`_ and circuits.web framework framework, is modular, plugable
        and themeable.
        
        sahriswiki aims to implement a core set of features that are a mixture
        of "best of breed" Wiki, Blog, and CMS features.
        
        **Website**: http://sahriswiki.org/
        
        **Documentation**: http://sahriswiki.org/Docs/
        
        **Project website**: https://bitbucket.org/prologic/sahriswiki/
        
        **PyPI page**: http://pypi.python.org/pypi/sahriswiki
        
        
        Features
        --------
        
        - small and lightweight
        - mercurial storage engine
        - plugin architecture
        
        
        Requirements
        ------------
        
        sahriswiki depends on the following software:
        
        - `circuits`_
        - `Mercurial <http://mercurial.selenic.com/>`_
        - `SQLAlchemy <http://www.sqlalchemy.org/>`_
        - `creoleparser <http://code.google.com/p/creoleparser/>`_
        - `genshi <http://genshi.edgewall.org/>`_
        - `feedformatter <http://code.google.com/p/feedformatter/>`_
        
        
        Installation
        ------------
        
        The simplest and recommended way to install sahriswiki is with pip.
        You may install the latest stable release from PyPI with pip::
        
            > pip install sahriswiki
        
        If you do not have pip, you may use easy_install::
        
            > easy_install sahriswiki
        
        Alternatively, you may download the source package from the
        `sahriswiki Page on PyPi`_ or the `sahriswiki Downloads page`_ on the
        `sahriswiki Website`_; extract it and install using::
        
            > python setup.py install
        
        
        License
        -------
        
        sahriswiki is licensed under the `MIT License`_.
        
        
        Feedback
        --------
        
        I welcome any questions or feedback about bugs and suggestions on how to 
        improve sahriswiki. Let me know what you think about sahriswiki.
        I am on twitter `@therealprologic <http://twitter.com/therealprologic>`_.
        
        Do you have suggestions for improvement? Then please `Create an Issue`_
        with details of what you would like to see. I'll take a look at it and
        work with you to either incorporate the idea or find a better solution.
        
        
        
        Release Notes
        -------------
        
        
        Bug Fixes
        .........
        
        - Fixed creation and population of database tables upon startup.
        
        
Keywords: wiki cms blog engine circuits
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
