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 2002/05/12 09:36:26 UTC

cvs commit: xml-forrest/src/documentation/content/xdocs book.xml faq.xml mail-lists.xml

crossley    02/05/12 00:36:26

  Modified:    src/documentation sitemap.xmap
               src/documentation/content/xdocs book.xml faq.xml
                        mail-lists.xml
  Log:
  Linking in the initial FAQ.
  - There are still some stylesheet mods required.
  
  Revision  Changes    Path
  1.5       +0 -2      xml-forrest/src/documentation/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/sitemap.xmap,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sitemap.xmap	9 Apr 2002 22:34:22 -0000	1.4
  +++ sitemap.xmap	12 May 2002 07:36:26 -0000	1.5
  @@ -147,7 +147,6 @@
        </map:call>    
      </map:match>
   
  -   <!--
      <map:match pattern="body-faq.xml">
        <map:generate type="file-nolabel" src="content/xdocs/faq.xml"/>
        <map:transform src="library/xslt/faq2document.xsl" label="content"/>
  @@ -155,7 +154,6 @@
         <map:parameter name="type" value="document2html"/>
        </map:call>    
      </map:match>
  -   -->
   
      <!-- Generate the "doclist" - list of all documentation
        The first match generates each book.xml and adds a new attribute "uri".
  
  
  
  1.6       +1 -0      xml-forrest/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- book.xml	11 May 2002 22:35:27 -0000	1.5
  +++ book.xml	12 May 2002 07:36:26 -0000	1.6
  @@ -11,6 +11,7 @@
       <menu-item label="License" href="license.html"/>
       <menu-item label="Who we are" href="who.html"/>
       <menu-item label="Dream list" href="dreams.html"/>
  +    <menu-item label="FAQs" href="faq.html"/>
     </menu>
   
     <menu label="References">
  
  
  
  1.2       +41 -8     xml-forrest/src/documentation/content/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/faq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.xml	25 Mar 2002 07:14:48 -0000	1.1
  +++ faq.xml	12 May 2002 07:36:26 -0000	1.2
  @@ -3,16 +3,49 @@
   
   <faqs title="Frequently Asked Questions">
   <faq>
  -  <question>
  -    Why? 
  -  </question>
  -  <answer>
  -    <p>
  -Why not?
  -    </p>
  -  </answer>
  + <question>
  +  Why is there not yet a website for Forrest at apache.org? 
  + </question>
  + <answer>
  +  <p>
  +   It is still early days in the life of the project. Please help us discuss
  +   Forrest development on the mailing list, we will then get to that phase
  +   sooner.
  +  </p>
  + </answer>
  +</faq>
   
  +<faq>
  + <question>
  +  Why is there no &quot;Forrest To Do List&quot; so that i can help?
  + </question>
  + <answer>
  +  <p>
  +   Short answer: There is a To Do list. It is inside the file
  +   <code>$FORREST_HOME/forrest.xgump</code>
  +  </p>
   
  +  <p>
  +   Long answer: The <code>build docs</code> does not yet generate the
  +   To Do list or the Changes list, by extracting them from the
  +   <code>forrest.xgump</code> file. Please help build the stylesheets and
  +   Cocoon sitemap snippet to do that job.
  +  </p>
  + </answer>
  +</faq>
  +
  +<faq>
  + <question>
  +  Why do the section titles not show in the answers below?
  + </question>
  + <answer>
  +  <p>
  +   Because we are in transition to the new document-v11.dtd
  +   and there are still some old stylesheets with matches for s1 etc.
  +   rather than matches for section.
  +   See the <link href="document-v11.html">Demo document-v11</link>
  +  </p>
  + </answer>
   </faq>
   
   </faqs>
  
  
  
  1.2       +1 -1      xml-forrest/src/documentation/content/xdocs/mail-lists.xml
  
  Index: mail-lists.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/mail-lists.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mail-lists.xml	23 Mar 2002 17:55:01 -0000	1.1
  +++ mail-lists.xml	12 May 2002 07:36:26 -0000	1.2
  @@ -73,4 +73,4 @@
      </ul>
     </s1>
    </body>
  -</document>
  \ No newline at end of file
  +</document>