collective.greybox (moved to http://plone.org/products/collective.greybox)
- Warning
- This product has not had a release in over 1 year and may no longer be maintained.
A simple Folder View, which uses greybox to display images
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
Current Release
collective.greybox (moved to http://plone.org/products/collective.greybox) 0.2
Released Oct 09, 2008 — tested with Plone 3
new CSS for the greybox_view. thx to Moe-Nilssen
More about this release…
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Status |
|---|---|---|---|---|
| 0.2 | Oct 09, 2008 | new CSS for the greybox_view. thx to Moe-Nilssen More about this release… |
Plone 3
|
final |
| 0.1 | Feb 25, 2008 | First stable release... More about this release… |
Plone 3
|
release-candidate |

