Metadata-Version: 1.0
Name: sveedocuments
Version: 0.9.7
Summary: 
Django application to manage documents in ReStructuredText

Home-page: http://pypi.python.org/pypi/sveedocuments
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Description: .. _rstview: http://pypi.python.org/pypi/rstview
        .. _autobreadcrumbs: http://pypi.python.org/pypi/autobreadcrumbs
        .. _docutils: http://docutils.sourceforge.net/
        .. _Django: https://www.djangoproject.com/
        .. _Django internationalization system: https://docs.djangoproject.com/en/dev/topics/i18n/
        .. _djangocodemirror: http://pypi.python.org/pypi/djangocodemirror
        .. _django-crispy-forms: https://github.com/maraujop/django-crispy-forms
        .. _crispy-forms-foundation: https://github.com/sveetch/crispy-forms-foundation
        .. _django-mptt: http://pypi.python.org/pypi/django-mptt
        .. _My django-braces fork: https://github.com/sveetch/django-braces
        .. _ReStructuredText: http://docutils.sourceforge.net/rst.html
        .. _Pygments: http://pygments.org/
        .. _Foundation: http://github.com/zurb/foundation
        
        Introduction
        ============
        
        **Sveetchies-documents** is a Django application to manage text documents. It work almost like a Wiki 
        except the collaborative way.
        
        Features
        ********
        
        * Usage of the `ReStructuredText`_ docutils parser;
        * Templates builded with `Foundation`_;
        * Rich editor `djangocodemirror`_;
        * Ergonomic form with `django-crispy-forms`_;
        * Usage of `autobreadcrumbs`_ in *Pages* templates;
        * Usage of the Django cache system for the parser rendering;
        * A management board ready to use in frontend;
        * Two kind of documents :
        
          * Page : For full page documents with children pages in a sitemap tree;
          * Insert : For documents to insert as fragment in your templates;
        
        * Templatetags to use documents in your templates;
        * Fully internationalized;
        
        Links
        *****
        
        * Download his `PyPi package <http://pypi.python.org/pypi/sveedocuments>`_;
        * Clone it on his `Github repository <https://github.com/sveetch/sveedocuments>`_;
        * Documentation and demo on `DjangoSveetchies page <http://sveetchies.sveetch.net/sveedocuments/>`_.
        
        Requires
        ========
        
        * `docutils`_ >= 0.7;
        * `rstview`_;
        * `autobreadcrumbs`_;
        * `djangocodemirror`_;
        * `django-mptt`_ >= 0.5.2;
        * `django-crispy-forms`_ >= 1.1.x;
        * `crispy-forms-foundation`;
        * `My django-braces fork`_;
        
        Internationalization and localization
        =====================================
        
        This application make usage of the `Django internationalization system`_, see the Django documentation about this if 
        you want to add a new language translation.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Software Development :: Libraries :: Python Modules
