Author: chathura
Date: Sun Feb 10 05:07:23 2008
New Revision: 13519

Log:


Added the user guide and the api docs to the binary distribution. Now it is the 
complete distribution.
Added new text for the README.
Minor changes to the user guide.



Added:
   branches/registry/1_0/README.txt
      - copied, changed from r13507, branches/registry/1_0/README
Removed:
   branches/registry/1_0/README
Modified:
   branches/registry/1_0/modules/core/pom.xml
   branches/registry/1_0/modules/distribution/src/main/assembly/bin-assembly.xml
   branches/registry/1_0/modules/documentation/xdocs/index.xml
   branches/registry/1_0/modules/documentation/xdocs/userguide.xml
   branches/registry/1_0/modules/webapps/pom.xml
   branches/registry/1_0/pom.xml

Copied: branches/registry/1_0/README.txt (from r13507, 
branches/registry/1_0/README)
==============================================================================
--- branches/registry/1_0/README        (original)
+++ branches/registry/1_0/README.txt    Sun Feb 10 05:07:23 2008
@@ -1,93 +1,64 @@
 WSO2 Registry, [EMAIL PROTECTED]@
 -------------------------------------------
 
-WSO2 Registry is a Web 2.0 style registry and repository for storing resources 
and metadata. It is designed around community concepts with tags, comments, 
ratings and users. 
+The WSO2 Registry is a hub for managing data in a web-friendly and 
community-enabled way.  It was built with enterprise metadata for SOA in mind, 
but really it's up to you - the Registry can hold any kind of "stuff" including 
images, service descriptions, text files, office documents... and every 
resource you put in the Registry becomes a center for social activity.
+
+The Registry stores and indexes arbitrary data.  Your data.
+
+* Fully versioned, supports rollbacks
+* Social features foster community and emergent connections
+* Rich security model with users/roles/permissions
+* REST model for remote access by any HTTP/Atom client
+* Lifecycle management
+* Deploys embedded mode or in a WAR.
+
+The Registry Server implements the Atom and Atom Publishing Protocol 
specifications.  Each directory in the Registry is also an Atom collection, and 
can be subscribed to with any standard feed reader (Google Reader, Bloglines, 
etc).  The results of searches, tags, comments - all can be viewed and accessed 
in a standard, uniform way.
+
+The Registry has been designed both to encourage "grass-roots" community 
around your data and also to allow for IT-friendly governance.  With custom 
properties, media-type handlers, and a rich security system, you can ensure, 
for instance, that tests are being performed or WSDLs fit policies before 
promoting them to production.
 
 
 Feature List in this version
 ----------------------------
 
-* Store and manage any type of resources
-* Categorize resources under collections
-* Tag, comment and rate resources
-* Authentication and authorization based on users and roles
-* Dynamic queries based on the extensible search API
-* REST API to access resources
-* Simple UI to browse the Registry
-* Advanced UI for browsing and editing as well as for managing users   
-       
+* Storing and managing resources and collections
 
-Known Issues
-------------
+* Tagging, commenting and rating resources
 
+* Managing users and roles
 
-       
-Binary Distribution Directory Structure
-=======================================
+* Authentication and authorization on all resources and actions
+
+* Resource / collection versioning
+
+* Tag based search
+
+* Advanced search
+
+* Media type handling support for built in media types
+
+* Support for pluggable media type handlers for handling custom media types
+
+* Support for processing custom URL patterns via pluggable URL handlers
+
+* Support for custom query languages via pluggable query processors
+
+* Activity log and filtering support for the activity logs
+
+* APP based remote interface
+
+* APP based Java client for remote access
+
+* Embedded and WAR deployments
+
+* Web based user interface with Web 2.0 look and feel
 
