Metadata-Version: 1.0
Name: collective.transform.creole
Version: 1.0
Summary: Creole wiki text transform for Plone
Home-page: https://svn.plone.org/svn/collective/collective.transform.creole
Author: Clayton Parker
Author-email: info AT claytron DOT com
License: GPL
Description: Introduction
        ============
        
        This package gives Plone users the ability to use creole wiki syntax in their Plone site.  Creole aims to be a common wiki format across all wiki engines.  Now you can use it in Plone!
        
        To see some examples of Creole wiki text take a look at the cheat sheet: http://www.wikicreole.org/wiki/CheatSheet
        
        Install
        -------
        
        To install collective.transform.creole with buildout do the following::
        
        [instance]
        eggs = collective.transform.creole
        zcml = collective.transform.creole
        
        Once the package is installed you can do the following:
        
        - Run the 'Creole Transform Install' profile
        - Go to Site setup -> markup
        - Make sure the text/wiki+creole transform is enabled
        - Set your default editor to 'Plain Text'
        - Write some wiki text!
        
        To uninstall, run the 'Creole Transform Uninstall' profile and remove the package from your buildout.
        
        
        Changelog
        =========
        
        1.0 - (2008-11-08)
        ------------------
        
        * Initial release
        [claytron]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
