Metadata-Version: 1.0
Name: js.tinymce
Version: 4.1.5
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()
        
        CHANGES
        *******
        
        4.1.5 (2014-10-16)
        ==================
        
        - Updated to TinyMCE version 4.1.5.
        
        
        4.0.28 (2014-06-11)
        ===================
        
        - Updated to TinyMCE version 4.0.28.
        
        
        4.0.12 (2014-01-22)
        ===================
        
        - Updated to TinyMCE version 4.0.12.
        
        4.0.2 (2013-07-25)
        ==================
        
        - Updated to TinyMCE version 4.0.2.
        
        
        3.5.2-1 (2012-07-02)
        ====================
        
        - Added all available translation files.
        
        
        3.5.2 (2012-06-05)
        ==================
        
        - Updated to release 3.5.2
        
        
        3.4.5-2 (2011-12-07)
        ====================
        
        - Correctly added nl/de/es translations.
        
        
        3.4.5-1 (2011-11-24)
        ====================
        
        - Add nl/de/es translations.
        
        
        3.4.5 (2011-09-28)
        ==================
        
        - Update to release 3.4.5.
        
        
        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
