Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.
/ fui.locker Public archive
forked from espenak/fui.locker

Plone product for locker registration

Notifications You must be signed in to change notification settings

fui/fui.locker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

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:

Install

You can install this product in Plone using buildout.

  1. Add plonetheme.fui to buildout.cfg:

    [buildout]
    ...
    eggs =
        ...
        fui.locker
    
    [instance]
    ...
    zcml =
        ...
        fui.locker
    
  2. Run (maybe backup first..):

    ~$ buildout -N
    
  3. Install the plugin using Site Setup in your Plone site.

For developers

Release a new version to pypi.python.org with:

~$ python setup.py register
~$ python setup.py egg_info -RDb "" sdist upload

About

Plone product for locker registration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%