-       WSO2REGISTRY_HOME
-               |- bin <folder>
-               |- conf <folder>
-               |- database <folder>
-               |- legal <folder>
-               |- lib <folder>
-               |- logs <folder>
-               |- repository <folder>
-               |- samples <folder>
-               |-- LICENSE <file>
-               |-- NOTICE <file>
-               |-- README <file>
-               |-- docs <folder>
-               |-- release-notes.html<file>
-               
-               
-    -  bin
-               Contains various scripts to start/stop Registry 
-               
-       -       conf
-               Contains configuration files, properties files and keystores.
-               
-       -       database
-               This is where the operational database for Registry and any 
additional 
-               modules will be created.
-               
-       -       legal
-               Contains license documents for all third party libraries 
included in 
-               WSO2 Registry.
-               
-       -       lib
-               Contains Registry and third party libraries required for the 
functioning of 
-               WSO2 Registry.
-               
-       -       LICENSE
-               Apache License 2.0 under which WSO2 Registry is distributed.
-               
-       -       logs
-               Execution logs will be generated here.
-               
-       -       NOTICE
-               Notice of development.
-               
-       -       README
-               This document.
-               
-       -       release-note.html
-               Release information for WSO2 Registry, [EMAIL PROTECTED]@
-               
-       -       repository
-               The repository where services and modules deployed in WSO2 
Registry are 
-               stored.
-               
-       -       samples
-               Contains some sample applications that demonstrate the 
functionality and
-               capabilities of WSO2 Registry, [EMAIL PROTECTED]@.
        
 Project Resources
 =================
 
 Preject Home page: http://wso2.org/projects/registry
 
-    * Library            : hhttp://wso2.org/taxonomy/term/350/all
+    * Library            : http://wso2.org/taxonomy/term/350/all
     * Wiki               : http://wso2.org/wiki/display/registry
     * JIRA-Issue Tracker : https://wso2.org/jira/browse/REGISTRY
     * QA Artifacts       : 
@@ -107,13 +78,14 @@
 The following information is available in the User's Guide found at /docs 
directory
 
 * Installation instructions
-* Browsing Registry
-* Adding and Editing resources         
-                       
+* Using the Registry with the web console
+* Embedding the Registry inside Java applications
+* Accessing the Registry remotely using the APP client
+
 
 
 
 
 
 ---------------------------------------------------------------------------
- � 2007 WSO2 Inc.
\ No newline at end of file
+ � 2008 WSO2 Inc.
\ No newline at end of file

Modified: branches/registry/1_0/modules/core/pom.xml
==============================================================================
--- branches/registry/1_0/modules/core/pom.xml  (original)
+++ branches/registry/1_0/modules/core/pom.xml  Sun Feb 10 05:07:23 2008
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+        
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

Modified: 
branches/registry/1_0/modules/distribution/src/main/assembly/bin-assembly.xml
==============================================================================
--- 
branches/registry/1_0/modules/distribution/src/main/assembly/bin-assembly.xml   
    (original)
+++ 
branches/registry/1_0/modules/distribution/src/main/assembly/bin-assembly.xml   
    Sun Feb 10 05:07:23 2008
@@ -1,9 +1,9 @@
 <assembly>
     <id>bin</id>
-    <includeBaseDirectory>true</includeBaseDirectory> 
+    <includeBaseDirectory>true</includeBaseDirectory>
     <baseDirectory>wso2registry-${version}</baseDirectory>
     <formats>
-       <!--<format>tar.gz</format>  //uncomment,if tar.gz archive needed-->
+        <!--<format>tar.gz</format>  //uncomment,if tar.gz archive needed-->
         <format>zip</format>
     </formats>
     <fileSets>
@@ -21,19 +21,33 @@
                 <include>*.jar</include>
             </includes>
         </fileSet>
