You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by jo...@locus.apache.org on 2000/01/22 02:13:41 UTC

cvs commit: jakarta-site/getinvolved library.html library.htsrc

jon         00/01/21 17:13:41

  Modified:    getinvolved library.html library.htsrc
  Log:
  added a link to the cvsbook
  added "" around the a href's.
  
  Revision  Changes    Path
  1.7       +14 -8     jakarta-site/getinvolved/library.html
  
  Index: library.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site/getinvolved/library.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- library.html	2000/01/22 00:29:40	1.6
  +++ library.html	2000/01/22 01:13:40	1.7
  @@ -1,6 +1,6 @@
   <html>
   <head>
  -<!-- $Id: library.html,v 1.6 2000/01/22 00:29:40 jon Exp $ -->
  +<!-- $Id: library.html,v 1.7 2000/01/22 01:13:40 jon Exp $ -->
   <!-- Copyright 1999, Apache Software Foundation -->
   <!-- Content head element begins -->
   
  @@ -111,31 +111,37 @@
   </p>
   
   <p>
  -<b><a href=http://java.sun.com/docs/books/jls/index.html>The Java Language Specification</a></b><br>
  +<b><a href="http://java.sun.com/docs/books/jls/index.html">The Java Language Specification</a></b><br>
   Written by the creators of the Java Programming Language, this online book is considered by many
   to be the bible for programming in Java. A must read.
   </p>
   
   <p>
  -<b><a href=http://java.sun.com/products/jdk/javadoc/index.html>Javadoc</a></b><br>
  +<b><a href="http://java.sun.com/products/jdk/javadoc/index.html">Javadoc</a></b><br>
   Javadoc is the automatic software documentation generator used by Java since it was first released.
   All code written for this project must be documented using Javadoc conventions.
   </p>
   
   <p>
  -<b><a href=http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html>The Java Code Conventions</a></b><br>
  +<b><a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">The Java Code Conventions</a></b><br>
   This Sun document specifies the de-facto standard way of formatting Java code. All code written for
   this project must follow these conventions.
   </p>
   
   <p>
  -<b><a href=http://www.cyclic.com/cvs/doc-blandy.html>Introduction to CVS</a></b><br>
  +<b><a href="http://cvsbook.red-bean.com/">Open Source Development with CVS</a></b><br>
  +Written by Karl Fogel, this is an online version of many of the primary
  +chapters from the dead-tree version of his book.
  +</p>
  +
  +<p>
  +<b><a href="http://www.cyclic.com/cvs/doc-blandy.html">Introduction to CVS</a></b><br>
   Written by Jim Blandy, this brief introduction gives a first look into CVS. If you have never used
   CVS before, you'll want to start here.
   </p>
   
   <p>
  -<b><a href=http://www.cyclic.com/cvs/doc-cederqvist.html>Version Management with CVS</a></b><br>
  +<b><a href="http://www.cyclic.com/cvs/doc-cederqvist.html">Version Management with CVS</a></b><br>
   Written by Per Cederqvist at al, this is the main manual for CVS. It provides details on all
   documented CVS features.
   </p>
  @@ -149,20 +155,20 @@
   </p>
   
   <p>
  -<b><a href=http://www.tuxedo.org/%7Eesr/writings/cathedral-bazaar/index.html>The Cathedral and the Bazaar</a></b><br>
  +<b><a href="http://www.tuxedo.org/%7Eesr/writings/cathedral-bazaar/index.html">The Cathedral and the Bazaar</a></b><br>
   Written by Eric S. Raymond, this is a must read for anyone willing to join or support a volunteer
   project.
   </p>
   
   <p>
  -<b><a href=http://www.tuxedo.org/%7Eesr/writings/homesteading/index.html>Homesteading the Noosphere</a></b><br>
  +<b><a href="http://www.tuxedo.org/%7Eesr/writings/homesteading/index.html">Homesteading the Noosphere</a></b><br>
   Written by Eric S. Raymond, this is a sequel to "The Cathedral and the Bazaar". It details the
   property and ownership customs of the open-source culture. This analysis has larg implications for
   anyone interested in organizing large-scale intellectual collaborations such as this project.
   </p>
   
   <p>
  -<b><a href=http://www.sun.com/981208/scsl/principles.html>Sun Community Source License Principles</a></b><br>
  +<b><a href="http://www.sun.com/981208/scsl/principles.html">Sun Community Source License Principles</a></b><br>
   Written by Richard Gabriel and Bill Joy, this document gives an overview of the principles behind
   Community Source, the source code licensing model that the majority of the Java Platform is licensed
   under. 
  
  
  
  1.3       +14 -8     jakarta-site/getinvolved/library.htsrc
  
  Index: library.htsrc
  ===================================================================
  RCS file: /home/cvs/jakarta-site/getinvolved/library.htsrc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- library.htsrc	1999/10/07 00:27:13	1.2
  +++ library.htsrc	2000/01/22 01:13:40	1.3
  @@ -21,31 +21,37 @@
   </p>
   
   <p>
  -<b><a href=http://java.sun.com/docs/books/jls/index.html>The Java Language Specification</a></b><br>
  +<b><a href="http://java.sun.com/docs/books/jls/index.html">The Java Language Specification</a></b><br>
   Written by the creators of the Java Programming Language, this online book is considered by many
   to be the bible for programming in Java. A must read.
   </p>
   
   <p>
  -<b><a href=http://java.sun.com/products/jdk/javadoc/index.html>Javadoc</a></b><br>
  +<b><a href="http://java.sun.com/products/jdk/javadoc/index.html">Javadoc</a></b><br>
   Javadoc is the automatic software documentation generator used by Java since it was first released.
   All code written for this project must be documented using Javadoc conventions.
   </p>
   
   <p>
  -<b><a href=http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html>The Java Code Conventions</a></b><br>
  +<b><a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">The Java Code Conventions</a></b><br>
   This Sun document specifies the de-facto standard way of formatting Java code. All code written for
   this project must follow these conventions.
   </p>
   
   <p>
  -<b><a href=http://www.cyclic.com/cvs/doc-blandy.html>Introduction to CVS</a></b><br>
  +<b><a href="http://cvsbook.red-bean.com/">Open Source Development with CVS</a></b><br>
  +Written by Karl Fogel, this is an online version of many of the primary
  +chapters from the dead-tree version of his book.
  +</p>
  +
  +<p>
  +<b><a href="http://www.cyclic.com/cvs/doc-blandy.html">Introduction to CVS</a></b><br>
   Written by Jim Blandy, this brief introduction gives a first look into CVS. If you have never used
   CVS before, you'll want to start here.
   </p>
   
   <p>
  -<b><a href=http://www.cyclic.com/cvs/doc-cederqvist.html>Version Management with CVS</a></b><br>
  +<b><a href="http://www.cyclic.com/cvs/doc-cederqvist.html">Version Management with CVS</a></b><br>
   Written by Per Cederqvist at al, this is the main manual for CVS. It provides details on all
   documented CVS features.
   </p>
  @@ -59,20 +65,20 @@
   </p>
   
   <p>
  -<b><a href=http://www.tuxedo.org/%7Eesr/writings/cathedral-bazaar/index.html>The Cathedral and the Bazaar</a></b><br>
  +<b><a href="http://www.tuxedo.org/%7Eesr/writings/cathedral-bazaar/index.html">The Cathedral and the Bazaar</a></b><br>
   Written by Eric S. Raymond, this is a must read for anyone willing to join or support a volunteer
   project.
   </p>
   
   <p>
  -<b><a href=http://www.tuxedo.org/%7Eesr/writings/homesteading/index.html>Homesteading the Noosphere</a></b><br>
  +<b><a href="http://www.tuxedo.org/%7Eesr/writings/homesteading/index.html">Homesteading the Noosphere</a></b><br>
   Written by Eric S. Raymond, this is a sequel to "The Cathedral and the Bazaar". It details the
   property and ownership customs of the open-source culture. This analysis has larg implications for
   anyone interested in organizing large-scale intellectual collaborations such as this project.
   </p>
   
   <p>
  -<b><a href=http://www.sun.com/981208/scsl/principles.html>Sun Community Source License Principles</a></b><br>
  +<b><a href="http://www.sun.com/981208/scsl/principles.html">Sun Community Source License Principles</a></b><br>
   Written by Richard Gabriel and Bill Joy, this document gives an overview of the principles behind
   Community Source, the source code licensing model that the majority of the Java Platform is licensed
   under.