You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2011/07/10 22:58:35 UTC

svn commit: r792494 - in /websites/production/openofficeorg: ./ content/openofficeorg/website-local.html

Author: wave
Date: Sun Jul 10 20:58:35 2011
New Revision: 792494

Log:
Internal navigation added to website-local.html

Modified:
    websites/production/openofficeorg/   (props changed)
    websites/production/openofficeorg/content/openofficeorg/website-local.html

Propchange: websites/production/openofficeorg/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Jul 10 20:58:35 2011
@@ -1 +1 @@
-/websites/staging/openofficeorg/trunk:791146-792484
+/websites/staging/openofficeorg/trunk:791146-792493

Modified: websites/production/openofficeorg/content/openofficeorg/website-local.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/website-local.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/website-local.html Sun Jul 10 20:58:35 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>