-    <fileSet>
-        <directory>../../modules/webapps/target</directory>
-          <outputDirectory></outputDirectory>
-          <includes>
-               <include>*.war</include>
-         </includes>
-    </fileSet>
-    <fileSet>
-        <directory>../..</directory>
-          <outputDirectory></outputDirectory>
-          <includes>
-               <include>*.txt</include>
-         </includes>
-    </fileSet>
-     </fileSets>
+        <fileSet>
+            <directory>../../modules/webapps/target</directory>
+            <outputDirectory></outputDirectory>
+            <includes>
+                <include>*.war</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>../..</directory>
+            <outputDirectory></outputDirectory>
+            <includes>
+                <include>*.txt</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>../../modules/documentation/target/site</directory>
+            <outputDirectory>docs</outputDirectory>
+            <includes>
+                <include>userguide.html</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>../../modules/documentation/target/apidocs</directory>
+            <outputDirectory>docs/apidocs</outputDirectory>
+            <includes>
+                <include>**/*.*</include>
+            </includes>
+        </fileSet>
+    </fileSets>
 </assembly>

Modified: branches/registry/1_0/modules/documentation/xdocs/index.xml
==============================================================================
--- branches/registry/1_0/modules/documentation/xdocs/index.xml (original)
+++ branches/registry/1_0/modules/documentation/xdocs/index.xml Sun Feb 10 
05:07:23 2008
@@ -62,13 +62,8 @@
 <p>Your feedback on WSO2 Registry is most appreciated. Please send them to our
 user mailing lists:</p>
 <ul>
-  <li>WSO2 Registry , Developers' mailing list<a
-    href="mailto:[email protected]";>[email protected]</a> | <a
-    href="mailto:[EMAIL PROTECTED]">Subscribe</a>
-    | <a
-    href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
-    | <a href="http://www.wso2.org/mailarchive/registry-dev-request/";>Mail
-    Archive</a></li>
+  <li>WSO2 Registry , Developers' mailing list
+      <a href="mailto:[email protected]";>[email protected]</a> | <a 
href="mailto:[EMAIL PROTECTED]">Subscribe</a> | <a href="mailto:[EMAIL 
PROTECTED]">Unsubscribe</a> | <a 
href="http://www.wso2.org/mailarchive/registry-dev-request/";>Mail 
Archive</a></li>
 </ul>
 </body>
 </html>

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 05:07:23 2008
@@ -734,8 +734,6 @@
 
 <pre>remote_registry.restoreVersion (versions[2]);</pre>
 
-<h3></h3>
-
 <h3>Adding a Tag</h3>
 
 <p>We can perform tagging operations using the remote_registry. To tag a

Modified: branches/registry/1_0/modules/webapps/pom.xml
==============================================================================
--- branches/registry/1_0/modules/webapps/pom.xml       (original)
+++ branches/registry/1_0/modules/webapps/pom.xml       Sun Feb 10 05:07:23 2008
@@ -1,21 +1,19 @@
 <!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License. You may obtain a copy of the License at
+  ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
   ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
   ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied. See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
   -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

Modified: branches/registry/1_0/pom.xml
==============================================================================
--- branches/registry/1_0/pom.xml       (original)
+++ branches/registry/1_0/pom.xml       Sun Feb 10 05:07:23 2008
@@ -1,22 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License. You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied. See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
+~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+~
+~ Licensed under the Apache License, Version 2.0 (the "License");
+~ you may not use this file except in compliance with the License.
+~ You may obtain a copy of the License at
+~
+~      http://www.apache.org/licenses/LICENSE-2.0
+~
+~ Unless required by applicable law or agreed to in writing, software
+~ distributed under the License is distributed on an "AS IS" BASIS,
+~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+~ See the License for the specific language governing permissions and
+~ limitations under the License.
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
@@ -74,13 +73,13 @@
             <email>paul AT wso2.com</email>
             <organization>WSO2</organization>
         </developer>
-         <developer>
+        <developer>
             <name>Glen  Daniels</name>
             <id>glen</id>
             <email>glen AT wso2.com</email>
             <organization>WSO2</organization>
         </developer>
-         <developer>
+        <developer>
             <name>Chathura Ekanayake</name>
             <id>chahura</id>
             <email>chahura AT wso2.com</email>
@@ -98,19 +97,19 @@
             <email>jonathan AT wso2.com</email>
             <organization>WSO2</organization>
         </developer>
-         <developer>
+        <developer>
             <name>Sanjaya Karunasena</name>
             <id>sanajayak</id>
             <email>sanajayak AT wso2.com</email>
             <organization>WSO2</organization>
         </developer>
-         <developer>
+        <developer>
             <name>Upendra Prasad</name>
             <id>prasad</id>
             <email>prasad AT wso2.com</email>
             <organization>WSO2</organization>
         </developer>
-         <developer>
+        <developer>
             <name>Chanaka Jayasena</name>
             <id>chanaka</id>
             <email>chanaka AT wso2.com</email>
@@ -171,7 +170,7 @@
                 <artifactId>usermanager-core</artifactId>
                 <version>${usermanager.version}</version>
             </dependency>
-             <dependency>
+            <dependency>
                 <groupId>org.wso2.commons.usermanager</groupId>
                 <artifactId>usermanager-configs</artifactId>
                 <version>${usermanager.version}</version>
@@ -197,19 +196,19 @@
                 <version>${servlet.api.version}</version>
             </dependency>
             <!--<dependency>-->
-                <!--<groupId>com.opensymphony</groupId>-->
-                <!--<artifactId>xwork</artifactId>-->
-                <!--<version>${com.opensymphony.version}</version>-->
+            <!--<groupId>com.opensymphony</groupId>-->
+            <!--<artifactId>xwork</artifactId>-->
+            <!--<version>${com.opensymphony.version}</version>-->
             <!--</dependency>-->
             <!--<dependency>-->
-                <!--<groupId>freemarker</groupId>-->
-                <!--<artifactId>freemarker</artifactId>-->
-                <!--<version>${freemarker.version}</version>-->
+            <!--<groupId>freemarker</groupId>-->
+            <!--<artifactId>freemarker</artifactId>-->
+            <!--<version>${freemarker.version}</version>-->
             <!--</dependency>-->
             <!--<dependency>-->
-                <!--<groupId>opensymphony</groupId>-->
-                <!--<artifactId>ognl</artifactId>-->
-                <!--<version>${opensymphony.version}</version>-->
+            <!--<groupId>opensymphony</groupId>-->
+            <!--<artifactId>ognl</artifactId>-->
+            <!--<version>${opensymphony.version}</version>-->
             <!--</dependency>-->
             <dependency>
                 <groupId>commons-fileupload</groupId>
@@ -233,7 +232,7 @@
                 <artifactId>abdera-protocol</artifactId>
                 <version>${abdera.version}</version>
             </dependency>
-             <dependency>
+            <dependency>
                 <groupId>org.apache.abdera</groupId>
                 <artifactId>abdera-server</artifactId>
                 <version>${abdera.version}</version>
@@ -334,7 +333,7 @@
                 <jdk>1.5</jdk>
             </activation>
             <dependencies>
-                 <!--Junit testing environment-->
+                <!--Junit testing environment-->
                 <dependency>
                     <groupId>junit</groupId>
                     <artifactId>junit</artifactId>
@@ -348,7 +347,7 @@
                 <jdk>1.6</jdk>
             </activation>
             <dependencies>
-                 <!--Junit testing environment-->
+                <!--Junit testing environment-->
                 <dependency>
                     <groupId>junit</groupId>
                     <artifactId>junit</artifactId>
@@ -357,7 +356,7 @@
             </dependencies>
         </profile>
     </profiles>
-     <build>
+    <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -391,7 +390,7 @@
         <!--<freemarker.version>2.3.8</freemarker.version>-->
         <!--<opensymphony.version>2.6.11</opensymphony.version>-->
         <hsqldb.version>1.8.0</hsqldb.version>
-         <!--For Abdera-->
+        <!--For Abdera-->
         <abdera.version>0.395</abdera.version>
         <httpclient.version>3.0.1</httpclient.version>
         <axiom.version>1.2.5</axiom.version>

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

Reply via email to