Author: buildbot
Date: Wed Dec  7 10:16:43 2016
New Revision: 1002340

Log:
Staging update by buildbot for opennlp

Modified:
    websites/staging/opennlp/trunk/cgi-bin/   (props changed)
    websites/staging/opennlp/trunk/content/   (props changed)
    websites/staging/opennlp/trunk/content/source-code.html

Propchange: websites/staging/opennlp/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec  7 10:16:43 2016
@@ -1 +1 @@
-1755255
+1773041

Propchange: websites/staging/opennlp/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec  7 10:16:43 2016
@@ -1 +1 @@
-1755255
+1773041

Modified: websites/staging/opennlp/trunk/content/source-code.html
==============================================================================
--- websites/staging/opennlp/trunk/content/source-code.html (original)
+++ websites/staging/opennlp/trunk/content/source-code.html Wed Dec  7 10:16:43 
2016
@@ -36,7 +36,18 @@
   </div>
 
   <div id="navigation">
-    <h1 id="general">General</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="general">General<a class="headerlink" href="#general" title="Permanent 
link">&para;</a></h1>
 <ul>
 <li><a href="/index.html">Home</a></li>
 <li><a href="/cgi-bin/download.cgi">Download</a></li>
@@ -48,7 +59,7 @@
 <li><a href="https://issues.apache.org/jira/browse/OPENNLP"; 
class="externalLink">Issue tracker</a></li>
 <li><a href="https://cwiki.apache.org/OPENNLP"; 
class="externalLink">Wiki</a></li>
 </ul>
-<h1 id="development">Development</h1>
+<h1 id="development">Development<a class="headerlink" href="#development" 
title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/get-involved.html">Get Involved</a></li>
 <li><a href="/source-code.html">Source Code</a></li>
@@ -57,7 +68,7 @@
 <li><a href="/release.html">Making a release</a></li>
 <li><a href="/team.html">Project Team</a></li>
 </ul>
-<h1 id="asf">ASF</h1>
+<h1 id="asf">ASF<a class="headerlink" href="#asf" title="Permanent 
link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org"; class="externalLink">ASF</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a></li>
@@ -68,18 +79,30 @@
   
   <div id="content">
     <h1 class="title">Source Code</h1>
-    <h1 id="web-access">Web Access</h1>
-<p>View the code online with
-<a href="http://svn.apache.org/viewvc/opennlp/";>ViewVC</a> in your browser.</p>
-<h1 id="repository">Repository</h1>
-<p>The Subversion repository is located here:
-https://svn.apache.org/repos/asf/opennlp/trunk/</p>
-<h1 id="svn-checkout">SVN Checkout</h1>
-<p>To checkout the latest OpenNLP sources:
-<pre><code>svn co 
https://svn.apache.org/repos/asf/opennlp/trunk/</code></pre></p>
-<p>To checkout a specific branch or tag:
-<pre><code>svn co https://svn.apache.org/repos/asf/opennlp/branches/(branch 
name)
-svn co https://svn.apache.org/repos/asf/opennlp/tags/(tag 
name)</code></pre></p>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="web-access">Web Access<a class="headerlink" href="#web-access" 
title="Permanent link">&para;</a></h1>
+<p>View the code on Github:
+- <a href="https://github.com/apache/opennlp";>Github opennlp</a>
+- <a href="https://github.com/apache/opennlp-addons";>Github opennlp-addons</a>
+- <a href="https://github.com/apache/opennlp-sandbox";>Github 
opennlp-sandbox</a></p>
+<h1 id="repository">Repository<a class="headerlink" href="#repository" 
title="Permanent link">&para;</a></h1>
+<p>The Git repositories can be checked out with these commands:
+- git clone https://git-wip-us.apache.org/repos/asf/opennlp.git
+- git clone https://git-wip-us.apache.org/repos/asf/opennlp-addons.git
+- git clone https://git-wip-us.apache.org/repos/asf/opennlp-sandbox.git</p>
+<h1 id="website-svn-checkout">Website SVN Checkout<a class="headerlink" 
href="#website-svn-checkout" title="Permanent link">&para;</a></h1>
+<p>To checkout the website:
+svn co https://svn.apache.org/repos/asf/opennlp/site/</p>
   </div>
   
   <div class="clear">


Reply via email to