Plone product which makes files from the file system available within plone.
You can install this product in Plone using buildout.
Add
fui.fsbrowse
tobuildout.cfg
:[buildout] ... eggs = ... fui.fsbrowse [instance] ... zcml = ... fui.fsbrowseRun (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 egg_info -RDb "" sdist upload