You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2011/06/20 19:20:48 UTC

svn commit: r1137710 - /incubator/ooo/site/trunk/content/openofficeorg/docs/edit-cms.mdtext

Author: marcus
Date: Mon Jun 20 17:20:48 2011
New Revision: 1137710

URL: http://svn.apache.org/viewvc?rev=1137710&view=rev
Log:
Updated commandline section

Modified:
    incubator/ooo/site/trunk/content/openofficeorg/docs/edit-cms.mdtext

Modified: incubator/ooo/site/trunk/content/openofficeorg/docs/edit-cms.mdtext
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/docs/edit-cms.mdtext?rev=1137710&r1=1137709&r2=1137710&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/docs/edit-cms.mdtext (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/docs/edit-cms.mdtext Mon Jun 20 17:20:48 2011
@@ -33,24 +33,29 @@ 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 ID>" as log
-    message).
+    commit mail with "Publishing merge to openofficeorg site by <your Apache ID>"
+    as log message).
 
 ## What do you prefer: Working via commandline or in the browser?
 
 ### Via commandline
 
-It is assumed that you have alsready checked out the code from the SVN repository
+It is assumed that you have already checked out the code from the SVN repository
 (https://svn.apache.org/repos/asf/incubator/ooo).
 
-- edit the file via your favorite editor like vi
-- SVN ci -m"My log message" myfile.mdtext
-- execute "http://s.apache.org/cms-cli"
+Edit the file via your favorite editor like vi and finally commit via SVN:
 
-  If this does not work on your local machine just login to people.apache.org and
-  try from here.
+    vi myfile.mdtext
+    svn ci -m"My log message" myfile.mdtext
 
-More text coming soon
+Now wait a few seconds so that the entire website can be rebuilt. Then:
+
+    curl -sL http://s.apache.org/cms-cli | perl
+
+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 www <your Apache ID>
 
 ### Editing in the browser