Metadata-Version: 1.0
Name: js.tinymce
Version: 3.4.3.2-1
Summary: Fanstatic packaging of TinyMCE
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.tinymce
        **********
        
        Introduction
        ============
        
        This library packages `TinyMCE`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`TinyMCE`: http://tinymce.moxiecode.com
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.tinymce``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import tinymce from ``js.tinymce`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.tinymce import tinymce
          >>> tinymce.need()
        
        tiny_mce_popup.js is also available::
        
          >>> from js.tinymce import tinymcepopup
          >>> tinymcepopup.need()
        
        CHANGES
        *******
        
        3.4.3.2-1 (2011-08-05)
        ======================
        
        - Make tiny_mce_popup.js available as a Fanstatic Resource.
        
        
        3.4.3.2 (2011-08-02)
        ====================
        
        - Update to 3.4.3.2
        
        
        3.3.9.3 (2011-01-11)
        ====================
        
        - Initial release.
        
Platform: UNKNOWN
