You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/09/28 15:52:28 UTC

svn commit: r292177 - /cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/static-content/pages/admin-homepage.xml

Author: bdelacretaz
Date: Wed Sep 28 06:52:22 2005
New Revision: 292177

URL: http://svn.apache.org/viewcvs?rev=292177&view=rev
Log:
clarify what bricks-cms actually is

Modified:
    cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/static-content/pages/admin-homepage.xml

Modified: cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/static-content/pages/admin-homepage.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/static-content/pages/admin-homepage.xml?rev=292177&r1=292176&r2=292177&view=diff
==============================================================================
--- cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/static-content/pages/admin-homepage.xml (original)
+++ cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/static-content/pages/admin-homepage.xml Wed Sep 28 06:52:22 2005
@@ -26,6 +26,26 @@
   </metadata>
 
   <content>
+    <h2>What is bricks-cms?</h2>
+    <p>
+      Bricks-cms is NOT a real CMS, it's only an example application meant to
+      demonstrate how to work with database and java components in Cocoon, and how
+      to implement <a href="http://en.wikipedia.org/wiki/CRUD">CRUD</a> applications.
+    </p>
+    <p>
+      It was called "cms" because a content management system is a good use case
+      for Cocoon.
+    </p>
+    <p>
+      But it's no competition for the "real" Cocoon-based CMSes out there - if you're looking
+      for a CMS there are several serious systems based on Cocoon, but this one is only really a toy.
+    </p>
+    <p>
+      The <a href="http://wiki.apache.org/cocoon/BricksCms">BricksCms wiki page</a> contains
+      up-to-date information about this example application.
+    </p>
+
+    <h2>What's available</h2>
     <p>
       For now, the only admin functionality is the
       <a href="document-editor/">document-editor</a>.