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/07/10 22:57:34 UTC

svn commit: r792493 - /websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html

Author: buildbot
Date: Sun Jul 10 20:57:34 2011
New Revision: 792493

Log:
Staging update by buildbot

Modified:
    websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html

Modified: websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html
==============================================================================
--- websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html (original)
+++ websites/staging/openofficeorg/trunk/content/openofficeorg/website-local.html Sun Jul 10 20:57:34 2011
@@ -77,6 +77,11 @@ repository</a> in your web browser.</p>
 <p>Quick editing of the site is available for committers using the Apache CMS
 <a href="docs/edit-cms.html">from your browser.</a></p>
 <p>This page gives instructions on doing website development on your local computer.</p>
+<ul>
+<li><a href="#setup">Setup</a> - How to download the OOo project site repos and setup the Apache CMS.</li>
+<li><a href="#local_development">Local Development</a> - How to build and test locally.</li>
+<li><a href="#submitting_your_results">Submitting Your Results</a> - How to contribute your edits.</li>
+</ul>
 <h2 id="setup">Setup</h2>
 <h3 id="create_a_directory_on_your_computer">Create a directory on your computer.</h3>
 <div class="codehilite"><pre><span class="nb">mkdir</span> <span class="n">ooo</span><span class="o">-</span><span class="n">site</span>
@@ -110,7 +115,7 @@ Check your version of Python</p>
 </pre></div>
 
 
-<h2 id="development">Development</h2>
+<h2 id="local_development">Local Development</h2>
 <h3 id="edit_the_site">Edit the site</h3>
 <p>Using your favorite editors edit the site content, templates, and lib scripts.</p>
 <h3 id="python_markdown_daemon">Python Markdown Daemon</h3>