Skip to content

espenak/fui.fsbrowse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

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

About

Filesystem browsing app for plone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages