You are viewing a plain text version of this content. The canonical link for it is here.
Posted to triplesoup-commits@incubator.apache.org by le...@apache.org on 2007/03/25 16:16:10 UTC

svn commit: r522293 [3/3] - in /incubator/triplesoup/site: ./ docs/ docs/images/ xdocs/ xdocs/images/ xdocs/stylesheets/

Modified: incubator/triplesoup/site/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/xdocs/svn.xml?view=diff&rev=522293&r1=522292&r2=522293
==============================================================================
--- incubator/triplesoup/site/xdocs/svn.xml (original)
+++ incubator/triplesoup/site/xdocs/svn.xml Sun Mar 25 09:16:05 2007
@@ -19,26 +19,22 @@
 -->
 
 <document>
+    <properties>
+        <title>Apache TripleSoup - Source Code Access</title>
+    </properties>
+
+<body>
+
+<intro>
+    The TripleSoup project uses the
+    <a href="http://subversion.tigris.org/">Subversion</a> version control
+    system.  If you're new to Subversion, you can check out the
+    <a href="http://svnbook.red-bean.com/">online book</a> about Subversion.
+    Note that we are currently using Subversion 1.1.x (there are separate
+    versions of the book covering 1.0 and 1.1).
+</intro>
 
- <properties>
-  <title>Apache TripleSoup</title>
-  <author email="triplesoup-dev@incubator.apache.org">TripleSoup Documentation Team</author>
- </properties>
-
- <body>
-
-<section name="Apache TripleSoup Source Code">
-
-<p>
-The TripleSoup project uses the
-<a href="http://subversion.tigris.org/">Subversion</a> version control
-system.  If you're new to Subversion, you can check out the
-<a href="http://svnbook.red-bean.com/">online book</a> about Subversion.
-Note that we are currently using Subversion 1.1.x (there are separate
-versions of the book covering 1.0 and 1.1).
-</p>
-
-<subsection name="Web Access to Subversion">
+<section name="Web Access to Subversion">
 
 <p>
 If you just want to browse the source code, you can use the
@@ -47,9 +43,9 @@
 web interface</a> to Subversion.  This is current at all times.
 </p>
 
-</subsection>
+</section>
 
-<subsection name="Normal Subversion Access">
+<section name="Normal Subversion Access">
 
 <p>Anyone can check code out of Subversion.  You only need to specify a
 username and password in order to update the Subversion repository, and only
@@ -83,7 +79,6 @@
 will remember it for you.  Note this is the password you configured with
 <tt>svnpasswd</tt>, not your shell or other password.</p>
 
-</subsection>
 </section>
 </body>
 </document>