lenya/src/webapp/lenya/pubs/default/config/doctypes/samples xhtml.xml,NONE,1.1 simple.xml,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/samples
In directory erbium:/tmp/cvs-serv16982/src/webapp/lenya/pubs/default/config/doctypes/samples
Added Files:
xhtml.xml simple.xml
Log Message:
Added doctype samples for simple and xhtml doctype.
--- NEW FILE: xhtml.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Default Publication</title>
</head>
<body>
<h1>Default Publication</h1>
<p>Welcome to the default Lenya publication!</p>
<p>Te purpose of this publication is</p>
<ul>
<li>to show beginners the basic functionality of the Lenya CMS,</li>
<li>to provide an "out of the box" publication that can be easily adapted and used, and</li>
<li>to provide a basis for reference implementations of new concepts and best practices.</li>
</ul>
<p>
You won't find any fancy and confusing bells and whistles here, but the
publication contains everything you need to get started.
</p>
</body>
</html>
--- NEW FILE: simple.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<simple-document
xmlns:lenya="http://lenya.org/2003/"
xmlns:dc="http://dc.org/2003/"
xmlns="http://www.lenya.org/2003/simple-document"
>
<!-- the root element indicates the doctype -->
<lenya:meta>
<dc:title>The Simple Document Type</dc:title>
<dc:creator>Andreas Hartmann</dc:creator>
<dc:subject></dc:subject>
<dc:description></dc:description>
<dc:publisher></dc:publisher>
<dc:contributor></dc:contributor>
<dc:date>First published date</dc:date>
<dc:type></dc:type>
<dc:format></dc:format>
<dc:identifier></dc:identifier>
<dc:source></dc:source>
<dc:language></dc:language>
<dc:relation></dc:relation>
<dc:coverage></dc:coverage>
<dc:rights></dc:rights>
</lenya:meta>
<lenya:header>
<lenya:page-title>Page Title (can be used on overview
pages)</lenya:page-title>
<lenya:abstract>Abstract that can be used on an overview
page</lenya:abstract>
</lenya:header>
<body>
<subtitle></subtitle>
<crossheading></crossheading>
<p>
This is a page written in the simple document type describing the simple
document type.
</p>
<informaltable>
<tgroup>
<tbody>
<row>
<entry></entry>
<entry></entry>
</row>
<row>
<entry></entry>
</row>
</tbody>
</tgroup>
</informaltable>
<itemizedlist>
<listitem></listitem>
<listitem></listitem>
</itemizedlist>
</body>
</simple-document>