rereaidng the file I found some other small errors/typos.
Patch attached to this message -- DiGro Windows 7 and OpenOffice.org 3.3 Scanned with Ziggo uitgebreide Internetbeveiliging (F-Secure)
Index: edit.cms.fix =================================================================== --- edit.cms.fix (revision 0) +++ edit.cms.fix (revision 0) @@ -0,0 +1,56 @@ +--- D:/Documents en Settings/Dick/Apache Openoffice.org/site/trunk/content/openofficeorg/docs/edit-cms.mdtext za jun 25 13:03:27 2011 ++++ D:/Documents en Settings/Dick/Apache Openoffice.org/site/trunk/content/openofficeorg/docs/edit.cms_fix zo jun 26 14:38:09 2011 +@@ -23,15 +23,15 @@ + ## 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 up in 2 parts: + + 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 +- your log message) and automatically build HTML files out of the the mdtext files ++ your log message) and automatically build HTML files out of the mdtext files + (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 OpenOffice.org site by <your Apache ID>" + as log message). + + ## What do you prefer: Working via commandline or in the browser? +@@ -41,7 +41,7 @@ + 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: ++Edit the file with your favorite editor like vi and finally commit via SVN: + + vi myfile.mdtext + svn ci -m"My log message" myfile.mdtext +@@ -83,7 +83,7 @@ + favorite file. If the file is not in this directory but in a subdir, just click on + the directory name (e.g., "docs/") to enter this directory. + +-Now you should see a new webpage with a 4 fields: ++Now you should see a new webpage with 4 fields: + + 1. Upper left is the inline editor for text in markdown syntax. + 2. Upper right shows the written text as a permanent preview or as HTML source code. +@@ -105,14 +105,14 @@ + + #### 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 and click on [Submit]. + + ### Links +
