DIY Plone Style 3.0 (Sep 18, 2007)
DIYPloneStyle for Plone 3.0
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | David Convent |
DIYPloneStyle now addresses changes in Plone 3.0
- The generated product can hold a viewlet registration example if the generator script is called with the
--add-viewletargument. - The generated product stores all the needed Generic Setup files with inline documentation.
- If called with the
--add-custom-setuphandlerargument, the generator script generates a product ready to provide custom import steps in its GenericSetup profile. - Example Theme has been moved to an
examplesubfolder, other examples have been added there.
Change log
DIYPloneStyle 3.0 - Released - Sept 18 2007
- Bugfix: The '--stylesheet' argument of the generator script is now used
for renaming the 'main.css' stylesheet in 'browser/stylesheets'.
Thanks Dennis for reporting this.
[davconvent]
DIYPloneStyle 3.0 Release Candidate - Released - Sept 4 2007
- Moved generated stylesheet to a Zope 3 resource directory in 'browser/'.
Added an 'images' Zope 3 resource directory in 'browser/'.
Move the example viewlet template in 'browser/templates/'.
[davconvent]
- Fixed wrong import in 'browser/interfaces.py'. This fixes #20.
Also in examples and tutorial.
[davconvent]
DIYPloneStyle 3.0-beta - Released - July 18 2007
- Fixed bug #15: it's now possible to run the script if it's placed in a
directory named with a different name than DIYPloneStyle.
[davconvent]
- Added viewlets management to both example and base profiles.
See example for a more extensive illustration of the customization
process.
[davconvent]
- Moved the example folders and files to the newly created 'example'
directory. Changed example skin and product names to 'DotNet Example'.
[davconvent]
- GS profiles now use "base-on" attributes in skins.xml for declaring new
skin-paths. It makes it work with Plone 3.0 (trunk) only.
[davconvent]

