Metadata-Version: 1.0
Name: js.wysihtml5
Version: 0.3.0
Summary: Fanstatic packaging of wysihtml5
Home-page: https://github.com/teixas/js.wysihtml5
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.wysihtml5
        ************
        
        Introduction
        ============
        
        This library packages `wysihtml5`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`wysihtml5`: http://xing.github.com/wysihtml5
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.wysihtml5``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``simple_wysihtml5`` from ``js.wysihtml5`` and ``need``
        it where you want these resources to be included on a page::
        
          >>> from js.wysihtml5 import simple_wysihtml5
          >>> simple_wysihtml5.need()
        
        Alternatively you can import ``advanced_wysihtml5`` if you want to use
        more advanced parser rules::
        
          >>> from js.wysihtml5 import advanced_wysihtml5
          >>> advanced_wysihtml5.need()
        
        CHANGES
        *******
        
        0.3.0
        =====
        
        - Initial release.
        
Platform: UNKNOWN
