Metadata-Version: 1.0
Name: PloneTerminal
Version: 0.3
Summary: A Terminal for Plone
Home-page: https://github.com/bearstech/PloneTerminal
Author: Bearstech
Author-email: py@bearstech.com
License: GPL
Description: `jquery.terminal`_ integration for `Plone`_
        
        Buildout configuration
        =======================
        
        ::
        
        [buildout]
        eggs =
        ...
        ploneterminal
        ...
        zcml =
        ...
        ploneterminal
        ...
        
        Go to ``http://<plone_site>/terminal``
        
        Customisation
        ===============
        
        Get the terminal page on GitHub_. Change the banner for your website.
        
        Then add a view for your specific theme in a configure.zcml::
        
        
        <browser:page
        name="terminal"
        for="Products.CMFPlone.interfaces.IPloneSiteRoot"
        template="yourtemplate.pt"
        permission="zope.Public"
        layer=".interfaces.IThemeSpecific"
        />
        
        Demo
        ====
        
        click here_.
        
        
        .. _jquery.terminal: http://terminal.jcubic.pl/
        .. _plone: http://plone.org
        .. _github: https://github.com/bearstech/PloneTerminal/blob/master/ploneterminal/index.pt
        .. _here: http://bearstech.com/term
        
Keywords: plone terminal
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
