lenya/src/webapp/lenya/pubs/default/config/doctypes doctypes.xconf,NONE,1.1
Christian Egli <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/config/doctypes
In directory erbium:/tmp/cvs-serv16942/src/webapp/lenya/pubs/default/config/doctypes
Added Files:
doctypes.xconf
Log Message:
Added doctypes configuration for default publication.
--- NEW FILE: doctypes.xconf ---
<?xml version="1.0"?>
<doctypes>
<doc type="simple">
<children>
<doc type="simple"/>
<doc type="xhtml"/>
</children>
<creator src="org.apache.lenya.cms.authoring.DefaultLeafCreator">
<sample-name>simple.xml</sample-name>
</creator>
<tasks>
<task id="publish"/>
</tasks>
</doc>
<doc type="xhtml">
<children>
<doc type="simple"/>
<doc type="xhtml"/>
</children>
<creator src="org.apache.lenya.cms.authoring.DefaultLeafCreator">
<sample-name>xhtml.xml</sample-name>
</creator>
<tasks>
<task id="publish"/>
</tasks>
</doc>
</doctypes>