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 17:27:23 UTC

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

Author: marcus
Date: Mon Jun 20 15:27:23 2011
New Revision: 1137661

URL: http://svn.apache.org/viewvc?rev=1137661&view=rev
Log:
Added a part for working via commandline

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=1137661&r1=1137660&r2=1137661&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 15:27:23 2011
@@ -22,45 +22,55 @@ This HowTo documentation will show the n
 website. This includes (creation of new pages, modification, and deletion for files
 and sub-directories).
 
-## Prerequisites
+## How it works in general
 
-### Link as browser bookmark
+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:
 
-Normally you see the webpage in your browser. To update this page with an
-inline-editor and little preview you need to add a link as bookmark to your browser.
+ 1. First you edit the content which is provided as [Markdown text][3] (mdtext).
+    This will be committed into the staging section and automatically build HTML
+    files out of the the mdtext files.
 
-[Add this link as bookmark][1]
+ 2. Second you need to publish the staging part to the production section.
 
-### Apache ID
+## What do you prefer: Working via commandline or in the browser?
 
-Furthermore, you need to have an Apache ID to authenticate to the system.
+### Via commandline
 
-## How it works in general
+coming soon
 
-The website is hosted in a Content Management System (CMS). You will not edit the
-HTML pages directory. The actual edit is splittup in 2 parts:
+### Editing in the browser
 
- 1. First you edit the content which is provided as [Markdown text][2] (mdtext).
-    This will be committed into the staging section and automatically build HTML
-    files out of the the mdtext files.
+#### Prerequisites
 
- 2. Second you need to publish the staging part to the production section.
+##### Link as browser bookmark
+
+Normally you see the webpage in your browser. To update this page with an
+inline-editor and little preview you need to add a link as bookmark to your browser
+(more information see [here][1]).
+
+[Add this link as bookmark][2]
+
+##### Apache ID
+
+Furthermore, you need an Apache ID to authenticate to the system.
 
-## Edit an existing wepage
+#### Edit an existing wepage
 
 coming soon
 
-## Create a new webpage
+#### Create a new webpage
 
 coming soon
 
-## Delete a webpage
+#### Delete a webpage
 
 coming soon
 
-## Create new subdirectory
+#### Create new subdirectory
 
 coming soon
 
-  [1]: javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))
-  [2]: http://en.wikipedia.org/wiki/Markdown
+  [1]: https://cms.apache.org/#bookmark
+  [2]: javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))
+  [3]: http://en.wikipedia.org/wiki/Markdown