J. Wolfgang Kaltz wrote:

I checked in the changes thus far as they are working; some open issues remain:
- should the index page of the default publication be of the resource type "homepage" ? I actually did not understand how the homepage resource type was handled thus far (how is "homepage" distinguished from "xhtml"?)

from parameter-doctype.xmap:

<map:pipeline>
<!-- {area}/index.html -->
<map:match pattern="*/index*.html">
<map:generate type="serverpages" src="../../config/parameters/default.xsp">
<map:parameter name="value" value="homepage"/>
</map:generate>
<map:serialize type="xml"/>
</map:match>
</map:pipeline>


the reason it was introduced was to allow a different stylesheet for the homepage, a common usecase

- should blog entries have meta-data as well ? I suppose yes
- should we attempt to unify all meta-data creation within DefaultCreator ?

+1

- the resource type matching does not yet use the new meta-data

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to