You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/03/07 02:58:16 UTC

svn commit: r807683 - in /websites/staging/lucene/trunk/content: ./ core/developer.html

Author: buildbot
Date: Wed Mar  7 01:58:15 2012
New Revision: 807683

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/core/developer.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar  7 01:58:15 2012
@@ -1 +1 @@
-1297819
+1297833

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Wed Mar  7 01:58:15 2012
@@ -206,7 +206,7 @@
     <div id="main">
       <h1 class="title"></h1>
 
-      <div><h1 id="source_code">Source Code</h1>
+      <div><h1 id="source-code">Source Code</h1>
 <p>The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)</p>
 <ul>
 <li>
@@ -218,7 +218,7 @@
 <code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x lucene_3x</code></p>
 </li>
 </ul>
-<h1 id="changes_list">Changes List</h1>
+<h1 id="changes-list">Changes List</h1>
 <ul>
 <li>Current changes list <em>(as of the most recent nightly <b>trunk</b> build)</em> is available
 <a href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
@@ -227,22 +227,19 @@ here</a>.</li>
 <a href="https://builds.apache.org/hudson/job/Lucene-3.x/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
 here</a>.</li>
 </ul>
-<h1 id="making_a_contribution">Making a Contribution</h1>
+<h1 id="making-a-contribution">Making a Contribution</h1>
 <p>Lucene Java is always looking for contributions, especially in the areas of documentation. See the <a
 href="http://wiki.apache.org/lucene-java">Wiki</a> for details on contributing.</p>
-<h1 id="nightly_builds">Nightly Builds</h1>
+<h1 id="nightly-builds">Nightly Builds</h1>
 <p><a href="http://jenkins-ci.org/">Jenkins</a> is providing continuous integration capabilities to the Lucene
-project. It is responsible for running nightly builds, code coverage reports as well as building the nightly version
-of the website.</p>
-<h1 id="nightly_build_documentation">Nightly Build Documentation</h1>
-<p>Unofficial Documentation <em>(as of the most recent nightly <b>trunk</b> build)</em> is available <a href="http://lucene.apache.org/java/docs/nightly/index.html">here</a>.</p>
-<h1 id="nightly_build_javadocs">Nightly Build Javadocs</h1>
+project. It is responsible for running nightly builds, tests, javadocs, and code coverage reports.</p>
+<h2 id="nightly-build-javadocs">Nightly Build Javadocs</h2>
 <p>Unofficial nightly Javadocs are also generated by Jenkins:</p>
 <ul>
 <li>Unofficial Javadocs from the nightly <b>trunk</b> build are available <a href="https://builds.apache.org/hudson/job/Lucene-trunk/javadoc/">here</a>.</li>
 <li>Unofficial Javadocs from the nightly <b>stable 3.x branch</b> build are available <a href="https://builds.apache.org/hudson/job/Lucene-3.x/javadoc/">here</a>.</li>
 </ul>
-<h1 id="clover_test_coverage_reports">Clover Test Coverage Reports</h1>
+<h2 id="clover-test-coverage-reports">Clover Test Coverage Reports</h2>
 <p><a href="http://www.atlassian.com/software/clover/">Clover</a> test coverage results are available:</p>
 <ul>
 <li>
@@ -254,7 +251,7 @@ of the website.</p>
     <a href="https://builds.apache.org/hudson/job/Lucene-3.x/lastSuccessfulBuild/clover-report/">here</a></p>
 </li>
 </ul>
-<h1 id="nightly_build_download">Nightly Build Download</h1>
+<h2 id="nightly-build-download">Nightly Build Download</h2>
 <ul>
 <li>
 <p>Nightly build artifacts are based on the <b>trunk</b> version of the code checked into
@@ -295,7 +292,7 @@ of the website.</p>
 <li><a href="downloads.html">Releases</a></li>
 <li><a href="systemreqs.html">System Requirements</a></li>
 </ul>
-<h1 id="release_docs">Release Docs</h1>
+<h1 id="release-docs">Release Docs</h1>
 <ul>
 <li><a href="./old_versioned_docs/versions/3_5_0/index.html">3.5</a></li>
 <li><a href="./old_versioned_docs//versions/3_4_0/index.html">3.4</a></li>
@@ -311,14 +308,14 @@ of the website.</p>
 <ul>
 <li><a href="../whoweare.html">Who We are</a></li>
 </ul>
-<h1 id="asf_links">ASF links</h1>
+<h1 id="asf-links">ASF links</h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
 </ul>
-<h1 id="related_projects">Related Projects</h1>
+<h1 id="related-projects">Related Projects</h1>
 <ul>
 <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
 <li><a href="http://incubator.apache.org/connectors/">Apache ManifoldCF</a></li>