Metadata-Version: 1.1
Name: rapido.plone
Version: 1.0
Summary: Rapido for Plone
Home-page: https://github.com/plomino/rapido.plone
Author: Eric BREHAULT
Author-email: ebrehault@gmail.com
License: GPL
Description: ====================
        rapido.plone
        ====================
        
        **Happy hacking with Plone**
        
        .. image:: https://raw.githubusercontent.com/plomino/rapido.plone/master/docs/files/logo-rapido.png
        
        .. image:: https://secure.travis-ci.org/plomino/rapido.plone.png?branch=master
            :target: http://travis-ci.org/plomino/rapido.plone
            :alt: Tests
        .. image:: https://landscape.io/github/plomino/rapido.plone/master/landscape.svg?style=flat
            :target: https://landscape.io/github/plomino/rapido.plone/master
            :alt: Code Health
        .. image:: https://coveralls.io/repos/plomino/rapido.plone/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/plomino/rapido.plone?branch=master
            :alt: Coverage
        
        What for?
        =========
        
        Creating a small form able to send an email, or to store some data, generating
        an extra information about a page and insert it wherever we want; with Plone
        that kind of tasks are complex for experts, and almost impossible for beginners.
        
        **rapido.plone** allows any developer having a little knowledge of HTML and a
        little knowledge of Python to implement custom elements and insert them anywhere
        they want in their Plone site.
        
        How?
        ====
        
        The unique interface to build applications with rapido.plone is the **Plone
        theming tool**.
        
        It implies it can be achieved in the **file system** or through the theming
        **inline editor**.
        
        A Rapido application is just a piece of our current theme, it can be
        imported, exported, copied, modified, etc. like the rest of the theme.
        
        Moreover, we can use `Diazo <http://docs.diazo.org/en/latest/>`_ extensively to
        inject our application in the Plone layout easily.
        
        Documentation and screencast
        ============================
        
        - Full `Rapido documentation <http://rapidoplone.readthedocs.org/en/latest/>`_.
        - `How to implement a rating system in 3'33'' <http://rapidoplone.readthedocs.org/en/latest/tutorial.html>`_ (tutorial).
        - `How to implement a rating system in 3'33'' <https://www.youtube.com/watch?v=a7B-lX0caW0>`_ (screencast).
        
        Credits
        =======
        
        Eric BREHAULT
        
        |makinacom|_
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        
        Contributors
        ============
        
        - Eric BREHAULT, ebrehault@gmail.com
        Changelog
        =========
        
        
        1.0 (2015-11-17)
        ----------------
        
        - Initial release.
          [ebrehault]
        
        
        
Keywords: Python Plone rapido
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
