Author: buildbot
Date: Fri May 16 14:46:23 2014
New Revision: 909006
Log:
Staging update by buildbot for climate
Modified:
websites/staging/climate/trunk/content/ (props changed)
websites/staging/climate/trunk/content/development/edit-website.html
Propchange: websites/staging/climate/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 16 14:46:23 2014
@@ -1 +1 @@
-1595217
+1595218
Modified: websites/staging/climate/trunk/content/development/edit-website.html
==============================================================================
--- websites/staging/climate/trunk/content/development/edit-website.html
(original)
+++ websites/staging/climate/trunk/content/development/edit-website.html Fri
May 16 14:46:23 2014
@@ -113,10 +113,10 @@ HTML pages directly. The actual edit is
as log message).</p>
</li>
</ol>
-<h2 id="what-do-you-prefer-working-via-commandline-or-in-the-browser">What do
you prefer: Working via commandline or in the browser?</h2>
-<h3 id="via-commandline">Via commandline</h3>
+<h2 id="what-do-you-prefer-working-via-command-line-or-in-the-browser">What do
you prefer: Working via command line or in the browser?</h2>
+<h3 id="via-command-line">Via command line</h3>
<p>It is assumed that you have already checked out the code from the SVN
repository
-<a
href="https://svn.apache.org/repos/asf/incubator/climate/site/trunk/">https://svn.apache.org/repos/asf/incubator/climate/site/trunk/</a>.</p>
+<a
href="https://svn.apache.org/repos/asf/climate/site/trunk/">https://svn.apache.org/repos/asf/climate/site/trunk/</a>.</p>
<p>Edit the file via your favorite editor like vi and finally commit via
SVN:</p>
<div class="codehilite"><pre><span class="n">vi</span> <span
class="n">myfile</span><span class="p">.</span><span class="n">mdtext</span>
<span class="n">svn</span> <span class="n">ci</span> <span
class="o">-</span><span class="n">m</span> "<span class="n">My</span>
<span class="nb">log</span> <span class="n">message</span>" <span
class="n">myfile</span><span class="p">.</span><span class="n">mdtext</span>