collective.greybox
A simple Folder View, which uses greybox to display images
Current release
collective.greybox 0.2
Released Oct 09, 2008 — tested with Plone 3
new CSS for the greybox_view. thx to Moe-Nilssen
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Project Description
INSTALL
buildout:
1. go to your src directory
2. svn co https://svn.plone.org/svn/collective/collective.greybox/trunk/ collective.greybox
3. add devel source egg and load zcml
eggs =
....
collective.greybox
....
develop =
......
src/collective.greybox
.....
zcml =
....
collective.greybox
....
4. run bin/buildout
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
TESTED WITH
Plone 3.0.3 / 3.0.4 / 3.0.5
Zope 2.10.5
CONTACT
info (a) 4teamwork.ch
m.leimguber (a) 4teamwork.ch

