Package: collective - ExampleFileSystemSkin
A base for filesystem-based skins that you can distribute as an installable Product that shows up in Plone's 'Add/Remove Products' control panel.
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | ExampleFileSystemSkin |
| Files Page: | http://sourceforge.net/project/showfiles.php?group_id=55262&package_id=99640 |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/ExampleFileSystemSkin/ |
Releases
| Release Date | Release Name | Download | |
|---|---|---|---|
| 2003-10-30 15:00 | 1.0 | sourceforge |
Package README (CVS ver. 1.1)
Example File System Skin
This Product demonstrates how you can put your skins on the file
system. Use this as a base for filesystem-based skins.
Using this Product, you can distribute your skin as an installable
Product that shows up in Plone's 'Add/Remove Products' control panel.
Usage Instructions:
1. Rename 'ExampleFileSystemSkin' at the top and inside the 'skins' to
whatever you want to call your skin/product.
2. Replace all references to 'ExampleFileSystemSkin' in the
'Extensions/Install.py' file with the same name as in step 1.
3. If you have several directories (one for images, one for templates),
you can add them to the list in the line of 'Install.py' that looks
like this::
skin_names = ('ExampleFileSystemSkin','MyAddedSkinDirectory')
4. Use the 'Refresh' tab in Control Panel -> Product Management ->
YourProduct -> Refresh to update your skin changes if you are
not running Zope in debug mode.
5. Remember that you will need to reinstall if you add additonal
directories.
Credits
By Helge Tesdal and Alexander Limi from
"Plone Solutions":http://www.plonesolutions.com -
Plone Development, Training, Support.