]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
add some cvs and xsl-fo resources
authorWilliam Victor Mote <vmote@apache.org>
Tue, 25 Nov 2003 15:29:38 +0000 (15:29 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Tue, 25 Nov 2003 15:29:38 +0000 (15:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197024 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/tools.xml
src/documentation/content/xdocs/resources.xml

index 08365f17014835a3ee5afaf8d36d3fdeb82a12d2..2ddc8690bc30f82678e2f94e6c821c44899b8e0f 100644 (file)
           <li>On a Linux/Unix machine, you will want to redirect the output from the above command into a file. If you are using GNU WinCVS, you can cut the output from the console window and paste it into a file. The "-w" ignores whitespace differences. The "-u" puts the diff in "universal" format. You may wish to use the "-N" option as well, which is supposed to treat new files as if there were an old 0 byte file -- in other words, it is supposed to include the new file in the patch. However, it only operates on files that have been "add"ed to the CVS repository, which cannot be done without commit access.</li>
         </ul>
       </section>
+      <section id="cvs-doc">
+        <title>Documentation</title>
+        <ul>
+          <li>[online resource] <jump href="http://www.cvshome.org">The CVS Home Page</jump>.</li>
+          <li>[electronic manual] <jump href="http://www.cvshome.org/docs/manual">"The Cederqvist"</jump> (official CVS manual).
+Note that this manual applies to the command-line version of CVS.</li>
+          <li>[book] <jump href="http://www.oreilly.com/catalog/cvs">Essential CVS</jump>, by Jennifer Vesperman (O'Reilly &amp; Associates).</li>
+          <li>[book] <jump href="http://www.oreilly.com/catalog/cvspr2">The CVS Pocket Reference</jump>, by Gregor N. Purdy (O'Reilly &amp; Associates).</li>
+          <li>[book] Open Source Development with CVS, by Moshe Bar and Karl Franz Fogel (Paraglyph Press, ISBN 1-932111-81-6).</li>
+          <li>[book] <jump href="http://www.oreilly.com/catalog/rcs">Applying RCS and SCCS</jump>, by Dan Bolinger and Tan Bronson (O'Reilly &amp; Associates).
+RCS is used by CVS for its file operations (CVS is kind of a wrapper around RCS).</li>
+        </ul>
+      </section>
     </section>
     <section id="ide">
       <title>Integrated Development Environments (IDEs)</title>
index 2188ec93b57d1a523fc955388528fd613248f820..eaa22f28f1602ef9d4e56de6ef39836d1136476e 100644 (file)
@@ -68,6 +68,7 @@
           <li>[online article] <jump href="http://www.sun.com/software/xml/developers/slides-dtd/">Using Formatting Objects with the Slides DTD</jump>, by Paul Sandoz.</li>
           <li>[online article] <jump href="http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html">Using XSL Formatting Objects</jump>, by J. David Eisenberg.</li>
           <li>[online reference] <jump href="http://zvon.org/xxl/xslfoReference/Output/index.html">XSL FO reference</jump>, by Miloslav Nic.</li>
+          <li>[online reference] <jump href="http://www.dpawson.co.uk/xsl/sect3/index.html">Dave Pawson's XSL-FO FAQ</jump>.</li>
           <li>[online book] <jump href="http://www.dpawson.co.uk/xsl/sect3/bk/index.html">An introduction to XSL Formatting Objects</jump>, by Dave Pawson. See hardcopy version below.</li>
           <li>[book] <jump href="http://www.oreilly.com/catalog/xslfo">XSL-FO</jump>, by Dave Pawson, O'Reilly &amp; Associates, 2002, ISBN 0-596-00355-2. See online version above.</li>
           <li>[book] <jump href="http://www.phptr.com/browse/product.asp?product_id={CEA527AF-412D-49DA-8C1F-46E0A519B8D8}">Definitive XSL-FO</jump>, by G. Ken Holman, Prentice Hall PTR, 2003, ISBN 0-131-40374-5.</li>