espenak / fui.fsbrowse
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MANIFEST.in | ||
| |
README.rst | ||
| |
fui/ | ||
| |
setup.cfg | ||
| |
setup.py |
README.rst
README
Plone product which makes files from the file system available within plone.
Install
You can install this product in Plone using buildout.
Add fui.fsbrowse to buildout.cfg:
[buildout] ... eggs = ... fui.fsbrowse [instance] ... zcml = ... fui.fsbrowseRun (maybe backup first..):
~$ buildout -NInstall 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

