Metadata-Version: 1.0
Name: collective.ckeditor
Version: 3.4.1
Summary: CKEditor for Plone
Home-page: https://svn.plone.org/svn/collective/collective.ckeditor
Author: Alterway Solutions
Author-email: support@ingeniweb.com
License: GPL
Description: Introduction
        ============
        
        ckeditor, a wysiwyg editor for Plone 4 and more.
        
        Dependencies
        ============
        
        Plone4 and more.
        
        collective.plonefinder is used for attached media browsing and upload.
        
        when using buildout or easy_install, collective.plonefinder is installed.
        
        Install collective.ckeditor in your zope instance
        =================================================
        
        two options :
        
        - add "collective.ckeditor" in your eggs and zcml sections of your plone 4 buildout
          then run "bin/buildout" or "bin\buildout" under win32
          look at ckeditor.cfg if you are using plone 4 core dev buildout
        
        - >>> easy_install collective.ckeditor
        
        Read docs/INSTALL.txt for more information
        
        Install ckeditor in Plone
        =========================
        
        Use the Plone "Add Products" Control Panel.
        Choose "CKeditor for Plone 3.x"
        Click on Activate
        It will also install collective.plonefinder
        
        
        Plone 3 :
        ---------
        
        No support is provided for Plone3.
        
        If you really need ckeditor for Plone3 contact us support@ingeniweb.com
        
        You can always use FCKeditor for Plone.
        
        
        Developement
        ============
        
        when checked out from svn, run utils/base2zope.py at Python prompt.
        
        This will inject the ckeditor directory in a browser Resources directory accessible in line
        using this adress::
        
          - http://yourplonesite/++resource++ckeditor/
          
        base2zope.py fix some tal compilation errors (zope.tal bugs), see also::
        
          - https://bugs.launchpad.net/zope2/+bug/142333
         
        
        More information
        ================
        
        If you need more support, if you need new plugins for Plone or more generic plugins for ckeditor,
        contact us :
        
        - support@ingeniweb.com
        
        
        Changelog
        =========
        
        3.4.1
        -----
        
        * use ckeditor 3.4.1
          macadames 10/09/26
        
        * fix an error in set_media_type
          macadames 10/09/26
        
        * fix an error in mediaupload session
          macadames 10/09/26
        
        
        3.4
        ---
        
        * use ckeditor 3.4
        
        3.3.1b
        ------
        
        * use ckeditor 3.3.1
          macadames 10/07/31
        
        * icon for control panel is now in controlpanel.xml
          macadames 10/07/31
        
        * Make control panel (and tests) running without errors with last Plone4 version ... 
          The listTypesForInterface method was broken.
          macadames 10/07/31
        
        * Use the new mediaupload attribute in collective.plonefinder
          (Force the selection of content-type in jquery.uploadify)
          macadames 10/07/31
        
        * Added support for z3c.autoinclude so no zcml slugs will be needed for this package. 
          sneridagh 10/08/05
        
        3.2.1b
        ------
        
        * image sizes selection added (use this new option provided by collective.plonefinder)
        
        * some fixes for last collective.plonefinder usage.
        
        3.2.1a
        ------
        
        * use ckeditor 3.2.1
        
        * plone 4 compliance :
        
          - remove iw.resourcetraverser dependency
        
          - remove wysiwyg_support in skin (no more useful)
        
        * control panel improvements
        
        * functional doctests added or improved
        
        * FAQ added
        
        * buildout examples added to help developers using svn product
        
        * javascript contextuel config is now packed
        
        * added local field widget settings overload
        
        * changed portal_transforms resolveuid
        
        * all basehref problems fixed
        
        * menu styles through control panel finished
        
        * toolbar through control panel finished 
        
        3.0.2 - Unreleased
        ------------------
        
        * use ckeditor 3.0.2
        
        
        3.0 - Unreleased
        ----------------
        
        * Initial release
        
        
        CKEditor for Plone : FAQ
        ------------------------
        
        * How to completely remove any trace of ckeditor in Plone ?
          Use the Plone control panel > Addons > remove the product
          In ZMI > portal_properties remove 'ckeditor_properties', all your registered 
          parameters for ckeditor will be destroyed.
        
        * How to install a new version of CKeditor for Plone ?
          Always read this FAQ
          From one version to another, it could be needed to run a migration 
          Generic Setup upgrade step for ckeditor_properties sheet.
        
        * How to use a svn version of collective.ckeditor ?
          Just take a  look at buildout/buildout.cfg and buildout/sources.cfg in this package
          Checkout the standard plone4 buildout
          Make a diff with standard plone4 buidout to see the parts you need to change
          You need to add the svn adresses in sources.cfg for mr.developper,
          'ckeditor' in egg and zcml sections, and the 'ckeditor' part ....
        
        * How to completly overload the ckeditor configuration 
          with your own javascript config ?
          Just create a javascript file called 'ckeditor_plone_config.js' in your ZMI
          > portal_skins > Custom or in a skin product.
Keywords: Plone CKeditor WYSIWYG
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
