Metadata-Version: 1.0
Name: plonetheme.aclark_twitter
Version: 1.2
Summary: Complete silliness: make your Plone site look like Alex Clark's Twitter profile.
Home-page: https://svn.plone.org/svn/collective/plonetheme.aclark_twitter/
Author: Alex Clark
Author-email: aclark@aclark.net
License: GPL
Description: 
        Introduction
        ============
        
        Complete silliness: This Plone theme makes your site look like Alex Clark's
        Twitter profile: http://twitter.com/aclark4life.
        
        That's it.
        
        Installation
        ------------
        
        Add ``plonetheme.aclark_twitter`` to the ``eggs`` parameter of your
        ``plone.recipe.zope2instance`` section::
        
            [plone]
            recipe = plone.recipe.zope2instance
            ...
            eggs = 
                ...
                plonetheme.aclark_twitter
        
        Now run buildout, restart Plone, and install the theme in Site Setup ->
        Add-ons.
        
        .. Note:: 
        
            This theme generally looks terrible; it's just for fun (and the Plone 4
            support needs some work.)
        
        Changelog
        =========
        
        1.2 (01/11/2011)
        ----------------
        
        - Plone 4 compat
        
        1.1 (09/29/2009)
        ----------------
        
        - Bug fix release
        
        1.0 (09/18/2009)
        ----------------
        
        - Initial release
        
Keywords: web zope plone theme
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
