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

svn commit: r1141237 - /incubator/rave/site/trunk/content/rave/edit-website.mdtext

Author: jasha
Date: Wed Jun 29 20:40:29 2011
New Revision: 1141237

URL: http://svn.apache.org/viewvc?rev=1141237&view=rev
Log:
Modify publication instructions so they work for Rave (not OpenOffice)

Modified:
    incubator/rave/site/trunk/content/rave/edit-website.mdtext

Modified: incubator/rave/site/trunk/content/rave/edit-website.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/edit-website.mdtext?rev=1141237&r1=1141236&r2=1141237&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/edit-website.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/edit-website.mdtext Wed Jun 29 20:40:29 2011
@@ -16,7 +16,7 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-This HowTo documentation will show the needed steps to edit the Apache OpenOffice.org
+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.
 
@@ -31,7 +31,7 @@ HTML pages directly. The actual edit is 
     (see the commit mail with "Staging update by buildbot" as log messge).
 
  2. 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).
 
 ## What do you prefer: Working via command line or in the browser?
@@ -39,7 +39,7 @@ HTML pages directly. The actual edit is 
 ### Via command line
 
 It is assumed that you have already checked out the code from the SVN repository
-(https://svn.apache.org/repos/asf/incubator/ooo).
+(http://svn.apache.org/repos/asf/incubator/rave/).
 
 Edit the file via your favorite editor like vi and finally commit via SVN:
 
@@ -53,7 +53,7 @@ Now wait a few seconds so that the entir
 If this does not work on your local machine just do it on "people.apache.org" by
 executing this:
 
-    ssh -t <user>@people.apache.org publish.pl openofficeorg <your Apache ID>
+    ssh -t <user>@people.apache.org publish.pl rave <your Apache ID>
 
 ### Editing in the browser