Metadata-Version: 1.0
Name: csci.fourthplinth
Version: 0.8dev
Summary: Post the fourthplinth schedule to twitter daily
Home-page: www.cannonscientific.com
Author: Peter Dyson
Author-email: pdyson@cannonscientific.com
License: GPL
Description: .. contents::
        
        
        .. Installation:
        -------------
        
        1) Do not download, add the following to your buildout script:
        
        [eggs]
        ...
        csci.fourthplinth
        
        [instance]
        ...
        ...
        zcml =
        ...
        csci.fourthplinth
        
        zope-conf-additional =
        <clock-server>
        method /plone-site-id/content-item-id/@@udschedule_view
        period 120
        user admin
        password ,de00ornot9.
        host localhost
        </clock-server>
        
        
        Replace the following items: 'plone-site-id' and 'content-item-id'
        
        3) Then buildout and got to the portal_quickinstaller on your site and Install the product
        
        4) you should now be able to add a content item called 'fourthplinth'
        
        
        
        .. Note!
        -----
        Update the following URLs to point to your:
        
        - code repository
        - bug tracker
        - questions/comments feedback mail
        (do not set a real mail, to avoid spams)
        
        Or remove it if not used.
        
        - Code repository: http://svn.somewhere.com/...
        - Questions and comments to somemailing_list
        - Report bugs at http://bug.somewhere.com/..
        
        
        Change history
        **************
        
        Changelog
        =========
        
        0.8 (2009-09-18)
        ----------------
        - added in-flight tweet string
        
        0.7 (2009-09-16)
        ----------------
        - more robust access to TZ server
        
        0.6 (2009-09-15)
        ----------------
        - '#oneandother' added to tweets, to make them appear on one and other website
        
        0.5 (2009-09-08)
        ----------------
        - added 'structure' to description on main view (to add html support)
        - twitter details not longer REQUIRED
        - all posts now posted 121secs before the scheduled time (to ensure they are posted on time)
        - updated regular expression for scanning one&other page
        - all twitter posts now finish with tiny url (google shortlink) to users page
        - twitter end tags removed
        - enabled timezone support from our timezone server
        
        
        0.4 (2009-09-07)
        ----------------
        - added end tag to tweets for url to web page
        
        0.3 (2009-09-07)
        ----------------
        - temp fix for dst in uk (gmt +1)
        
        0.2 (2009-09-07)
        ----------------
        - added debug mode
        
        
        0.1 (xxxx-xx-xx)
        ----------------
        
        - Created recipe with ZopeSkel
        [Peter Dyson]
        
        Detailed Documentation
        **********************
        
        Introduction
        ============
        
        This addon scans the foruth plinth schedule and schedules tweets for the start of each hour
        
        
        Contributors
        ************
        
        Peter Dyson, Author
        Dan Cotruta, Author
        
        Download
        ********
        
Keywords: trafalgar square fourth plinth arts plone cannon scientific
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
