You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/09/21 08:05:15 UTC

cvs commit: xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir index.xml

crossley    2003/09/20 23:05:15

  Modified:    src/resources/fresh-site/src/documentation/content/xdocs
                        site.xml
               src/resources/fresh-site/src/documentation/content/xdocs/samples
                        sample2.xml sdocbook.xml
               src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir
                        index.xml
  Log:
  Minor text clarifications.
  
  Revision  Changes    Path
  1.23      +4 -4      xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- site.xml	20 Sep 2003 11:50:24 -0000	1.22
  +++ site.xml	21 Sep 2003 06:05:14 -0000	1.23
  @@ -23,7 +23,7 @@
     </about>
   
     <samples label="Samples" href="samples/" tab="samples">
  -    <sample label="Apache document page" href="sample.html" 
  +    <sample label="Apache document" href="sample.html" 
         description="A nonsense document using all possible elements in the current document">
         <top href="#top"/>
         <section href="#section"/>
  @@ -37,11 +37,11 @@
       <sample-ehtml label="ehtml page" href="ehtml-sample.html" 
         description="Sample HTML page" />
       <faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
  -    <sdocbook label="Simplifed Docbook page" href="sdocbook.html" 
  -      description="Simplified DocBook title" />
  +    <sdocbook label="Simplifed Docbook" href="sdocbook.html" 
  +      description="Simplified DocBook example" />
       <subdir label="Subdir" href="subdir/">
         <index label="Index" href="index.html" 
  -        description="Page generated from a subdirectory"/>
  +        description="Page generated from a sub-directory"/>
       </subdir>
     </samples>
   
  
  
  
  1.3       +1 -1      xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/sample2.xml
  
  Index: sample2.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/sample2.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sample2.xml	13 Aug 2003 10:34:57 -0000	1.2
  +++ sample2.xml	21 Sep 2003 06:05:14 -0000	1.3
  @@ -2,7 +2,7 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
   <document> 
     <header> 
  -    <title>More samples</title> 
  +    <title>Static content - inlcuding raw un-processed files and documents</title> 
       <authors><person name="Steven Noels" email="stevenn@apache.org"/> 
       </authors> 
     </header> 
  
  
  
  1.2       +2 -2      xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/sdocbook.xml
  
  Index: sdocbook.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/sdocbook.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sdocbook.xml	1 Aug 2003 11:00:24 -0000	1.1
  +++ sdocbook.xml	21 Sep 2003 06:05:14 -0000	1.2
  @@ -2,7 +2,7 @@
   <!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.0//EN"
   "http://www.oasis-open.org/docbook/xml/simple/1.0/sdocbook.dtd">
   <article>
  -  <title>Simplified DocBook title</title>
  +  <title>Simplified DocBook example</title>
   
     <subtitle>Sample Page subtitle</subtitle>
   
  @@ -165,4 +165,4 @@
     <bibliography>
       <bibliomixed>Bibliography</bibliomixed>
     </bibliography>
  -</article>
  \ No newline at end of file
  +</article>
  
  
  
  1.4       +6 -5      xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/samples/subdir/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	2 Sep 2003 21:02:30 -0000	1.3
  +++ index.xml	21 Sep 2003 06:05:15 -0000	1.4
  @@ -2,7 +2,7 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
   <document>
      <header>
  -      <title>Page generated from a subdirectory</title>
  +      <title>Page generated from a sub-directory</title>
   
         <authors>
           <person name="Joe Bloggs" email="joe@joescompany.org" />
  @@ -11,10 +11,11 @@
   
      <body>
        <section>
  -       <title>A subdirectory</title>
  -       <p>This was generated from a subdirectory.</p>
  -       <p>When creating new subdirectories, remember that each <em>must</em>
  -         have a book.xml file</p>
  +       <title>A sub-directory</title>
  +       <p>This was generated from a sub-directory.</p>
  +       <p>When creating new subdirectories, remember that these <em>must</em>
  +         be declared in site.xml or each directory must have a book.xml file.
  +       </p>
         </section>
      </body>
   </document>