You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by cr...@apache.org on 2003/09/07 15:32:06 UTC

cvs commit: xml-commons/src/documentation/content/xdocs faq.xml site.xml

crossley    2003/09/07 06:32:06

  Modified:    src/documentation/content/xdocs site.xml
  Added:       src/documentation/content/xdocs faq.xml
  Log:
  Add an initial FAQ.
  
  Revision  Changes    Path
  1.8       +1 -0      xml-commons/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- site.xml	6 Sep 2003 08:26:08 -0000	1.7
  +++ site.xml	7 Sep 2003 13:32:06 -0000	1.8
  @@ -5,6 +5,7 @@
       <index label="Index" href="index.html"/>
       <licenses label="Licenses" href="licenses.html"/>
       <download label="Download" href="http://xml.apache.org/dist/commons/"/>
  +    <faq label="FAQs" href="faq.html"/>
       <changes label="Changes" href="changes.html"/>
       <todo label="Todo" href="todo.html"/>
       <history label="History" href="history.html"/>
  
  
  
  1.1                  xml-commons/src/documentation/content/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.2//EN" "dtd/faq-v12.dtd">
  
  <faqs title="Frequently Asked Questions">
  
    <part id="general">
      <title>General</title>
      <faq id="how_can_i_help">
        <question>
          How can i help?
        </question>
        <answer>
          <p>
            Join the commons-dev <link href="site:mail-lists">mailing list</link>
            and start a topic.
          </p>
        </answer>
      </faq>
  
      <!-- add other faqs here -->
    </part>
  
    <!-- add other parts here -->
  </faqs>