You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2005/09/06 10:55:06 UTC

svn commit: r278944 - /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml

Author: ferdinand
Date: Tue Sep  6 01:54:58 2005
New Revision: 278944

URL: http://svn.apache.org/viewcvs?rev=278944&view=rev
Log:
Added docu comments

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml?rev=278944&r1=278943&r2=278944&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml Tue Sep  6 01:54:58 2005
@@ -30,8 +30,13 @@
 See http://forrest.apache.org/docs/linking.html for more info
 -->
 
-<site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-   <!-- Note: No matter what you configure here, Forrest will always try to load
+<!-- The label of the site.element will only show in the linkmap (linkmap.html)
+     use elements project-name and group-name in skinconfig to change name of 
+     your site or project that is usually shown at the top of page  
+ -->
+<site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0"
+  tab="">
+  <!-- Note: No matter what you configure here, Forrest will always try to load
        index.html when you request http://yourHost/.
        'How can I use a start-up-page other than index.html?' in the FAQs has more 
        information tells you how to change that. 
@@ -39,51 +44,51 @@
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to MyProj"/>
   </about>
-
   <samples label="Samples" href="samples/" tab="samples">
     <index href="index.html"/>
-    <sample label="Apache doc v2.0" href="sample.html" 
-      description="A nonsense document using all possible elements in the current document v2.0">
+    <sample label="Apache doc v2.0" href="sample.html" description="A nonsense
+      document using all possible elements in the current document v2.0">
       <top href="#top"/>
       <section href="#section"/>
     </sample>
-    <document-v13 label="Apache doc v1.3" href="document-v13.html" 
-      description="A nonsense document using all possible elements in the document v1.3">
+    <document-v13 label="Apache doc v1.3" href="document-v13.html"
+      description="A nonsense document using all possible elements in the
+      document v1.3">
       <top href="#top"/>
       <section href="#section"/>
     </document-v13>
-    <static label="Static content" href="static.html" 
-      description="Static raw un-processed content" />
-    <linking label="Linking" href="linking.html" 
-      description="Linking explained and demonstrated" />
-    <sample-html label="Embedded HTML" href="embedded_html.html" 
-      description="Test of Embedded HTML" />
-    <sample-ascii-art label="ascii-art page" href="ascii-art.html" 
-      description="Sample Ascii Art page" />
-    <sample-usemap label="usemap" href="usemap.html" 
-      description="Client-side imagemap" />
-    <sample-custom label="Custom Schema" href="customSchema.html" 
+    <static label="Static content" href="static.html" description="Static raw
+      un-processed content"/>
+    <linking label="Linking" href="linking.html" description="Linking explained
+      and demonstrated"/>
+    <sample-html label="Embedded HTML" href="embedded_html.html"
+      description="Test of Embedded HTML"/>
+    <sample-ascii-art label="ascii-art page" href="ascii-art.html"
+      description="Sample Ascii Art page"/>
+    <sample-usemap label="usemap" href="usemap.html" description="Client-side
+      imagemap"/>
+    <sample-custom label="Custom Schema" href="customSchema.html"
       description="Custom XML schema and doctypes"/>
     <custom-example href="custom.html" description="A custom XML file"/>
-    <xml-entities label="XML entities" href="xml-entities.html" 
+    <xml-entities label="XML entities" href="xml-entities.html"
       description="Using XML entities for character replacements"/>
-    <faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
-    <locationmap label="Locationmap" href="locationmap/index.html" description="Locationmaps allow the user URL space to be different from the storage URL Space"/>
+    <faq label="FAQ" href="faq.html" description="Frequently Asked Questions"/>
+    <locationmap label="Locationmap" href="locationmap/index.html"
+      description="Locationmaps allow the user URL space to be different from
+      the storage URL Space"/>
     <subdir label="Subdir" href="subdir/">
-      <index label="Index" href="index.html" 
-        description="Page generated from a sub-directory"/>
+      <index label="Index" href="index.html" description="Page generated from a
+        sub-directory"/>
     </subdir>
   </samples>
-  
   <plugins label="Plugins" href="pluginDocs/plugins_0_70/" tab="plugins">
-    <index label="Index" href="index.html" description="List of plugins available for Forrest"/>
+    <index label="Index" href="index.html" description="List of plugins
+      available for Forrest"/>
   </plugins>
-
   <files>
-    <hello_print href="hello.pdf" />
-    <test1 href="test1.html" />
+    <hello_print href="hello.pdf"/>
+    <test1 href="test1.html"/>
   </files>
-
   <!--
   The href must be wholesite.html/pdf  You can change the labels and node names
   <all label="All">
@@ -91,7 +96,6 @@
     <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
   </all>
   -->
-
   <external-refs>
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>