Author: klute Date: Wed Feb 8 12:50:58 2006 New Revision: 376062 URL: http://svn.apache.org/viewcvs?rev=376062&view=rev Log: Replaced "CVS" in the top-lvel files by "Subversion".
Modified: jakarta/poi/trunk/src/documentation/content/xdocs/book.xml jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml jakarta/poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml jakarta/poi/trunk/src/documentation/content/xdocs/index.xml jakarta/poi/trunk/src/documentation/content/xdocs/patches.xml jakarta/poi/trunk/src/documentation/content/xdocs/poi-ruby.xml Modified: jakarta/poi/trunk/src/documentation/content/xdocs/book.xml URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/book.xml?rev=376062&r1=376061&r2=376062&view=diff ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/book.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/book.xml Wed Feb 8 12:50:58 2006 @@ -58,13 +58,10 @@ </menu> <menu label="Code"> - <!-- <menu-item label="Source Code" href="http://jakarta.apache.org/poi/javadocs/javasrc/"/> --> - <menu-item label="CVS" href="http://jakarta.apache.org/site/cvsindex.html"/> - <!-- <menu-item label="CVS Changelog" href="changelog.html"/> --> + <menu-item label="Subversion (current source code)" href="http://jakarta.apache.org/site/cvsindex.html"/> <menu-item label="Top Voted Bugs" href="http://issues.apache.org/bugzilla/buglist.cgi?votes=1&product=POI&order=bugs.votes"/> <menu-item label="Bug Database" href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI"/> <menu-item label="Patches" href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr"/> - <menu-item label="Junit Test Results" href="ext:junit"/> <menu-item label="Dependency Metrics" href="ext:jdepend"/> <!-- <menu-item label="Checkstyle Metrics" href="http://jakarta.apache.org/poi/metrics/checkstyle/"/> --> Modified: jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml?rev=376062&r1=376061&r2=376062&view=diff ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml Wed Feb 8 12:50:58 2006 @@ -138,7 +138,7 @@ Managament and Maintenance System for the Telecommunications industry based on Turbine and Velocity. Originally the invoicing was done with a simple - CVS + CSV sheet which was then marked up by accounts and customized for each client. As growth has been consistent with the application, the requirement for invoices that need not be touched by hand increased. POI provided the Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml?rev=376062&r1=376061&r2=376062&view=diff ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml Wed Feb 8 12:50:58 2006 @@ -48,7 +48,7 @@ details! <strong>Please note:</strong> HPSF's writing functionality is <strong>not</strong> present in POI releases up to and including 2.5. In order to write properties you have to download a later POI release (when - available) or retrieve the POI development version from the CVS + available) or retrieve the POI development version from the Subversion repository. </li> </ol> Modified: jakarta/poi/trunk/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/index.xml?rev=376062&r1=376061&r2=376062&view=diff ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/index.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/index.xml Wed Feb 8 12:50:58 2006 @@ -92,8 +92,8 @@ <p>HPSF supports reading and writing of properties. However, with the current POI release only reading is possible. In order to write properties, you'll have to fetch the latest POI version <link - href="http://jakarta.apache.org/site/cvsindex.html">from the CVS - repository</link>.</p> + href="http://jakarta.apache.org/site/cvsindex.html">from the + Subversion repository</link>.</p> <p>Please see <link href="./hpsf/index.html">the HPSF project page</link> for more information.</p> @@ -124,3 +124,21 @@ </legal> </footer> </document> + +<!-- Keep this comment at the end of the file +Local variables: +mode: xml +sgml-omittag:nil +sgml-shorttag:nil +sgml-namecase-general:nil +sgml-general-insert-case:lower +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:2 +sgml-indent-data:t +sgml-parent-document:nil +sgml-exposed-tags:nil +sgml-local-catalogs:nil +sgml-local-ecat-files:nil +End: +--> Modified: jakarta/poi/trunk/src/documentation/content/xdocs/patches.xml URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/patches.xml?rev=376062&r1=376061&r2=376062&view=diff ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/patches.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/patches.xml Wed Feb 8 12:50:58 2006 @@ -35,16 +35,17 @@ <link href="contrib.xml">Third-Party Contributions</link>. The preferred submission method for patches is: </p> - <ul> - <li>Post to POI developers list</li> - <li>Describe the patch, the reason for it and (if necessary) why this is important.</li> - <li>Generate the patch in - <code>diff -u</code> format from CVS - </li> - <li>Also generate a documentation patch or new file, if this is something that should be documented. - </li> - <li>Post as an attachment rather than inline (unless it is trivially small).</li> - </ul> + <ul> + <li>Post to POI developers list</li> + <li>Describe the patch, the reason for it and (if necessary) why this + is important.</li> + <li>Generate the patch in the unified diff format. This format is + created by the typical Subversion client when you execute the + <code>svn diff</code> command or the equivalent of it in a GUI environment.</li> + <li>Also generate a documentation patch or new file, if this is + something that should be documented.</li> + <li>Post as an attachment rather than inline (unless it is trivially small).</li> + </ul> <p>Following the above guidelines will facilitate your patch being reviewed and applied efficiently.</p> </section> Modified: jakarta/poi/trunk/src/documentation/content/xdocs/poi-ruby.xml URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/poi-ruby.xml?rev=376062&r1=376061&r2=376062&view=diff ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/poi-ruby.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/poi-ruby.xml Wed Feb 8 12:50:58 2006 @@ -32,9 +32,9 @@ <em>libgcj </em>, presumably from the same version of GCC with which you compiled. </p> </section> - <section><title>CVS</title> + <section><title>Subversion</title> <p> - The POI-Ruby module sits under the POI <link href="http://jakarta.apache.org/site/cvsindex.html">CVS</link> in the <em>src/contrib/poi-ruby</em> directory. Running <em>make</em> + The POI-Ruby module sits under the POI <link href="http://jakarta.apache.org/site/cvsindex.html">Subversion</link> in the <em>src/contrib/poi-ruby</em> directory. Running <em>make</em> inside that directory will create a loadable ruby extention <em>poi4r.so</em> in the release subdirectory. Tests are in the <em>tests/</em> subdirectory, and should be run from the <em>poi-ruby</em> directory. Please read the tests to figure out the usage. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/