hi everyone!
sorry to pester the fearless beta testers again, but for the benefit of
those coming after us we've changed the resource type configuration.
*if* you are using custom resource types, please check the readme
section of the lenya welcome screen and apply the listed changes to your
resource type modules
(<yourmodule>/config/cocoon-xconf/<your-resource-type>.xconf).
specifically:
<sample-name name="foo" mime-type="bar">baz://xyzzy</sample-name>
becomes
<sample name="foo" mime-type="bar" uri="baz://xyzzy</sample>
and
<schema language="http://relaxng.org/ns/structure/0.9" src="foo://bar"/>
becomes
<schema namespace="http://relaxng.org/ns/structure/0.9" uri="foo://bar"/>
that means that all elements now have their sources in an uri attribute,
and the naming is more precise.
the future of the optional <link-attribute/> and <expires> elements is
still debated - watch the readme for updates. you might want to defer
svn resyncs until those changes have been discussed - hopefully by
monday evening.
regards,
jörn
--
Jörn Nettingsmeier
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]