You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2011/06/18 05:07:37 UTC

svn commit: r791161 - /websites/staging/openofficeorg/trunk/content/openofficeorg/source.html

Author: buildbot
Date: Sat Jun 18 03:07:37 2011
New Revision: 791161

Log:
Staging update by buildbot

Modified:
    websites/staging/openofficeorg/trunk/content/openofficeorg/source.html

Modified: websites/staging/openofficeorg/trunk/content/openofficeorg/source.html
==============================================================================
--- websites/staging/openofficeorg/trunk/content/openofficeorg/source.html (original)
+++ websites/staging/openofficeorg/trunk/content/openofficeorg/source.html Sat Jun 18 03:07:37 2011
@@ -19,7 +19,7 @@
     limitations under the License.
 --> 
     <link href="/openofficeorg/css/ooo.css" rel="stylesheet" type="text/css">
-  <title>Source Control
</title>
+  <title>Source Control</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
@@ -59,9 +59,9 @@
   </div>
 
   <div id="content">
-    <h1 class="title">Source Control
</h1>
-    <p>We use <a href="http://subversion.apache.org">Apache Subversion</a> for version control. You can [browse our 
-repository][2] in your web browser.</p>
+    <h1 class="title">Source Control</h1>
+    <p>We use <a href="http://subversion.apache.org">Apache Subversion</a> for version control. You can <a href="http://svn.apache.org/viewvc/incubator/ooo/trunk">browse our 
+repository</a> in your web browser.</p>
 <h2 id="getting_the_source_code">Getting the source code</h2>
 <div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/incubator/ooo</span><span class="o">/</span><span class="n">trunk</span> <span class="n">ooo</span>
 </pre></div>