Metadata-Version: 1.0
Name: kotti_etherpad
Version: 0.3
Summary: Etherpad integration for Kotti
Home-page: http://pypi.python.org/pypi/kotti_etherpad/
Author: j23d
Author-email: j23d@jusid.de
License: GPL
Description: ==============
        kotti_etherpad
        ==============
        
        This is an extension to the Kotti CMS to add an etherpad on your site.  
        
        `Find out more about Kotti`_
        `Find out more about etherpad`_
        
        Setting up your etherpad
        ========================
        
        This Addon provides an Content Type to present an etherpad on your Kotti
        site. To set up the content type add ``kotti_etherpad.kotti_configure``
        to the ``kotti.configurators`` setting in your ini file::
        
            kotti.configurators = kotti_etherpad.kotti_configure
        
        Now you can add a new pad. You can host your own server (have a look to
        the `etherpad documentation`_) or use a free one (choose from a 
        `list of free etherpad servers`_).
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        .. _Find out more about etherpad: https://github.com/Pita/etherpad-lite/
        .. _etherpad documentation: https://github.com/Pita/etherpad-lite/blob/master/README.md
        .. _list of free etherpad servers: http://etherpad.org/public-sites/
        
        Thanks
        ======
        
        Thanks to the following people for support, code, patches etc:
        
          - Tetsuya Morimoto (t2y)
        
        Change History
        ==============
        
        0.3 - 2012-07-19
        ----------------
        
        - Added a sanitizer to remove a last "/" character of the server_domain. [t2y]
        - Fixed the title/description typos for line numbers. [t2y]
        - Added test to check if the current username is used for the pad. [j23d]
        - Activate translation settings and added title/description for all fields. [t2y]
        
        0.2 - 2012-07-12
        ----------------
        
        - Update translations. [j23d]
        - Use Integer type for border in schema. [j23d]
        - Set pad_id directly in the settings. [j23d]
        
        
        0.2a1 - 2012-07-02
        ------------------
        
        - Initial version [j23d]
        
Keywords: kotti etherpad
Platform: UNKNOWN
