You are here: Home Website Toolkit Toolkit Documentation Center How-tos A Python sript to get the base_properties.props
Document Actions

A Python sript to get the base_properties.props

The FSDump Utility does not export the base_properties.props file to the filesystem. Use this script to create it.

To get a skin to your filesytem you can use:
http://zope.org/Members/tseaver/FSDump/

and a little python script to read out the base_properties


bpIds = container.base_properties.propertyItems()
for myId in bpIds:
      print "%s:string=%s" % myId

return printed
just cut and paste the output into  base_properties.props
For the skin itself use
http://www.mxm.dk/products/public/MinimalPloneSkin/
as the skeleton

In partnership with: GEF IW:LEARN Project Coordinating Unit (PCU)
c/o UNDP Washington Office
1775 K St., NW, Suite 420
Washington, DC 20006, USA
unep@iwlearn.org
Phone:+1 703-835-9287 (TEK-WATR)
Fax: +1 702-552-6583
UNEP/DGEF IW:LEARN
P.O. Box 30552
Nairobi 00100, KENYA
unep@iwlearn.org
Phone: +254 20 7623271
Fax: +254 20 7624042