DIY Plone Style 3.0 (Sep 18, 2007)

DIY Plone Style

DIYPloneStyle for Plone 3.0

For additional information about this project, please visit the project page .

Available downloads

DIYPloneStyle-3.0.tar.gz

For all platforms (0 kB)

Release Notes

Tested with Plone 3
StateFinal release
LicenseGPL
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-viewlet argument.
  • The generated product stores all the needed Generic Setup files with inline documentation.
  • If called with the --add-custom-setuphandler argument, the generator script generates a product ready to provide custom import steps in its GenericSetup profile.
  • Example Theme has been moved to an example subfolder, 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]