skip to navigation
skip to content

fui.fsbrowse 0.4

Plone product which makes files from the file system available within plone.

Install

You can install this product in Plone using buildout.

  1. Add fui.fsbrowse to buildout.cfg:

    [buildout]
    ...
    eggs =
        ...
        fui.fsbrowse
    
    [instance]
    ...
    zcml =
        ...
        fui.fsbrowse
    
  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 egg_info -RDb "" sdist upload
File Type Py Version Uploaded on Size # downloads
fui.fsbrowse-0.4.tar.gz (md5) Source 2009-11-06 14:07:01.796752 11KB 28

Log in to rate this package.