You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2007/07/15 09:25:44 UTC

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

Author: gmcdonald
Date: Sun Jul 15 00:25:41 2007
New Revision: 556369

URL: http://svn.apache.org/viewvc?view=rev&rev=556369
Log:
Update linking doc to reflect new locations for samples usage, ensuring fresh-site is still used as basis of real life example

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

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples1/linking.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples1/linking.xml?view=diff&rev=556369&r1=556368&r2=556369
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples1/linking.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples1/linking.xml Sun Jul 15 00:25:41 2007
@@ -125,10 +125,10 @@
       </source>
       <p>
         In a sub-directory, which corresponds to
-        <code>content/xdocs/samples/subdir/index.html</code> ...
+        <code>content/xdocs/samples2/subdir/index.html</code> ...
       </p>
       <source>
-<![CDATA[<a href="subdir/index.html">]]><a href="subdir/index.html">subdir/index.html</a>
+<![CDATA[<a href="../samples2/subdir/index.html">]]><a href="../samples2/subdir/index.html">subdir/index.html</a>
 <![CDATA[</a>]]>
       </source>
     </section>
@@ -150,10 +150,10 @@
       </source>
       <p>
         A raw document in a sub-directory, which corresponds to
-        <code>content/xdocs/samples/subdir/hello.zip</code> ...
+        <code>content/xdocs/samples2/subdir/hello.zip</code> ...
       </p>
       <source>
-<![CDATA[<a href="subdir/hello.zip">]]><a href="subdir/hello.zip">subdir/hello.zip</a>
+<![CDATA[<a href="../samples2/subdir/hello.zip">]]><a href="../samples2/subdir/hello.zip">../samples2/subdir/hello.zip</a>
 <![CDATA[</a>]]>
       </source>
       <p>
@@ -297,18 +297,18 @@
         </p>
         <source>
 <![CDATA[
-  <samples label="Samples" href="samples/" tab="samples">
+  <docs-samples1 label="Samples 1" href="samples1/" tab="samples-1">
     <faq label="FAQ" href="faq.html"/>
     ...
-  </samples>
+  </docs-samples1>
 ]]>
         </source>
         <p>
           enables a link to a generated document, which corresponds to
-          <code>content/xdocs/samples/index.xml</code> ...
+          <code>content/xdocs/samples1/index.xml</code> ...
         </p>
         <source>
-<![CDATA[<a href="site:samples">]]><a href="site:samples">site:samples</a>
+<![CDATA[<a href="site:docs-samples1">]]><a href="site:docs-samples1">site:docs-samples1</a>
 <![CDATA[</a>]]>
         </source>
         <p>
@@ -319,7 +319,7 @@
 <![CDATA[<a href="site:faq">]]><a href="site:faq">site:faq</a>
 <![CDATA[</a>]]>
 which can also be a complete reference
-<![CDATA[<a href="site:samples/faq">]]><a href="site:samples/faq">site:samples/faq</a>
+<![CDATA[<a href="site:docs-samples1/faq">]]><a href="site:docs-samples1/faq">site:docs-samples1/faq</a>
 <![CDATA[</a>]]>
         </source>
       </section>
@@ -330,21 +330,25 @@
         </p>
         <source>
 <![CDATA[
-  <samples label="Samples" href="samples/" tab="samples">
-    <sample label="Apache document" href="sample.html">
+<samples1 label="First set of Samples"  description="First Set of Samples">
+  <docs-samples1 label="Samples 1" href="samples1/" tab="samples-1">
+    <index label="Overview" 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">
       <top href="#top"/>
       <section href="#section"/>
-    </sample>
+      </sample>
     ...
-  </samples>
+  </docs-samples1>
+</samples1>
 ]]>
         </source>
         <p>
           enables a link to a fragment identifier within the
-          <code>samples/sample.html</code> document ...
+          <code>samples1/sample.html</code> document ...
         </p>
         <source>
-<![CDATA[<a href="site:samples/sample/section">]]><a href="site:samples/sample/section">site:samples/sample/section</a>
+<![CDATA[<a href="site:samples1/docs-samples1/sample/section">]]><a href="site:samples1/docs-samples1/sample/section">site:samples1/docs-samples1/sample/section</a>
 <![CDATA[</a>]]>
         </source>
       </section>
@@ -553,3 +557,4 @@
     </section>
   </body>
 </document>
+