You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/05/16 09:06:44 UTC

cvs commit: httpd-site/xdocs/docs-project docsformat.xml

jerenkrantz    02/05/16 00:06:44

  Modified:    docs/docs-project docsformat.html
               xdocs/docs-project docsformat.xml
  Log:
  Add link to location of a simple tarball that has all of the jars required
  for docs-2.0 transforms.
  
  Revision  Changes    Path
  1.4       +2 -0      httpd-site/docs/docs-project/docsformat.html
  
  Index: docsformat.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/docs-project/docsformat.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- docsformat.html	12 Mar 2002 20:56:44 -0000	1.3
  +++ docsformat.html	16 May 2002 07:06:44 -0000	1.4
  @@ -109,6 +109,8 @@
   the <a href="http://xml.apache.org/xalan-j/getstarted.html">Xalan
   distribution</a>.  If you just want to transform one document at a
   time, you can simple follow the directions on the Xalan webpage.</p>
  +<p>You can grab all of the JARs required in a tarball located
  +<a href="http://httpd.apache.org/dev/dist/httpd-docs-lib.tar.gz">here</a>.</p>
   <p>Eventually, we will need a better system for updating the
   transformations on all the documents at once.</p>
     </blockquote>
  
  
  
  1.4       +4 -1      httpd-site/xdocs/docs-project/docsformat.xml
  
  Index: docsformat.xml
  ===================================================================
  RCS file: /home/cvs/httpd-site/xdocs/docs-project/docsformat.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- docsformat.xml	12 Mar 2002 20:56:44 -0000	1.3
  +++ docsformat.xml	16 May 2002 07:06:44 -0000	1.4
  @@ -51,6 +51,9 @@
   distribution</a>.  If you just want to transform one document at a
   time, you can simple follow the directions on the Xalan webpage.</p>
   
  +<p>You can grab all of the JARs required in a tarball located
  +<a href="http://httpd.apache.org/dev/dist/httpd-docs-lib.tar.gz">here</a>.</p>
  +
   <p>Eventually, we will need a better system for updating the
   transformations on all the documents at once.</p>
   </section>
  @@ -64,4 +67,4 @@
   </section>
   
   </body>
  -</document>
  \ No newline at end of file
  +</document>