lenya/src/webapp/lenya/pubs/default/content/authoring/doctypes index.xml,NONE,1.1

Christian Egli <[email protected]> Mon, 19 May 2003 21:03:59 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/doctypes
In directory erbium:/tmp/cvs-serv2739/src/webapp/lenya/pubs/default/content/authoring/doctypes

Added Files:
	index.xml 
Log Message:
Added the content of the default publication:
* a hands-on tutorial
* a feature list
* a list of concept
* examples of the two doctypes


--- NEW FILE: index.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>Document Type Examples</title>
  </head>
  <body>
    <h1>Document Type Examples</h1>

    <p>The default publication comes with two doctypes:</p>

    <ul>
      <li>the <a href="doctypes/simple-document.html">Simple Doctype</a> and </li>
      <li>the <a href="doctypes/xhtml-document.html">XHTML Doctype</a></li>
    </ul>
    
    <p>The Simple Doctype is typically used for situations when you
    want control over what information has to be included in a
    document. The Simple Document defines a set of tags that a
    document has to be comprised of.</p>

    <p>The XHTML Doctype on the other hand is for situations where
    users ask for complete freedom on what information can be inserted
    into a document. While this approach doesn't restrict you, it also
    looses some of the major benefits of well defined document types.</p>

  </body>
</html>