DIY Plone Style 1.0.2 (Nov 02, 2005)

DIY Plone Style

This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.

This release comes with a generator script made for getting a clean skeleton much faster. It also reflects the move of the product documentation to a full tutorial on plone.org.

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

Available downloads

Product Package

For all platforms (0 kB)

Change log

DIYPloneStyle 1.0.2 - Released November 9 2005

  • Added a script bin/generator.py with command line options to autogenerate a new skin product from DIYPloneStyle. [gawel]
  • Added a skeleton test suite: tests/testSkeleton.py (thank you Stephan for the idea and the code). Renamed testPloneSkin.py to testStyleInstallation.py. [davconvent] [lurker]
  • Removed doc/ folder as its content is now hosted in the documentation section on plone.org (the Link is in the README). [davconvent]

DIYPloneStyle 1.0.1 - Released November 2 2005

  • Added 2 more tests for checking resource properties after installation. [davconvent]
  • Replaced the content of doc/README.txt and doc/LINKS.txt by a link to their equivalent in the tutorial on plone.org. The doc/ folder will be removed in the next product release. Included a link to the tutorial in the README.txt. [davconvent]
  • Added FULLRESET to config.py to define if Default Skin, Skin flexibility and Skin Cookie persistence should be reset to Plone default values when the product is uninstalled. [davconvent]
  • Removed support for REQUEST variable name as it confuses plone newbies and there is no much reason to play with it anyway (or please tell me). [davconvent]