Metadata-Version: 1.1
Name: rapido.plone
Version: 1.1
Summary: Rapido for Plone
Home-page: https://github.com/collective/rapido.plone
Author: Eric BREHAULT
Author-email: ebrehault@gmail.com
License: GPL
Description: ====================
        rapido.plone
        ====================
        
        **Happy hacking with Plone**
        
        .. image:: https://raw.githubusercontent.com/collective/rapido.plone/master/docs/files/logo-rapido.png
        
        .. image:: https://secure.travis-ci.org/collective/rapido.plone.png?branch=master
            :target: http://travis-ci.org/collective/rapido.plone
            :alt: Tests
        .. image:: https://landscape.io/github/collective/rapido.plone/master/landscape.svg?style=flat
            :target: https://landscape.io/github/collective/rapido.plone/master
            :alt: Code Health
        .. image:: https://coveralls.io/repos/collective/rapido.plone/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/collective/rapido.plone?branch=master
            :alt: Coverage
        
        What for?
        ---------
        
        Creating a small form able to send an email, or to store some data, generating
        some extra information about a page and inserting it wherever we want: with Plone
        these 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**.
        
        This means that it can be done on the **file system** or through the 
        **inline theming editor**.
        
        A Rapido application is just a part 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'' (`tutorial <http://rapidoplone.readthedocs.org/en/latest/tutorial.html>`_,
          `screencast <https://www.youtube.com/watch?v=a7B-lX0caW0>`_).
        
        Credits
        -------
        
        |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.1 (2016-12-18)
        ----------------
        
        Breaking changes:
        
        - rapido.plone requires plone.resource 1.2
        
        New features:
        
        - Allow to locate a Rapido app outside the current theme
          [ebrehault]
        
        - Expose Rapido blocks as first-class Plone views
          [jpgimenez, ebrehault]
        
        
        1.0.3 (2016-09-19)
        ------------------
        
        - Add book use case
          [sverbois]
        
        - Return unicode when loading templates
          [ebrehault]
        
        
        1.0.2 (2016-04-09)
        ------------------
        
        - Add rapidoLoad Javascript event
          [ebrehault]
        
        - Allow to inject parent request path in Rapido path
          [ebrehault]
        
        - Support TAL templates
          [ebrehault]
        
        - Set content properly when calling block from content rule
          [ebrehault]
        
        - External call to Rapido elements using @@rapido-call
          [ebrehault]
        
        - API to access an external Rapido app
          [ebrehault] 
        
        
        1.0.1 (2016-01-06)
        ------------------
        
        - Ajax links
          [ebrehault]
        
        - Better context.content computing and reinjection
          [ebrehault]
        
        
        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
