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/10/02 00:05:06 UTC

svn commit: r293032 - /cocoon/whiteboard/example-apps/bricks-cms/README.TXT

Author: bdelacretaz
Date: Sat Oct  1 15:05:02 2005
New Revision: 293032

URL: http://svn.apache.org/viewcvs?rev=293032&view=rev
Log:
Use the public http URL for Subversion, and update instructions for today's changes

Modified:
    cocoon/whiteboard/example-apps/bricks-cms/README.TXT

Modified: cocoon/whiteboard/example-apps/bricks-cms/README.TXT
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/example-apps/bricks-cms/README.TXT?rev=293032&r1=293031&r2=293032&view=diff
==============================================================================
--- cocoon/whiteboard/example-apps/bricks-cms/README.TXT (original)
+++ cocoon/whiteboard/example-apps/bricks-cms/README.TXT Sat Oct  1 15:05:02 2005
@@ -38,7 +38,7 @@
  - JDK 1.4.x (tested with 1.4.2_05 on macosx).
  - ant 1.6.1, see below.
  - The bricks-cms code, obviously, which currently resides at
-    https://svn.apache.org/repos/asf/cocoon/whiteboard/example-apps/bricks-cms/
+    http://svn.apache.org/repos/asf/cocoon/whiteboard/example-apps/bricks-cms/
 
 
 CONFIGURING
@@ -107,18 +107,10 @@
 -Follow the links to the the main bricks-cms application and to
  the document editor (http://localhost:8888/bricks-cms/admin/document-editor/)
 
--From that page, create a document and note its ID
+-Follow the links and instructions to create and view documents.
 
--Go back to the document editor page and try to edit and view the document.
- To do this you'll need to add the ID of the document that you created
- to the supplied URLs, for example edit/1234 and view/1234.
-
-That's it for now, the application doesn't do more at this time.
-
-But this tests the whole application skeleton, build system, database, etc.
-
-There are some test links at http://localhost:8888/bricks-cms/test/, which
-can help diagnose problems.  
+There are also some test links at http://localhost:8888/bricks-cms/test/, 
+which can be helpful to diagnose problems.  
 
 
 TIPS AND TRICKS: