Metadata-Version: 1.1
Name: opps
Version: 0.2.0
Summary: Open Source Content Management Platform - CMS for the 
Home-page: http://oppsproject.org
Author: Thiago Avelino
Author-email: opps-developers@googlegroups.com
License: MIT License
Download-URL: https://github.com/opps/opps/tarball/master
Description: Opps - OPen Publishing System
        =============================
        .. |Opps| image:: docs/source/_static/opps.jpg
            :alt: Opps Open Source Content Management
        
        An *Open Source Content Management* for the **magazine** websites and **high-traffic**, using the Django Framework.
        
        .. image:: https://drone.io/github.com/opps/opps/status.png
            :target: https://drone.io/github.com/opps/opps/latest)
            :alt: Build Status - Drone
        
        .. image:: https://travis-ci.org/opps/opps.png?branch=master
            :target: https://travis-ci.org/opps/opps
            :alt: Build Status - Travis CI
        
        .. image:: https://coveralls.io/repos/opps/opps/badge.png?branch=master
            :target: https://coveralls.io/r/opps/opps?branch=master
            :alt: Coverage Status - Coveralls
        
        .. image:: https://pypip.in/v/opps/badge.png
            :target: https://crate.io/packages/opps/
            :alt: Pypi version
        
        .. image:: https://pypip.in/d/opps/badge.png
            :target: https://crate.io/packages/opps/
            :alt: Pypi downloads
        
        
        Contacts
        ========
        
        The place to create issues is `opps's github issues <https://github.com/opps/opps/issues>`_. The more information you send about an issue, the greater the chance it will get fixed fast.
        
        If you are not sure about something, have a doubt or feedback, or just want to ask for a feature, feel free to join `our mailing list <http://groups.google.com/group/opps-developers>`_, or, if you're on FreeNode (IRC), you can join the chat `#opps <http://webchat.freenode.net/?channels=opps>`_.
        
        
        Run example
        ===========
        
        Download and install Opps
        
        .. code-block:: bash
        
            git clone https://github.com/opps/opps.git
            cd opps
            python setup.py develop
        
        Now you can start a new Opps project
        
        .. code-block:: bash
        
            opps-admin.py startproject PROJECT_NAME
            cd PROJECT_NAME
            python manage.py syncdb
            python manage.py migrate
            python manage.py collectstatic --noinput
            python manage.py runserver
        
        
        Sponsor
        =======
        
        * `YACOWS <http://yacows.com.br/>`_
        * `Digital Ocean <http://digitalocean.com/>`_
        
        
        License
        =======
        
        Copyright 2013 *Opps* Project and other contributors.
        
        Licensed under the `MIT License <http://opensource.org/licenses/MIT>`_
        
        .. image:: https://d2weczhvl823v0.cloudfront.net/opps/opps/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
        
Keywords: opps cms django apps magazines websites
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
