You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/08/11 15:06:42 UTC

svn commit: r231443 - /beehive/trunk/docs/forrest/template.xml

Author: ekoneil
Date: Thu Aug 11 06:06:41 2005
New Revision: 231443

URL: http://svn.apache.org/viewcvs?rev=231443&view=rev
Log:
Add a Forrest documentation template with the correct DTD references and skeleton content to be used when creating new Beehive doc pages.

BB: self
DRT: template.xml passes Forrest validation


Added:
    beehive/trunk/docs/forrest/template.xml   (with props)

Added: beehive/trunk/docs/forrest/template.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/template.xml?rev=231443&view=auto
==============================================================================
--- beehive/trunk/docs/forrest/template.xml (added)
+++ beehive/trunk/docs/forrest/template.xml Thu Aug 11 06:06:41 2005
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<!--
+  This template can be used as the starting point for authoring Beehive documentation.  Just remember
+  to author the Forrest subset of XHTML.  More information can be found here:
+
+    http://forrest.apache.org/docs_0_70/index.html    
+
+  -->
+<document>
+    <header>
+        <title>Your Title Here</title>
+    </header>
+    <body>
+        <section id="overview">
+            <title>Overview</title>
+            <p>TODO: overview</p>
+        </section>
+        <section id="your-content">
+            <title>Content</title>
+            <p>TODO: content</p>
+            <section id="nested-content">
+                <title>Nested Content</title>
+                <p>TODO: nested content</p>
+            </section>
+        </section>
+    </body>
+</document>

Propchange: beehive/trunk/docs/forrest/template.xml
------------------------------------------------------------------------------
    svn:eol-style = native