PropertyList 0.1 Released
Property List lets you write a bunch of properties in one object in a simple file. This format and object is taken from the CMF. However the CMF loads the properties into a Folder. This has all the properties in a standard object and is compatible with external editor.
For example:
foo:string=bar bar:string=fooYou can then call this from the presentation language of your choice:
<dtml-with ProperytListObject> <dtml-var foo> </dtml-with>for example. I was going to call it PropertyObject, but someone beat me to it ;)
More: PropertyList.