Skip to content. | Skip to navigation

Sections
Personal tools
What is this?
Hi, my name is Tom Lazar and I'm a Plone and Zope developer based in Berlin, Germany and this is my personal and professional (no big difference, really...) website.
 

Creating a Plone Skin the (really) easy way

Filed Under:

A sentient being shouldn't have to do what a machine can do better

While starting on my next Plone site today (yup, gotta keep 'em coming!) I decided to brush up my existing convenience script for automatically creating an installable skeleton version of a Plone Product.

The main problem in the initial version was how to create a selectable skin instance programmatically during installation and then how to add the product's skin paths to that instance - I didn't have a clue (and thus did it manually in the ZMI). Thankfully, Martin Aspeli had solved that meanwhile in his Product MySite! However, MySite still requires lots of tedious, manual steps (mainly copy & paste and search & replace) so I decided to put the two together and voila! Instant, installable Plone skin ;-)

I've uploaded the README and an installable archive of the script. I hope somebody will find it usefull. And as for myself: I guess after three to five more skins I'll have made up the time I've invested in the script ;-)

Thanks

Posted by Luis P Caamano at Sep 15, 2005 02:51 AM

Thanks man! Now I have some extra time that I can use to play Counter Strike. :-)

How heartwarming ;-)

Posted by Tom Lazar at Sep 15, 2005 08:18 AM

It's always nice to hear, that one's work is put to a good cause!