Metadata-Version: 1.1
Name: kotti-wysihtml5
Version: 0.1
Summary: wysihtml5 for Kotti
Home-page: https://github.com/teixa/kotti_wysihtml5
Author: Nuno Teixeira
Author-email: teixas@gmail.com
License: BSD
Description: ===============
        kotti_wysihtml5
        ===============
        
        wysihtml5 for Kotti.
        
        Setup
        =====
        
        To activate the kotti_wysihtml5 add-on in your Kotti site, you need to
        add an entry to the ``kotti.configurators`` setting in your Paste
        Deploy config.  If you don't have a ``kotti.configurators`` option,
        add one.  The line in your ``[app:main]`` section could then look like
        this::
        
          kotti.configurators = kotti_wysihtml5.kotti_configure
        
        With this, you'll be able to use wysihtml5 in your Kotti site.
        
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        
        ChangeLog
        =========
        
        0.1 - 2013-03-03
        ----------------
        
        - Initial release
        
Keywords: wysihtml5 bootstrap image browser kotti cms pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: MIT License
