blob: 3e1361b57b128fd27e121010795a7a46f29ad753 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Id$ -->
<head>
<title>Resource Type Examples</title>
</head>
<body>
<h1>Resource Type Examples</h1>
<p>
The default publication comes with the <a href="/default/authoring/doctypes/xhtml-document.html">XHTML resource type</a>,
the <a href="/default/authoring/doctypes/links.html">Links resource type</a>,
the <a href="/default/authoring/doctypes/opendocument.html">OpenDocument resource type</a> and
the <a href="/default/authoring/doctypes/cforms.html">CForms resource type</a>.
</p>
<p>
The <strong>XHTML resource type</strong> is suitable 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>
<p>
The <strong>Links resource type</strong> is mainly to show that Lenya is able to handle
arbitrary resource types but can also be used for link-lists.
</p>
<p>
The <strong>OpenDocument resource type</strong> is a standardized XML-based
file format specification suitable for office applications and has been developed
by <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office">OASIS</a>.
</p>
<p>
The <strong>CForms resource type</strong> is an example of how Lenya manages formular data
based on Cocoon's CForms in conjunction with Ajax.
</p>
</body>
</html>