skip to navigation
skip to content

PloneTerminal 0.5

A Terminal for Plone

Downloads ↓

jquery.terminal integration for Plone

https://github.com/bearstech/PloneTerminal/raw/master/docs/plone_terminal.png

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.

 
File Type Py Version Uploaded on Size # downloads
PloneTerminal-0.5.tar.gz (md5) Source 2011-05-21 61KB 250
PloneTerminal-0.5.zip (md5) Source 2011-05-21 67KB 259