[svnbook commit] r1888 - trunk/src/en/book

cmpilato svnbook-dev at red-bean.com
Thu Dec 8 15:14:25 CST 2005


Author: cmpilato
Date: Thu Dec  8 15:14:16 2005
New Revision: 1888

Modified:
   trunk/src/en/book/appa.xml
   trunk/src/en/book/appc.xml
   trunk/src/en/book/book.xml
   trunk/src/en/book/ch00.xml
   trunk/src/en/book/ch01.xml
   trunk/src/en/book/ch05.xml
   trunk/src/en/book/ch06.xml
   trunk/src/en/book/ch08.xml

Log:
Use <ulink> instead of <systemitem> for "real" (public) URLs.  Another
Good Idea From MaxB(tm).


Modified: trunk/src/en/book/appa.xml
==============================================================================
--- trunk/src/en/book/appa.xml	(original)
+++ trunk/src/en/book/appa.xml	Thu Dec  8 15:14:16 2005
@@ -513,14 +513,14 @@
       claiming to at least partially support the ability to convert
       existing CVS repositories into Subversion ones.</para>
 
-    <para>One such tool is cvs2svn (<systemitem
-      class="url">http://cvs2svn.tigris.org/</systemitem>), a Python
-      script originally created by members of Subversion's own
-      development community.  Others include Chia-liang Kao's
-      Subversion converter plugin to the VCP tool (<systemitem
-      class="url">http://svn.clkao.org/revml/branches/svn-perl/</systemitem>)
-      and Lev Serebryakov's RefineCVS (<systemitem
-      class="url">http://lev.serebryakov.spb.ru/refinecvs/</systemitem>).
+    <para>One such tool is cvs2svn
+      (<ulink url="http://cvs2svn.tigris.org/"/>), a Python script
+      originally created by members of Subversion's own development
+      community.  Others include Chia-liang Kao's Subversion converter
+      plugin to the VCP tool
+      (<ulink url="http://svn.clkao.org/revml/branches/svn-perl/"/>)
+      and Lev Serebryakov's RefineCVS
+      (<ulink url="http://lev.serebryakov.spb.ru/refinecvs/"/>).
       These tools have various levels of completeness, and may make
       entirely different decisions about how to handle your CVS
       repository history.  Whichever tool you decide to use, be sure
@@ -529,8 +529,8 @@
       that history!</para>
 
     <para>For an updated collection of links to known converter tools,
-      visit the Links page of the Subversion website (<systemitem
-      class="url">http://subversion.tigris.org/project_links.html</systemitem>).</para>
+      visit the Links page of the Subversion website
+      (<ulink url="http://subversion.tigris.org/project_links.html"/>).</para>
 
   </sect1>
 

Modified: trunk/src/en/book/appc.xml
==============================================================================
--- trunk/src/en/book/appc.xml	(original)
+++ trunk/src/en/book/appc.xml	Thu Dec  8 15:14:16 2005
@@ -13,8 +13,8 @@
       functionality under-the-hood.</para>
 
     <para>For a more recently updated version of this information,
-      check out the Links page on the Subversion website (<systemitem
-      class="url">http://subversion.tigris.org/project_links.html</systemitem>).</para>
+      check out the Links page on the Subversion website
+      (<ulink url="http://subversion.tigris.org/project_links.html"/>).</para>
 
     <para><emphasis>THIS APPENDIX IS UNDER CONSTRUCTION</emphasis></para>
     

Modified: trunk/src/en/book/book.xml
==============================================================================
--- trunk/src/en/book/book.xml	(original)
+++ trunk/src/en/book/book.xml	Thu Dec  8 15:14:16 2005
@@ -71,9 +71,9 @@
 
     <legalnotice><para>This work is licensed under the Creative
       Commons Attribution License. To view a copy of this license,
-      visit http://creativecommons.org/licenses/by/2.0/ or send a
-      letter to Creative Commons, 559 Nathan Abbott Way, Stanford,
-      California 94305, USA.</para></legalnotice>
+      visit <ulink url="http://creativecommons.org/licenses/by/2.0/"/>
+      or send a letter to Creative Commons, 559 Nathan Abbott Way,
+      Stanford, California 94305, USA.</para></legalnotice>
 
   </bookinfo>
 

Modified: trunk/src/en/book/ch00.xml
==============================================================================
--- trunk/src/en/book/ch00.xml	(original)
+++ trunk/src/en/book/ch00.xml	Thu Dec  8 15:14:16 2005
@@ -405,8 +405,7 @@
     -->
 
     <para>A relatively recent online version of this book can be found
-      at <systemitem
-      class="url">http://svnbook.red-bean.com</systemitem>.</para>
+      at <ulink url="http://svnbook.red-bean.com"/>.</para>
 
   </sect1>
 

Modified: trunk/src/en/book/ch01.xml
==============================================================================
--- trunk/src/en/book/ch01.xml	(original)
+++ trunk/src/en/book/ch01.xml	Thu Dec  8 15:14:16 2005
@@ -68,11 +68,11 @@
 
     <title>Subversion's History</title>
 
-    <para>In early 2000, CollabNet, Inc. (<systemitem
-      class="url">http://www.collab.net</systemitem>) began seeking
+    <para>In early 2000, CollabNet,
+      Inc. (<ulink url="http://www.collab.net"/>) began seeking
       developers to write a replacement for CVS.  CollabNet offers a
-      collaboration software suite called CollabNet Enterprise
-      Edition (CEE)
+      collaboration software suite called CollabNet Enterprise Edition
+      (CEE)
       <footnote>
         <para>There's also a CollabNet Team Edition (CTE)
           offering aimed at smaller groups.</para>
@@ -315,13 +315,12 @@
 
     <para>The easiest way to get Subversion is to download a binary
       package built for your operating system.  Subversion's website
-      (<systemitem
-      class="url">http://subversion.tigris.org</systemitem>) often has
-      these packages available for download, posted by volunteers.
-      The site usually contains graphical installer packages for users
-      of Microsoft operating systems.  If you run a Unix-like
-      operating system, you can use your system's native package
-      distribution system (RPMs, DEBs, the ports tree, etc.) to get
+      (<ulink url="http://subversion.tigris.org"/>) often has these
+      packages available for download, posted by volunteers.  The site
+      usually contains graphical installer packages for users of
+      Microsoft operating systems.  If you run a Unix-like operating
+      system, you can use your system's native package distribution
+      system (RPMs, DEBs, the ports tree, etc.) to get
       Subversion.</para>
 
     <para>Alternately, you can build Subversion directly from source

Modified: trunk/src/en/book/ch05.xml
==============================================================================
--- trunk/src/en/book/ch05.xml	(original)
+++ trunk/src/en/book/ch05.xml	Thu Dec  8 15:14:16 2005
@@ -1718,8 +1718,8 @@
           regular Berkeley DB environment directory, and can therefore
           be used in conjunction with any of the Berkeley database
           tools (you can see the documentation for these tools at
-          SleepyCat's website, <systemitem
-          class="url">http://www.sleepycat.com/</systemitem>).</para>
+          SleepyCat's website,
+          <ulink url="http://www.sleepycat.com/"/>).</para>
 
         <para>For day-to-day Subversion use, these tools are
           unnecessary.  Most of the functionality typically needed for

Modified: trunk/src/en/book/ch06.xml
==============================================================================
--- trunk/src/en/book/ch06.xml	(original)
+++ trunk/src/en/book/ch06.xml	Thu Dec  8 15:14:16 2005
@@ -1014,8 +1014,7 @@
       network server that Subversion can leverage.  Via a custom
       module, <command>httpd</command> makes Subversion repositories
       available to clients via the WebDAV/DeltaV protocol, which is an
-      extension to HTTP 1.1
-      (see <systemitem class="url">http://www.webdav.org/</systemitem>
+      extension to HTTP 1.1 (see <ulink url="http://www.webdav.org/"/>
       for more information). This protocol takes the ubiquitous HTTP
       protocol that is the core of the World Wide Web, and adds
       writing—specifically, versioned
@@ -1036,10 +1035,9 @@
       of the use of these directives, describing them in full is
       outside the scope of this chapter.  The Apache team maintains
       excellent documentation, publicly available on their website at
-      <systemitem class="url">http://httpd.apache.org</systemitem>.
-      For example, a general reference for the configuration
-      directives is located at <systemitem class="url">
-      http://httpd.apache.org/docs-2.0/mod/directives.html</systemitem>.</para>
+      <ulink url="http://httpd.apache.org"/>.  For example, a general
+      reference for the configuration directives is located at <ulink url="
+      http://httpd.apache.org/docs-2.0/mod/directives.html"/>.</para>
     
     <para>Also, as you make changes to your Apache setup, it is likely
       that somewhere along the way a mistake will be made.  If you are
@@ -1622,18 +1620,17 @@
 
         <para>Sometimes you don't need to run such a tight ship.  For
           example, Subversion's own source code repository at
-          <systemitem
-          class="url">http://svn.collab.net/repos/svn</systemitem>
-          allows anyone in the world to perform read-only repository
-          tasks (like checking out working copies and browsing the
-          repository with a web browser), but restricts all write
-          operations to authenticated users.  To do this type of
-          selective restriction, you can use the
-          <literal>Limit</literal> and <literal>LimitExcept</literal>
-          configuration directives.  Like the
-          <literal>Location</literal> directive, these blocks have
-          starting and ending tags, and you would nest them inside
-          your <literal><Location></literal> block.</para>
+          <ulink url="http://svn.collab.net/repos/svn"/> allows anyone
+          in the world to perform read-only repository tasks (like
+          checking out working copies and browsing the repository with
+          a web browser), but restricts all write operations to
+          authenticated users.  To do this type of selective
+          restriction, you can use the <literal>Limit</literal> and
+          <literal>LimitExcept</literal> configuration directives.
+          Like the <literal>Location</literal> directive, these blocks
+          have starting and ending tags, and you would nest them
+          inside your <literal><Location></literal>
+          block.</para>
   
         <para>The parameters present on the <literal>Limit</literal>
           and <literal>LimitExcept</literal> directives are HTTP
@@ -1670,8 +1667,8 @@
           information about Apache access control and the
           <literal>Require</literal> directive, take a look at the
           <literal>Security</literal> section of the Apache
-          documentation's tutorials collection at <systemitem
-          class="url">http://httpd.apache.org/docs-2.0/misc/tutorials.html</systemitem>.</para>
+          documentation's tutorials collection at <ulink
+           url="http://httpd.apache.org/docs-2.0/misc/tutorials.html"/>.</para>
               
 
       </sect3>
@@ -2115,8 +2112,7 @@
             list</command> and <command>svn cat</command> commands.
             To browse old revisions with your web browser, however,
             you can use third-party software.  A good example of this
-            is ViewCVS (<systemitem
-            class="url">http://viewcvs.sourceforge.net/</systemitem>).
+            is ViewCVS (<ulink url="http://viewvc.tigris.org/"/>).
             ViewCVS was originally written to display CVS repositories
             through the web, and the latest bleeding-edge versions (at
             the time of writing) are able to understand Subversion

Modified: trunk/src/en/book/ch08.xml
==============================================================================
--- trunk/src/en/book/ch08.xml	(original)
+++ trunk/src/en/book/ch08.xml	Thu Dec  8 15:14:16 2005
@@ -1156,8 +1156,7 @@
         theoretically be trivial.  Still, some extra programming is
         required to compensate for complex APIs that SWIG needs some
         help generalizing.  For more information on SWIG itself, see
-        the project's website at <systemitem
-        class="url">http://www.swig.org/</systemitem>.</para>
+        the project's website at <ulink url="http://www.swig.org/"/>.</para>
 
     </sect2>
   </sect1>
@@ -1378,8 +1377,7 @@
       both readable and writable objects—over the web.  RFCs
       2518 and 3253 describe the WebDAV/DeltaV extensions to HTTP, and
       are available (along with a lot of other useful information) at
-      <systemitem
-      class="url">http://www.webdav.org/</systemitem>.</para>
+      <ulink url="http://www.webdav.org/"/>.</para>
 
     <para>A number of operating system file browsers are already able
       to mount networked directories using WebDAV.  On Win32, the
@@ -1594,14 +1592,13 @@
     <title>Contributing to Subversion</title>
     
     <para>The official source of information about the Subversion
-      project is, of course, the project's website at <systemitem
-      class="url">http://subversion.tigris.org/</systemitem>.  There
-      you can find information about getting access to the source code
-      and participating on the discussion lists.  The Subversion
-      community always welcomes new members.  If you are
-      interested in participating in this community by contributing
-      changes to the source code, here are some hints on how to get
-      started.</para>
+      project is, of course, the project's website at
+      <ulink url="http://subversion.tigris.org/"/>.  There you can
+      find information about getting access to the source code and
+      participating on the discussion lists.  The Subversion community
+      always welcomes new members.  If you are interested in
+      participating in this community by contributing changes to the
+      source code, here are some hints on how to get started.</para>
 
     <!-- =============================================================== -->
     <sect2 id="svn.developer.contrib.join">
@@ -1657,8 +1654,8 @@
 
       <para>After you have a working Subversion client, you are now
         poised to checkout a working copy of the Subversion source
-        repository from <systemitem
-        class="url">http://svn.collab.net/repos/svn/trunk/</systemitem>:
+        repository from <ulink
+         url="http://svn.collab.net/repos/svn/trunk/"/>:
         <footnote>
           <para>Note that the URL checked out in the example above
             ends not with <literal>svn</literal>, but with a




More information about the svnbook-dev mailing list