You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/05/29 19:36:57 UTC

svn commit: r1487560 - /subversion/site/publish/docs/community-guide/general.part.html

Author: julianfoad
Date: Wed May 29 17:36:56 2013
New Revision: 1487560

URL: http://svn.apache.org/r1487560
Log:
* publish/docs/community-guide/general.part.html
  Fix broken links and the like: the link to the svn-book repository, the
  name of a header file, a link to Wikipedia, a link to the now-obsolete
  'packages' subdirectory, and a link to generated API documentation.

Modified:
    subversion/site/publish/docs/community-guide/general.part.html

Modified: subversion/site/publish/docs/community-guide/general.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/general.part.html?rev=1487560&r1=1487559&r2=1487560&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/general.part.html (original)
+++ subversion/site/publish/docs/community-guide/general.part.html Wed May 29 17:36:56 2013
@@ -138,8 +138,8 @@ href="http://svn.apache.org/repos/asf/su
      at <a href="http://svnbook.red-bean.com"
      >http://svnbook.red-bean.com</a>.  The XML source and
      translations to other languages are maintained in their own
-     repository at <a href="http://svn.red-bean.com/svnbook"
-     >http://svn.red-bean.com/svnbook</a>.</p>
+     repository at <a href="http://svnbook.googlecode.com"
+     >http://svnbook.googlecode.com</a>.</p>
 </li>
 
 <li><p>System notes</p>
@@ -202,7 +202,7 @@ perusal order:</p>
 <li><p>the critical interface: 
 <a href=
 "http://subversion.apache.org/docs/api/latest/svn__delta_8h.html">
-  svn__delta.h</a></p>
+  svn_delta.h</a></p>
 </li>
 <li><p>client-side interfaces:  
 <a href=
@@ -226,8 +226,8 @@ perusal order:</p>
 </ol>
 
 <p>Subversion tries to stay portable by using
-only <a href="http://en.wikipedia.org/wiki/ANSI_C">ANSI/ISO C</a>
-(a.k.a <a href="http://en.wikipedia.org/wiki/ANSI_C#C90">C90</a>) and
+only the <a href="http://en.wikipedia.org/wiki/ANSI_C#C89_and_C90">C89/C90</a>
+dialect of <a href="http://en.wikipedia.org/wiki/ANSI_C">ANSI/ISO C</a> and
 by using the Apache Portable Runtime (APR) library.  APR is the
 portability layer used by the Apache httpd server, and more
 information can be found at <a href="http://apr.apache.org/"
@@ -307,13 +307,6 @@ to ask for review on the developer maili
 </li>
 
 <li><p><tt><a 
-   href="https://svn.apache.org/repos/asf/subversion/trunk/packages/">
-packages/</a></tt><br />
-
-    Stuff to help packaging systems, like rpm and dpkg.</p>
-</li>
-
-<li><p><tt><a 
    href="https://svn.apache.org/repos/asf/subversion/trunk/subversion/">
 	subversion/</a></tt><br />
 
@@ -626,9 +619,9 @@ subversion/include/*.h</a> for doxygen e
 
 <p>We use the <a href="http://www.doxygen.org/">Doxygen</a> format for
 public interface documentation.  This means anything that goes in a
-public header file.  <a href="http://svn.collab.net/svn-doxygen/">Snapshots
-</a> of the public API documentation are generated nightly from the latest
-Subversion sources.</p>
+public header file.  The generated documentation is <a
+href="http://subversion.apache.org/docs/#api">published on the web site</a>
+for the latest and some earlier Subversion sources.</p>
 
 <p>We use only a small portion of the available
 <a href="http://www.stack.nl/~dimitri/doxygen/commands.html">doxygen