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/08/17 05:38:51 UTC

cvs commit: xml-forrest/src/documentation/content/xdocs primer.xml

crossley    2002/08/16 20:38:51

  Modified:    src/documentation/content/xdocs primer.xml
  Log:
  Format the text in <source> elements to be 80 char max.
  
  Revision  Changes    Path
  1.11      +26 -26    xml-forrest/src/documentation/content/xdocs/primer.xml
  
  Index: primer.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/primer.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- primer.xml	6 Jun 2002 14:32:39 -0000	1.10
  +++ primer.xml	17 Aug 2002 03:38:51 -0000	1.11
  @@ -213,43 +213,43 @@
           with a filesystem hierarchy similar to this inside the <code>xml-forrest</code>
           home directory:</p> 
         <warning>This is highly volatile information!</warning> 
  -      <source><![CDATA[+---legal                             various licenses for projects included with Forrest
  +      <source><![CDATA[+---legal                             various licenses for included projects
   +---lib                               jar library
   +---src
  -|   +---contrib                       unused
  -|   +---documentation                 main Forrest source tree
  -|   |   +---content                   content of the Forrest website
  -|   |   |   +---xdocs                 Forrest website XML documents
  -|   |   +---library                   common components (not skin-specific)
  -|   |   |   +---xslt                  document format transformers (faq & howto -> document)
  -|   |   +---resources                 project documentation specific resources
  +|   +---contrib                     unused
  +|   +---documentation               main Forrest source tree
  +|   |   +---content                 content of the Forrest website
  +|   |   |   +---xdocs               Forrest website XML documents
  +|   |   +---library                 common components (not skin-specific)
  +|   |   |   +---xslt                document format transformers e.g. faq->xdoc
  +|   |   +---resources               project documentation specific resources
   |   |   |   +---images
  -|   |   +---skins                     Forrest skins
  -|   |       +---avalon-site
  -|   |       +---forrest-site          the future xml.apache.org skin
  -|   |       |   +---css               Cascading Stylesheets
  -|   |       |   +---images            skin-specific images
  -|   |       |   +---xslt              the skin stylesheets (per medium)
  +|   |   +---skins                   Forrest skins
  +|   |       +---basic
  +|   |       +---forrest-site        the future xml.apache.org skin
  +|   |       |   +---css             Cascading Stylesheets
  +|   |       |   +---images          skin-specific images
  +|   |       |   +---xslt            the skin stylesheets (per medium)
   |   |       |       +---fo
  -|   |       |       +---html          html rendering skins
  +|   |       |       +---html        html rendering skins
   |   |       +---jakarta-site
   |   |       +---scarab-site
   |   |       +---xml-apache-site
  -|   +---examples                      unused
  -|   +---java                          unused
  -|   +---resources                     project resources
  -|   |   +---charts                    charting trials
  -|   |   +---layout                    HTML page mock-ups
  +|   +---examples                    unused
  +|   +---java                        unused
  +|   +---resources                   project resources
  +|   |   +---charts                  charting trials
  +|   |   +---layout                  HTML page mock-ups
   |   |   |   +---resources
   |   |   |   +---xml.apache.org
   |   |   |       +---images
  -|   |   +---schema                    Forrest DTDs
  +|   |   +---schema                  Forrest DTDs
   |   |       +---dtd
  -|   |       +---entity
  -|   +---scratchpad                    unused
  -|   +---targets                       unused
  -|   +---testcases                     unused
  -+---tools                             Forrest build environment (Centipede)
  +|   |       +---entit
  +|   +---scratchpad                  unused
  +|   +---targets                     unused
  +|   +---testcases                   unused
  ++---tools                           Forrest build environment (Centipede)
       +---ant
       +---centipede]]></source> 
         <p>The <code>xml-forrest</code> home directory consists of the main Ant