Author: chathura
Date: Sun Feb 10 22:32:48 2008
New Revision: 13546

Log:


Added known limitations to the readme file.
Minor modifications to the user guide.



Modified:
   branches/registry/1_0/README.txt
   branches/registry/1_0/modules/documentation/xdocs/userguide.xml

Modified: branches/registry/1_0/README.txt
==============================================================================
--- branches/registry/1_0/README.txt    (original)
+++ branches/registry/1_0/README.txt    Sun Feb 10 22:32:48 2008
@@ -1,4 +1,4 @@
-WSO2 Registry, [EMAIL PROTECTED]@
+WSO2 Registry 1.0
 -------------------------------------------
 
 The WSO2 Registry is a hub for managing data in a web-friendly and 
community-enabled way.
@@ -114,8 +114,14 @@
 http://wso2.org/wiki/display/registry/WSO2+Registry+User+Guide
 
 
+Known limitations
+===================
 
-
+* Resources larger than 10MB are not guaranteed to work in this release
+* Renaming of collections is not currently supported
+* APP implementation, though substantially complete, does not yet
+  match our desired protocol 100% (see
+  http://wso2.org/wiki/display/registry/Registry+Protocol)
 
 
 ---------------------------------------------------------------------------

Modified: branches/registry/1_0/modules/documentation/xdocs/userguide.xml
==============================================================================
--- branches/registry/1_0/modules/documentation/xdocs/userguide.xml     
(original)
+++ branches/registry/1_0/modules/documentation/xdocs/userguide.xml     Sun Feb 
10 22:32:48 2008
@@ -102,19 +102,19 @@
   <li>Create the registry database and connect to it using the following
     command inside the ij prompt (replace the database file path, user name
     and password in below command to suite your requirements).
-    <p>connect
+    <br/><p>connect
     
'jdbc:derby:/home/user1/wso2registry/db;user=regadmin;password=regadmin;create=true'</p>
   </li>
   <li>Run the derby script provided with the WSO2 Registry using the below
     command (this will create all necessary tables for the WSO2 Registry and
     the WSO2 User Manager embedded inside the Registry). 
-    <p>run '/home/user1/wso2registry/derby-complete.sql';</p>
+    <br/><p>run '/home/user1/wso2registry/derby-complete.sql';</p>
   </li>
   <li>Verify whether all the tables are created by using the below command.
-    <p>show tables;</p>
+    <br/><p>show tables;</p>
   </li>
   <li>Exit the ij command using the exit command.
-    <p>exit;</p>
+    <br/><p>exit;</p>
   </li>
   <li>Place the derbyclient.jar in the class path of the WSO2 Registry web
     application.</li>

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to