You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2011/06/29 22:40:37 UTC

svn commit: r791861 - /websites/staging/rave/trunk/content/rave/edit-website.html

Author: buildbot
Date: Wed Jun 29 20:40:37 2011
New Revision: 791861

Log:
Staging update by buildbot

Modified:
    websites/staging/rave/trunk/content/rave/edit-website.html

Modified: websites/staging/rave/trunk/content/rave/edit-website.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/edit-website.html (original)
+++ websites/staging/rave/trunk/content/rave/edit-website.html Wed Jun 29 20:40:37 2011
@@ -66,7 +66,7 @@
 
   <div id="content">
     <h1 class="title">Website editing</h1>
-    <p>This HowTo documentation will show the needed steps to edit the Apache OpenOffice.org
+    <p>This HowTo documentation will show the needed steps to edit the Apache Rave
 website. This includes creation of new pages, modification, and deletion - for files
 and sub-directories.</p>
 <h2 id="how_it_works_in_general">How it works in general</h2>
@@ -81,14 +81,14 @@ HTML pages directly. The actual edit is 
 </li>
 <li>
 <p>Second you need to publish the staging part to the production section (see the
-    commit mail with "Publishing merge to openofficeorg site by <your Apache ID>"
+    commit mail with "Publishing merge to rave site by <your Apache ID>"
     as log message).</p>
 </li>
 </ol>
 <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
-(https://svn.apache.org/repos/asf/incubator/ooo).</p>
+(http://svn.apache.org/repos/asf/incubator/rave/).</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="o">.</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="s">&quot;My log message&quot;</span> <span class="n">myfile</span><span class="o">.</span><span class="n">mdtext</span>
@@ -102,7 +102,7 @@ HTML pages directly. The actual edit is 
 
 <p>If this does not work on your local machine just do it on "people.apache.org" by
 executing this:</p>
-<div class="codehilite"><pre><span class="n">ssh</span> <span class="o">-</span><span class="n">t</span> <span class="sr">&lt;user&gt;</span><span class="nv">@people</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span> <span class="n">publish</span><span class="o">.</span><span class="n">pl</span> <span class="n">openofficeorg</span> <span class="o">&lt;</span><span class="n">your</span> <span class="n">Apache</span> <span class="n">ID</span><span class="o">&gt;</span>
+<div class="codehilite"><pre><span class="n">ssh</span> <span class="o">-</span><span class="n">t</span> <span class="sr">&lt;user&gt;</span><span class="nv">@people</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span> <span class="n">publish</span><span class="o">.</span><span class="n">pl</span> <span class="n">rave</span> <span class="o">&lt;</span><span class="n">your</span> <span class="n">Apache</span> <span class="n">ID</span><span class="o">&gt;</span>
 </pre></div>