Metadata-Version: 1.0
Name: collective.tinymceplugins.advfilelinks
Version: 0.0.1alpha
Summary: An advanced TinyMCE plugin for handling links to files
Home-page: http://svn.plone.org/svn/collective/collective.tinymceplugins.advfilelinks/
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.net
License: GPL
Description: Introduction
        ============
        
        This is a plugin for `TinyMCE`__ editor for Plone.
        
        __ http://plone.org/products/tinymce/
        
        It will replace in the less obtrusive way the standard *plonelink* plugin, providing a version that
        handle in a different way links to File contents.
        
        When the link is not internal or not to a file, nothing change.
        
        When you link a file inside the Plone site, instead of obtain this in your XHTML...::
        
        <a class="internal-link" href="./my-pdf">Download the document</a>
        
        ...you'll get this...::
        
        <a class="internal-link internal-link-tofile" href="./my-pdf"
        type="application/pdf" title="pdf, 146.2 kB">Download the document</a>
        
        The plugin also add a CSS to your Plone site that:
        
        * Add the image icon based on file's mimetype, on the left of the link (need IE 7 or better)
        * After the linked text will be added a `text generated with CSS`__, with the same content you find in the
        *title*, put in bracket (need IE 8 or better).
        IE users with old version still get's some additional information thanks to the *title* attribute.
        
        __ http://www.w3.org/TR/CSS2/generate.html
        
        .. figure:: http://keul.it/images/plone/collective.tinymceplugins.advfilelinks-0.0.1-01.png
        :alt: Screenshot of what you see on Firefox
        
        How this looks like (on Firefox)
        
        .. figure:: http://keul.it/images/plone/collective.tinymceplugins.advfilelinks-0.0.1-02.png
        :alt: Screenshot of what you see in the TinyMCE XHML generated
        
        What you will find inside TinyMCE
        
        Dependencies
        ------------
        
        This product has been tested with Plone 3.2 and TinyMCE 1.1rc8.
        
        TODO
        ====
        
        A good uninstall GS step.
        Right now you must manually restore your default TinyMCE configuration.
        
        Credits
        =======
        
        Developed with the support of `Regione Emilia Romagna`__; Regione Emilia Romagna supports the `PloneGov initiative`__.
        
        __ http://www.regione.emilia-romagna.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.net/redturtle_banner.png
        :alt: RedTurtle Technology Site
        :target: http://www.redturtle.net/
        
        
        Changelog
        =========
        
        0.0.1alpha (2010-07-20)
        -----------------------
        
        * initial release
        
Keywords: tinymce plugin file link
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
