Metadata-Version: 1.0
Name: wildcard.cleanprint
Version: 1.0a4
Summary: Clean Print integration for Plone
Home-page: http://github.com/collective/wildcard.cleanprint
Author: Joel Kleier
Author-email: joel.kleier@gmail.com
License: GPL
Description: Provides integration with Plone for the Clean Print product
        (http://www.formatdynamics.com/diypub/).
        
        To use clean print, you must agree to some terms and generate some
        html/javascript:
        
          1. Enable the Clean Print product in the portal_quickinstaller
          2. Go to http://www.formatdynamics.com/diypub/
          3. Fill out the form and click the 'Generate CleanPrint Tag' button
          4. Copy the value of the SRC parameter of the <script> element and
             paste it into the Script URL configuration field in the CleanPrint
             settings (Site Setup -> CleanPrint Settings) and save the form
          5. Then there are 2 options for including buttons for clean print on
             your site:
        
             a. Make use of the defined portal_actions
             b. Use the generated Button HTML (or some derivation thereof) from
                step 2 in a custom template of some sort
        
        Changelog
        =========
        
        1.0a4 (25 Oct 2012)
        ------------------
        Fixing actual release
        
        
        1.0a3 (25 Oct 2012)
        -------------------
        Removed dependency on grok
        Removed old viewlet template
        Cleaned up the name of the product a little
        
        
        1.0a2
        -----
        Fixed missing docs directory in package
        
        
        1.0a / 1.0a1
        ------------
        Initial release
        
Keywords: plone cleanprint
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
