lenya/src/webapp/lenya/pubs/default/content/authoring simple-document.xml,1.3,1.4
Felix Maeder <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /usr/local/repositories/lenya/src/webapp/lenya/pubs/default/content/authoring
In directory erbium:/tmp/cvs-serv3217/src/webapp/lenya/pubs/default/content/authoring
Modified Files:
simple-document.xml
Log Message:
Extended the sample file for the simple document doctype
Index: simple-document.xml
===================================================================
RCS file: /usr/local/repositories/lenya/src/webapp/lenya/pubs/default/content/authoring/simple-document.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** simple-document.xml 5 May 2003 18:15:10 -0000 1.3
--- simple-document.xml 8 May 2003 16:36:54 -0000 1.4
***************
*** 1,58 ****
<?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>
-
--- 1,69 ----
<?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 Doctype</dc:title>
! <dc:creator>Andreas Hartmann,Felix Maeder</dc:creator>
! <dc:subject/>
! <dc:description/>
! <dc:publisher/>
! <dc:contributor/>
! <dc:date>First published date</dc:date>
! <dc:type/>
! <dc:format/>
! <dc:identifier/>
! <dc:source/>
! <dc:language/>
! <dc:relation/>
! <dc:coverage/>
! <dc:rights/>
! </lenya:meta>
! <lenya:header>
! <lenya:document-title>The Simple Document Doctype</lenya:document-title>
! <lenya:abstract>Abstract that can be used on an overview
page</lenya:abstract>
! </lenya:header>
! <body>
! <subtitle>The subtitle element is optional.</subtitle>
! <p>
! This is a page using the simple document doctype which describes the elements of this doctype.
</p>
! <p>There can be a lot of standard text paragraphs (p) in a document.</p>
! <hl2>Headline 2</hl2>
! <p>A Headline 2 is inserted to structure the text and to make it better readable.
! </p>
! <p>Different text styles as <bold>bold</bold> or <emphasize>italic ("emphasize") can be used as well.</emphasize>
! </p>
! <p>Of course, there are also links that can be set, e.g. to the website of a very promising content management system: <ulink url="http://www.lenya.org">Apache Lenya</ulink>
! </p>
! <media media-type="image">
! <media-reference alternate-text="Lenya Logo" source="lenya.gif"/>
! <caption>Images can be placed between paragraphs, lists, tables, etc. They can be uploaded by clicking on one of the red dots.</caption>
! </media>
! <hl2>Tables</hl2>
! <informaltable>
! <tgroup>
! <tbody>
! <row>
! <entry>A table contains different rows.</entry>
! <entry>Every row is divided into several cells (element "entry").</entry>
! </row>
! <row>
! <entry>Text styles as <bold>bold</bold> and <emphasize>italic</emphasize> can also be used in tables.</entry>
! <entry>
! <ulink url="http://www.wyona.com">Links</ulink>
! are allowed as well.</entry>
! </row>
! </tbody>
! </tgroup>
! </informaltable>
! <p>Paragraphs, headlines 2, tables, itemized lists, and images are all on the same level and can be mixed at will.</p>
! <itemizedlist>
! <listitem>This is an itemized list</listitem>
! <listitem>It is composed of several list items (<emphasize>listitem</emphasize>).</listitem>
! <listitem>And this is the most important item.</listitem>
! <listitem>Why not have a <ulink url="http://www.apache.org">reference</ulink>
! within a list?</listitem>
! </itemizedlist>
! </body>
</simple-document>