Plone product locker registration made spesifically to suite the needs of Fagutvalget ved Institutt for informatikk (http://fui.ifi.uio.no). The product is available at these addresses:
You can install this product in Plone using buildout.
Add
plonetheme.fui
tobuildout.cfg
:[buildout] ... eggs = ... fui.locker [instance] ... zcml = ... fui.lockerRun (maybe backup first..):
~$ buildout -NInstall the plugin using Site Setup in your Plone site.
Release a new version to pypi.python.org with:
~$ python setup.py register ~$ python setup.py egg_info -RDb "" sdist upload