You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2011/06/26 17:47:55 UTC

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

Author: robweir
Date: Sun Jun 26 15:47:55 2011
New Revision: 1139820

URL: http://svn.apache.org/viewvc?rev=1139820&view=rev
Log:
CMS commit to openofficeorg by robweir

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=1139820&r1=1139819&r2=1139820&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/docs/edit-cms.mdtext (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/docs/edit-cms.mdtext Sun Jun 26 15:47:55 2011
@@ -16,14 +16,14 @@ 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 OpenOffice.org
+This HowTo documentation will show the needed steps to edit the Apache OpenOffice.org
 website. This includes creation of new pages, modification, and deletion - for files
 and sub-directories.
 
 ## How it works in general
 
 The website is hosted in a Content Management System (CMS). You will not edit the
-HTML pages directly. The actual edit is splittup in 2 parts:
+HTML pages directly. The actual edit is split into two steps:
 
  1. First you edit the content which is provided as [Markdown text][1] (mdtext).
     This will be committed into the staging section (see the SVN commit mail with
@@ -34,17 +34,17 @@ HTML pages directly. The actual edit is 
     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?
+## What do you prefer: Working via command line or in the browser?
 
-### Via commandline
+### 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).
 
 Edit the file via your favorite editor like vi and finally commit via SVN:
 
-    vi myfile.mdtext
-    svn ci -m"My log message" myfile.mdtext
+     vi myfile.mdtext
+     svn ci -m"My log message" myfile.mdtext
 
 Now wait a few seconds so that the entire website can be rebuilt. Then:
 
@@ -65,7 +65,7 @@ Normally you see the webpage in your bro
 inline-editor and little preview you need to add a link as bookmark to your browser
 (more information see [here][2]).
 
-[Add this link as bookmark][3]
+Drag this [Apache CMS] [3] bookmarklet to your browser's toolbar.
 
 ##### Apache ID
 
@@ -105,14 +105,14 @@ When in the correct directory, at the to
 
 #### Delete a webpage or subdirectory
 
-When in the corrext directory, click on the actions link [Delete] in the appropriate
+When in the correct directory, click on the actions link [Delete] in the appropriate
 table cell and enter a commit message. Finally click on [Submit].
 
 #### How to put into production?
 
 After you have edited your files and/or directories, you need now to pubish your
 modifications into production. For this please click on the link
-[Publish site] on the top of th webpage. Enter a commit message on click on [Submit].
+[Publish site] on the top of the webpage. Enter a commit message on click on [Submit].
 
 ### Links