You are here: Home Plone products collective.greybox

collective.greybox (0.4)

1
by Olha Pelishok last modified 2009-07-28
0.0
0.0
0.0
0.0
Released on 2009-07-24 by Mathias Leigmruber for Plone 3.0, Plone 3.1 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
A simple Folder View, which uses greybox to display images

INSTALL

Egg:
note: not yet in cheesShop
1. svn co https://svn.plone.org/svn/collective/collective.greybox/tags/0.1 /your/local/path
2. run setup.py
3. create ftw.greybox-configure.zcml in your $INSTANCE/etc/packages-includes
    content:

        <configure>

        <include package="collective.greybox" />

        </configure>

4. Restart your Instance and choose greybox profile while creating a new Plone Site.
   Or install greybox with quickinstaller

Without easy_install:

  1. go to your $INSTANCE/lib/python
    • $ mkdir collective
    • $ cd collective
    • $ svn co https://svn.plone.org/svn/collective/collective.greybox/tags/0.1/collective/greybox/ greybox
  2. repeat step 3 and 4 from egg installation
Document Actions
Powered by Plone