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/11/04 05:31:38 UTC

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

crossley    2002/11/03 20:31:38

  Modified:    .        status.xml
               src/documentation/content/xdocs book.xml faq.xml
  Added:       src/documentation/content/xdocs compliance.xml
  Log:
  Added new document.
  
  Revision  Changes    Path
  1.28      +4 -0      xml-forrest/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/status.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- status.xml	2 Nov 2002 10:38:22 -0000	1.27
  +++ status.xml	4 Nov 2002 04:31:38 -0000	1.28
  @@ -103,6 +103,10 @@
   
     <changes>
      <release version="0.1" date="2002">
  +    <action dev="DC" type="add" context="docs">
  +     Added new document <link href="compliance.html">Standards Compliance</link>
  +     Thanks to Robert Koberg.
  +    </action>
       <action dev="DC" type="add" context="build">
        Added Jing "RELAX NG validator in Java" and initial grammar for
        skinconf.xml files. These config files now get validated during the build.
  
  
  
  1.27      +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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- book.xml	1 Nov 2002 07:58:19 -0000	1.26
  +++ book.xml	4 Nov 2002 04:31:38 -0000	1.27
  @@ -31,6 +31,7 @@
       <menu-item label="The Forrestbot" href="forrestbot.html"/>
       <menu-item label="Using Forrest" href="your-project.html"/>
       <menu-item label="XML Validation" href="validation.html"/>
  +    <menu-item label="Standards Compliance" href="compliance.html"/>
       <menu-item label="Libre" href="libre-intro.html"/>
       <menu-item label="DTD documentation" href="dtd-docs.html"/>
       <menu-item label="Sourcetype Action" href="cap.html"/>
  
  
  
  1.15      +2 -1      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- faq.xml	26 Oct 2002 12:59:00 -0000	1.14
  +++ faq.xml	4 Nov 2002 04:31:38 -0000	1.15
  @@ -12,6 +12,7 @@
      Because we are in transition to the new document-v11.dtd
      and there are still some stylesheets that need tweaking.
      See the <link href="document-v11.html">Demo document-v11</link>
  +   and <link href="document-v11.html">Standards Compliance</link>.
     </p>
    </answer>
   </faq>
  @@ -24,7 +25,7 @@
     <p>
      Run &quot;<code>./build.sh docs</code>&quot; to see the documentation
      for Forrest.
  -   The documentation is generated in the <code>build/docs/</code> directory.
  +   The documentation is generated in the <code>build/site/</code> directory.
      Logfiles are in the <code>build/tmp/context/WEB-INF/logs/</code> directory.
     </p>
    </answer>
  
  
  
  1.1                  xml-forrest/src/documentation/content/xdocs/compliance.xml
  
  Index: compliance.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Standards Compliance</title> 
    </header> 
    <body> 
      <section>
        <title>Introduction</title>
  <p>
  Forrest is still version 0.1 so there are known issues. Standards compliance is a
  definite major goal. Please send patches to the Forrest skin stylesheets to
  ensure such compliance. The following issues are about the
  <code>"forrest-site"</code> skin.
  </p>
      </section> 
  
      <section>
        <title>HTML</title>
  <p>
  W3C HTML Validation Service:
  <link href="http://validator.w3.org/">validator.w3.org</link>
  </p>
  <p>Issues ...</p>
  <ol>
   <li>Still using <code>&lt;body *margin*&gt;</code> attributes.</li>
   <li>Missing <code>&lt;img alt&gt;</code> attributes.</li>
   <li>FIXME: need to list other issues here.</li>
  </ol>
      </section> 
  
      <section>
        <title>WAI</title>
  <p>See
  <link href="http://www.w3.org/WAI/">Web Accessibility Initiative (WAI)</link>
  </p>
  <p>
  Bobby with WAI:
  <link href="http://bobby.watchfire.com/">bobby.watchfire.com</link>
  </p>
  <p>Issues ...</p>
  <ol>
   <li>Priority 1: alt text for images.</li>
   <li>FIXME: need to list other issues here.</li>
  </ol>
  <p>
  Bobby with U.S. Section 508 Guidelines:
  <link href="http://bobby.watchfire.com/">bobby.watchfire.com</link>
  </p>
  <p>Issues ...</p>
  <ol>
   <li>FIXME: need to list other issues here.</li>
  </ol>
      </section> 
  
      <section>
        <title>CSS</title>
  <p>
  Jigsaw:
  <link href="http://jigsaw.w3.org/css-validator/validator-uri.html">jigsaw.w3.org</link>
  </p>
  <p>Issues ...</p>
  <ol>
   <li>CSS 2: no errors, but some warnings</li>
   <li>CSS 1: hover class</li>
   <li>FIXME: need to list other issues here.</li>
  </ol>
      </section> 
  
      <section>
        <title>Other discussion</title>
  <p>Please add links to relevant forrest-dev email thread here:</p>
  
      </section> 
    </body>
  </document>