You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/21 21:02:06 UTC

[34/44] applied 0001-Moved-cloud-controller-1.0.1-to-products-and-removed.patch

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/docs/userguide.xml b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/docs/userguide.xml
new file mode 100644
index 0000000..4344a0a
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/docs/userguide.xml
@@ -0,0 +1,92 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. 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.
+ -->
+<html>
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
+		<title> Message Broker Queues and Queue Subscriptions- User Guide</title>
+        <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
+	</head>
+    <body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
+    <h1>Message Broker Queues</h1>
+
+    <p>Queues is a feature provided with WSO2 Message Broker which enables users to publish messages and receive them in
+       the order that they are sent.These queues are natively persistent, which indicates even after shutting down the
+       server or a sudden crash messages will be remain in the queue ready to be delivered.</p>
+
+    <p>Operations available for queues are:</p>
+
+    <ul>
+        <li>Add a queue</li>
+        <li>Browse queue information</li>
+        <li>Delete a queue</li>
+    </ul>
+
+    <h2>Add a queue</h2>
+
+    <p><img alt="" src="../images/queue_add.png"/></p>
+    <p align="middle">Figure 1: Add Queue</p>
+
+    <p>Using this operation users can add queues to the system. They get created in message broker server, ready for
+       message receiving from and sending to client applications. When creating the queue a meaningful name should be
+       given without any "/" literals included. This will be the identifier for the queue you have created.</p>
+
+    <p><img alt="" src="../images/queue_add_success.png"/></p>
+    <p align="middle">Figure 2: Add Queue Success</p>
+
+    <p>Note that external applications can create queues programatically as well. </p>
+    <p>Once a queue is added user will be redirected to queue information browsing page.</p>
+
+    <h2>Browse queue information</h2>
+
+    <p>The table shows all the queues available in message broker server. It also shows message count for each queue,
+       number of messages in persistent state not delivered to the consuming client. </p>
+    <p>Queues created by external client applications will be listed here with message count in the same way. But in
+        order to view them you should be in "Super Tenant" (default) mode.</p>
+
+    <p><img alt="" src="../images/queue_browse.png"/></p>
+    <p align="middle">Figure 3: Available Queues</p>
+
+    <h2>Delete a Queue</h2>
+    <p>Users can remove one or more queues from the server. All the messages persisted with that queue will be lost on
+       queue deletion. A Success message will pop-up on successful queue deletion, and can be verified by looking at
+       the available queue list. </p>
+
+    <p><img alt="" src="../images/queue_delete_success.png"/></p>
+    <p align="middle">Figure 4: Deleting Queues</p>
+
+    <h2>Tenant-specific Queue Creation</h2>
+    <p>If you are in some tenant domain other than "Super Tenant" for example "a.com", when you create a queue in above
+       mentioned way (eg:myQueue) the queue created in browser will be "a-com/myQueue". You will notice this when you
+       are directed to queue browsing page. If the user intend to send to and consume from the queue using an external
+       client application, the physical queue name (i.e "a-com/myQueue") should be used.</p>
+    <p><img alt="" src="../images/queue_from_tenant.png"/></p>
+    <p align="middle">Figure 5: Queues Added By Tenants</p>
+
+    <h2>Distributed Queues in Clustered Mode</h2>
+    <p>When you are running a few instances of WSO2 Message Broker, queues are always distributed. At a particular moment
+       a queue is owned by some node in a cluster. When some node fails in the cluster, if client applications are
+       configured to use "fail-over", it will be able to send and consume messages from the cluster without any failures
+       or any message loses. Clustering operations and synchronizing messages across the cluster is fully transparent to
+       the user.</p>
+    <h2>Advanced Tuning of Queue Properties and Performance</h2>
+    <p>There is a lot of configurations can be done while configuring an instance of WSO2 MB to improve performance and
+       functionality. Please refer Wikis for more detail.</p>
+
+	</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/add.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/add.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/add.gif
new file mode 100644
index 0000000..4bfdd79
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/add.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/list.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/list.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/list.gif
new file mode 100644
index 0000000..638d8ab
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/list.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/minus.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/minus.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/minus.gif
new file mode 100644
index 0000000..8ff04bc
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/minus.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/move.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/move.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/move.gif
new file mode 100644
index 0000000..a24a49f
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/move.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/nodata.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/nodata.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/nodata.gif
new file mode 100644
index 0000000..4ba3388
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/nodata.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/plus.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/plus.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/plus.gif
new file mode 100644
index 0000000..1a0e2c9
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/plus.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_add_success.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_add_success.png b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_add_success.png
new file mode 100644
index 0000000..b9001a3
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_add_success.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_browse.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_browse.png b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_browse.png
new file mode 100644
index 0000000..a57d40b
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_browse.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_delete_success.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_delete_success.png b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_delete_success.png
new file mode 100644
index 0000000..52eaabf
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_delete_success.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_type_admin.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_type_admin.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_type_admin.gif
new file mode 100644
index 0000000..e3643a5
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/queue_type_admin.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/refresh.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/refresh.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/refresh.gif
new file mode 100644
index 0000000..c2e6deb
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/images/refresh.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/queues/styles/tree-styles.css
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/queues/styles/tree-styles.css b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/styles/tree-styles.css
new file mode 100644
index 0000000..73c128f
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/queues/styles/tree-styles.css
@@ -0,0 +1,36 @@
+.treeControl ul{
+    padding:0px;
+    margin:0px;
+}
+
+.treeControl ul li{
+    list-style:none;
+    padding-left:15px;
+    padding-top:5px;
+    white-space:nowrap;
+}
+.treeControl ul li a.plus{
+    background-image:url(../images/plus.gif);
+    background-repeat:no-repeat;
+    background-position:0px 2px;
+    padding-left:15px;
+    cursor:pointer;
+}
+.treeControl ul li a.minus{
+    background-image:url(../images/minus.gif);
+    background-repeat:no-repeat;
+    background-position:0px 2px;
+    padding-left:15px;
+    cursor:pointer;
+}
+.treeControl ul li a.nodata{
+    background-image:url(../images/nodata.gif);
+    background-repeat:no-repeat;
+    background-position:0px 2px;
+    padding-left:15px;
+    cursor:pointer;
+}
+.treeControl ul li a.treeNode{
+    cursor:pointer;
+    color:#4c99c3;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry-ie7.css
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry-ie7.css b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry-ie7.css
new file mode 100644
index 0000000..84c4ed3
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry-ie7.css
@@ -0,0 +1,7 @@
+#pointA {
+	position:absolute;
+	}
+#pointA span{
+	margin-left:2px !important;
+    	margin-top:-20px !important;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry-ie8.css
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry-ie8.css b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry-ie8.css
new file mode 100644
index 0000000..119e3e5
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry-ie8.css
@@ -0,0 +1,4 @@
+#pointA span{
+	margin-left:2px !important;
+    	margin-top:-20px !important;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry.css
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry.css b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry.css
new file mode 100644
index 0000000..4192ce8
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/css/registry.css
@@ -0,0 +1,842 @@
+.box1-head{
+background-image:url(../images/table_header.gif);
+background-repeat:repeat-x;
+background-position:0px 0px;
+border:solid 1px #cccccc;
+border-bottom:none;
+padding-right:5px;
+padding-left:5px;
+height:25px !important;
+}
+.box1-head a {
+color:#000000 !important;
+text-decoration:none;
+}
+.box1-head-right{
+text-align:right;
+width:14px;
+}
+.box1-head h2 {
+color:#000000 !important;
+font-size:11px !important;
+font-weight:bold !important;
+line-height:20px !important;
+border:none !important;
+margin:0px !important;
+padding:0px !important;
+height:0px !important;
+}
+.box1-head h2.sub-headding-entries {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-head h2.sub-headding-prop {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-head h2.sub-headding-permisions {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-head h2.sub-headding-comments {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-head h2.sub-headding-dependencies {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-head h2.sub-headding-associations {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-head h2.sub-headding-search {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-head h2.sub-headding-ratings {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-head h2.sub-headding-lifecycle {
+*padding-top:1px !important;
+*line-height:17px !important;
+}
+.box1-mid {
+background-color:#FFFFFF;
+border:1px solid #cccccc;
+margin-bottom:20px;
+min-height:20px;
+padding:6px 5px 5px 5px;
+}
+.box1-mid-fill{
+background-color:#FFFFFF;
+margin-bottom:20px;
+height:20px;
+}
+.box1-mid table{
+*width:99% !important;
+}
+a {
+cursor:pointer;
+color:#386698;
+}
+.box2-mid {
+background-color:#FFFFFF;
+border:1px solid #6E6E6E;
+margin-bottom:20px;
+padding:6px 5px 5px 6px;
+}
+.sub-headding-comments {
+line-height:25px;
+}
+.sub-headding-tags {
+line-height:25px;
+}
+.sub-headding-ratings{
+line-height:25px;
+}
+.sub-headding-dependencies {
+line-height:25px;
+}
+.sub-headding-associations {
+line-height:25px;
+}
+.sub-headding-prop {
+line-height:25px;
+}
+.sub-headding-ratings {
+line-height:25px;
+}
+.thead-right{
+}
+.universal-add{
+background-image:url(../images/universal-add.gif);
+background-position:0px 0px;
+background-repeat:no-repeat;
+display:block;
+width:13px;
+height:13px;
+margin-top:3px;
+}
+.importantArea {
+background-color:#DDDDDD;
+border:1px solid #949494;
+padding:5px;
+}
+.simple-data-table th {
+color:#565656;
+font-weight:bold;
+padding-left:3px;
+padding-top:7px;
+text-align:left;
+font-size:11px;
+}
+.toolBarTable {
+display:inline;
+width:120px;
+}
+.toolBarTable td {
+padding-left:5px;
+}
+.contraction-spacer{
+width:3px;
+}
+.resource-right{
+width:30%;
+}
+.required{
+color:red;
+}
+.top-toolbar-back{
+    margin-top:3px;
+}
+.top-toolbar-back td a{
+line-height:18px;
+}
+.top-toolbar-back td{
+color:#386698;
+font-size:15px;
+}
+.perRow td{
+    background-color:#c6c7c8;
+    font-weight:bold;
+    text-align:center;
+    border-right:1px solid #DFDFDF !important;
+}
+#resourceTree {
+background-color:#FFFFFF;
+border:4px solid #CCCCCC;
+height:auto;
+left:150px;
+min-height:500px;
+position:absolute;
+right:10px;
+top:60px;
+z-index:100;
+}
+.close-button-position{
+display:none;
+}
+.headding-tree{
+font-size:11px;
+font-weight:bold;
+text-indent:10px;
+border-bottom:solid 1px #202020;
+}
+.headding-tree-back{
+background-color:#d1d1d1;
+}
+.father-object {
+border-bottom:1px solid #EDEDD1;
+border-left:1px solid #EDEDD1;
+border-top:1px solid #EDEDD1;
+height:25px;
+padding-left:5px;
+padding-top:3px;
+}
+.child-objects {
+margin-left:10px;
+}
+.resource-tree-headding {
+background-color:#ededed;
+color:black;
+font-weight:bold;
+height:30px;
+padding-left:10px;
+padding-top:10px;
+}
+.registry-breadcrumb{
+font-size:15px;
+}
+.resource-path{
+margin-bottom:10px;
+}
+.horizontalList{
+padding:0px;
+margin:0px;
+}
+.horizontalList li{
+float:left;
+padding-right:5px;
+}
+#perMinimized{
+border:none;
+margin-bottom:0px;
+}
+.icon-link-ouside{
+height:25px;
+margin-left:-10px;
+*margin-left:0px;
+position:relative;
+}
+a.checkpoint-icon-link {
+background-repeat: no-repeat;
+background-position: left top;
+padding-left: 20px;
+line-height: 17px;
+height: 17px;
+float: left;
+position: relative;
+margin-left: 0px;
+margin-top: 5px;
+margin-bottom: 3px;
+white-space: nowrap;
+cursor:pointer;
+}
+a.view-icon-link {    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 0px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;
+}
+a.edit-icon-link {    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 0px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;
+}
+.summeryStyle{
+color:#aaaaaa;
+line-height:25px;
+}
+.summeryLink{
+color:#aaaaaa !important;
+}
+.expanIconCell{
+width:10px;
+}
+.expanIconCell img{
+margin-top:3px;
+}
+.pagingRow{
+height:30px;
+text-align:center !important;
+}
+.pagingRow ul{
+list-style-type:none;
+}
+.pagingRow ul li{
+float:right;
+}
+.disableLink{
+ color:#aaaaaa;
+}
+.pageLinks{
+    background:#FFFFFF none repeat scroll 0%;
+border:1px solid #DDDDDD;
+padding:2px 3px;
+text-decoration:none;
+margin:0px;
+margin-left:2px;
+margin-right:2px;
+}
+.pageLinks-selected{
+    background:#e8e9ae none repeat scroll 0%;
+border:1px solid #DDDDDD;
+padding:2px 3px;
+text-decoration:none;
+margin:0px;
+margin-left:2px;
+margin-right:2px;
+}
+.popup-main{
+position:absolute;
+left:0px;
+top:0px;
+height:200%;
+width:100%;
+background-image:url(../images/popback.png);
+background-repeat:repeat;
+background-position:0px 0px;
+background-color:#cccccc;
+opacity:0.5;
+
+*background-color:transparent;
+z-index:10;
+}
+.ui-dialog-content{
+padding:0px;
+overflow-y:auto;
+overflow-x:hidden;
+}
+div#messagebox{
+padding:10px;
+}
+.tree-row-object{
+    list-style-type:none;
+    margin:0px;
+    padding:0px;
+    width:100%;
+}
+.tree-row-object li{
+    float:left;
+}
+.first{
+width:60%;
+}
+.second{
+    width:20%;
+}
+.third{
+    width:20%;
+}
+#permissionsDiv h3{
+font-size:12px !important;
+font-weight:bold !important;
+}
+#permissionsDiv h4{
+font-size:12px !important;
+font-weight:bold !important;
+color:#999999;
+}
+#tagList a{
+background-color:#ffffff;
+line-height:30px;
+}
+
+/* Tag cloude styles */
+.cloude-text{
+color:#3c260c;
+}
+.cloude-text a{
+background-color:#ffffa4;
+margin-right:5px;
+padding:2px;
+}
+.cloud-x1{
+font-size:11px;
+}
+.cloud-x2{
+font-size:14px;
+}
+.cloud-x3{
+font-size:18px;
+}
+.cloud-x4{
+font-size:22px;
+}
+.cloud-x5{
+font-size:26px;
+}
+.cloude-text a:hover{
+color:#000000;
+font-weight:bold;
+}
+a.add-resource-icon-link{
+    background-image: url( ../../admin/images/add-resource.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.add-link-icon-link{
+    background-image: url( ../../admin/images/add-link.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;
+}
+a.add-collection-icon-link{
+    background-image: url( ../../admin/images/add-collection.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.resource-icon-link{
+    background-image: url( ../images/resource.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 0px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.resource-icon-link-x{
+    background-image: url( ../images/resource-extn.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 0px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.resource-icon-link-y{
+    background-image: url( ../images/resource-extn-mounted.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 0px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.download-icon-link{
+    background-image: url( ../images/icon-download.jpg);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.save-icon-link{
+    background-image: url( ../images/save-button.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.cancel-save-icon-link{
+    background-image: url( ../../admin/images/cancel.gif);
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;
+}
+a.folder-small-icon-link{
+    background-image: url( ../images/icon-folder-small.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 0px !important;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.folder-small-icon-link-x{
+    background-image: url( ../images/collection-extn.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 0px !important;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.folder-small-icon-link-y{
+    background-image: url( ../images/collection-extn-mounted.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 0px !important;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.details-icon-link{
+    background-image: url( ../images/icon-details.jpg);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.restore-icon-link{
+    background-image: url( ../images/icon-restore.gif);    
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;  
+}
+a.feed-small-res-icon-link{
+    background-image: url(../images/icon-feed-small.gif);
+    background-position: left top;
+    background-repeat: no-repeat;
+    float: left;
+    height: 17px;
+    line-height: 17px;
+    margin-bottom: 3px;
+    margin-left: 10px;
+    margin-top: 5px;
+    padding-left: 20px;
+    position: relative;
+    white-space: nowrap;
+}
+a.rate-icon-link{
+    background-image: url(../images/r44.gif);
+    background-position: left top;
+    background-repeat: no-repeat;
+    float: left;
+    height: 17px;
+    line-height: 17px;
+    margin-bottom: 3px;
+    margin-left: 10px;
+    margin-top: 5px;
+    padding-left: 20px;
+    position: relative;
+    white-space: nowrap;
+}
+.resource-tree-box{
+height:365px;
+overflow-y:auto;
+}
+select{
+*font-size:13px !important;
+}
+.resource-actions a {
+float:right;
+}
+.info-emp{
+    font-weight:bold;
+}
+.action-pane{
+background-color:#f3f3f3;
+border-bottom:none !important;
+border-left:solid 1px #717171;
+border-right:solid 1px #717171;
+border-top:none !important;
+}
+.action-pane-helper{
+padding-left:0px !important;
+margin-left:0px !important;
+}
+.actionSelected{
+border-bottom:none !important;
+background-color:#f3f3f3;
+}
+.entryName-right{
+text-align:right !important;
+border:none !important;
+padding:0px !important;
+margin:0px !important;
+margin-top:5px;
+}
+.entryName-left{
+border:none !important;
+padding:0px !important;
+margin:0px !important;
+text-align:left !important;
+}
+.entryName-contracted{
+    background-image: url( ../images/arrow-right.gif);    
+    background-repeat: no-repeat;
+    background-position: 3px top;
+    display:block;
+    height:16px;
+float:left;
+line-height:17px;
+margin-left:0 !important;
+margin-top:5px;
+padding-left:20px;
+position:relative;
+white-space:nowrap;
+}
+.entryName-expanded{
+    background-image: url( ../images/arrow-up.gif);    
+    background-repeat: no-repeat;
+    background-position: 3px top;
+    display:block;
+    height:16px;
+float:left;
+line-height:17px;
+margin-left:0 !important;
+margin-top:5px;
+padding-left:20px;
+position:relative;
+white-space:nowrap;
+
+}
+.closeButton {
+/*color:red;*/
+/*font-weight:bold;*/
+margin-top:-2px;
+position:absolute;
+/*font-size:16px;*/
+}
+
+.slidingIconCont{
+width:15px;
+}
+.slidingIconCont a{
+background-image:url(../images/viewIcons.png);
+background-repeat:no-report;
+display:block;
+cursor:pointer;
+margin-bottom:5px;
+}
+.pointLeft{
+background-position:0 0;
+height:28px;
+}
+.pointRight{
+background-position:15px 0;
+height:28px;
+}
+.stdView-Selected{
+    border-radius: 5px 5px 0px 0px;
+    -moz-border-radius: 5px 5px 0px 0px;
+    color:#fff;
+    padding:5px 13px 3px 30px;
+    background:#A4A4A4 url(../images/icon-detail-view.png) no-repeat 10px 5px;
+    border:solid 1px #140800;
+}
+.stdView-notSelected{
+    border-radius: 5px 5px 0px 0px;
+    -moz-border-radius: 5px 5px 0px 0px;
+    color:#373737;  
+    padding:3px 13px 3px 30px;
+    background:#CCCCCC url(../images/icon-detail-view.png) no-repeat 10px 5px;
+    border:solid 1px #726b6b;
+    font-size:10px;
+}
+.treeView-Selected{
+    border-radius: 5px 5px 0px 0px;
+    -moz-border-radius: 5px 5px 0px 0px;
+    color:#fff;
+    padding:5px 13px 3px 30px;
+    background:#A4A4A4 url(../images/icon-tree.png) no-repeat 10px 5px;
+    border:solid 1px #140800;
+    
+}
+.treeView-notSelected{
+    border-radius: 5px 5px 0px 0px;
+    -moz-border-radius: 5px 5px 0px 0px;
+    color:#373737;
+    padding:3px 13px 3px 30px;
+    background:#CCCCCC url(../images/icon-tree.png) no-repeat 10px 5px;
+    border:solid 1px #726b6b;
+    font-size:10px;
+}
+.tabview{
+    height:17px;
+    vertical-align:bottom;
+}
+.tabview a:hover{
+    color:#fff;   
+}
+#viewPanel{
+    /*background:transparent url(../images/registry-tab-view-back.png) repeat-x left top;*/
+    padding-top:10px;
+    border-top:solid 3px #666666;
+}
+
+#pointTds{
+vertical-align:top;
+margin:0 !important;
+padding:0 !important;
+vertical-align:top;
+width:0 !important;
+}
+
+#pointA{
+    width:17px;
+    cursor:pointer;
+    
+
+	/* For IE 8 */
+	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
+	/* For IE 5.5 - 7 */
+	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
+
+    border-right: 1px solid #CCCCCC;
+    border-top: 1px solid #CCCCCC;
+    border-bottom: 1px solid #CCCCCC;
+
+    -moz-border-radius: 3px;
+    -moz-border-radius: 3px;
+    border-radius: 3px;
+    border-radius: 3px;
+
+    margin-top:0px;
+    height:40px;
+    padding-top:50px;
+    
+
+}
+#pointA span{
+    display:block;
+    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+    -webkit-transform: rotate(90deg);
+    -moz-transform: rotate(90deg);
+    -o-transform: rotate(90deg);
+
+    display:block;
+    background-color:transparent;
+    width:130px;
+    *margin-left:2px;
+    margin-left:-60px;
+    *margin-top:0px;
+    margin-top:40px;
+   
+    padding-right:5px;
+    padding-left:5px;
+}
+#pointA span.ie{
+    margin-left:0px;
+    margin-top:0px;
+}
+#workArea div.showToHidden{
+    background:#CCCCCC url(../../admin/images/leftRightSlider-dark.png) no-repeat -1px 5px;
+    
+}
+#workArea div.hiddenToShow{
+    background:#A4A4A4 url(../../admin/images/leftRightSlider-dark.png) no-repeat -19px 5px;
+}
+#workArea div.showToHidden span{
+    color:#000;
+}
+#workArea div.hiddenToShow span{
+    color:#fff;
+}
+#commentsTable div, #tagList, #add-subscription-div, #add-subscription-outer-div, #tagAddTable div{
+white-space:normal;
+}
+.resource-content{
+    width:100%;
+    height:100px;
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/HierSubscriptions.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/HierSubscriptions.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/HierSubscriptions.png
new file mode 100644
index 0000000..2d40423
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/HierSubscriptions.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/addResource.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/addResource.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/addResource.png
new file mode 100644
index 0000000..6d94713
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/addResource.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_remotelink.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_remotelink.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_remotelink.png
new file mode 100644
index 0000000..7b06d47
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_remotelink.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_subscription.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_subscription.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_subscription.png
new file mode 100644
index 0000000..617b708
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_subscription.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_symlink.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_symlink.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_symlink.png
new file mode 100644
index 0000000..f8bc086
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/add_symlink.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/breadcrumb.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/breadcrumb.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/breadcrumb.png
new file mode 100644
index 0000000..93e8482
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/breadcrumb.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/comments.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/comments.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/comments.png
new file mode 100644
index 0000000..9aad777
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/comments.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/content.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/content.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/content.png
new file mode 100644
index 0000000..57cf2ed
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/content.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/dependency.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/dependency.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/dependency.png
new file mode 100644
index 0000000..093e302
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/dependency.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/detail_view.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/detail_view.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/detail_view.png
new file mode 100644
index 0000000..3477bde
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/detail_view.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/details_view.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/details_view.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/details_view.png
new file mode 100644
index 0000000..7093c07
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/details_view.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/lifeCycles.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/lifeCycles.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/lifeCycles.png
new file mode 100644
index 0000000..0b647a7
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/lifeCycles.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/manage_notifications.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/manage_notifications.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/manage_notifications.png
new file mode 100644
index 0000000..a49b8e9
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/manage_notifications.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/properties.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/properties.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/properties.png
new file mode 100644
index 0000000..c903051
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/properties.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/tagSearch.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/tagSearch.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/tagSearch.png
new file mode 100644
index 0000000..88a92fc
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/tagSearch.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/tags.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/tags.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/tags.png
new file mode 100644
index 0000000..cf69c92
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/tags.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/version_view.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/version_view.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/version_view.png
new file mode 100644
index 0000000..ff86984
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/images/version_view.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/userguide.xml b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/userguide.xml
new file mode 100644
index 0000000..599b9d4
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/docs/userguide.xml
@@ -0,0 +1,404 @@
+<!--
+ ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. 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.
+ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>Registry Resources - User Guide</title>
+  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
+</head>
+
+<body>
+<h1>Registry Resources</h1>
+
+<p>The WSO2 Registry is a repository that stores resources in a structured way.
+Here are some of the features provided by the registry interface. </p>
+<ul>
+  <li>Provides the facility to organize resources into collections. (Similar
+    to how you organize files in directories.) </li>
+  <li>Keeps multiple versions of resources </li>
+  <li>Manages social aspects such as rating,tagging and commenting resources </li>
+  <li>AtomPub interfaces to publish, view and manage resources from remote or
+    non-Java clients </li>
+</ul>
+<p></p>
+<p>The key components of Registry resource view would be as follows.</p>
+<p></p>
+<ul>
+    <li><a href="#registryUserInterface">Registry User Interface</a></li>
+    <ul>
+        <li><a href="#registryUserInterfaceView">Registry User Interface Views</a></li>
+        <li><a href="#componentsRegistryUserInterface">Components of Registry User Interface</a></li>
+    </ul>
+    <li><a href="#addResource">Add Resources</a></li>
+    <li><a href="#addCollections">Add Collections</a></li>
+    <li><a href="#symbolicRemoteLinks">Symbolic Links and Remote Links</a></li>
+    <li><a href="#mediaTypes">Media Types</a></li>
+    <li><a href="#optionalPortlets">Optional Portlets</a></li>
+</ul>
+
+<a name="registryUserInterface"></a>
+<h2>Registry User Interface</h2>
+<p>In the navigator, under Registry, click <strong>Resources</strong>. The Registry resource browser provides two resource
+ interfaces to the user, one is the <strong>Tree view</strong> and the other is the <strong>Detail view</strong> .</p>
+
+<a name="registryUserInterfaceView"></a>
+<h2>Registry User Interface Views</h2>
+<p></p>
+<h3>Tree view</h3>
+<p>The <strong>Tree view</strong> provides an hierarchical view of the organization of resources in the registry, which allows the users to
+ easily locate a resource.</p>
+<p><img src="images/registryBrowser.png" width="743px"/></p>
+<p>Figure 1 : Registry Resource Browser - Tree view </p>
+
+<h3>Detail view</h3>
+<p>The <strong>Detail view</strong> provides an informative view of a selected resource in the registry. Any resource in the registry can
+    either be a collection or resource. The Detail view of a collection and a resource would be different from information and
+    functionalities provided.</p>
+<p><img src="images/detail_view.png" width="743px"/></p>
+<p>Figure 2 : Registry Resource Browser - Detail view </p>
+<p></p>
+<h2>Components of Registry User Interface</h2>
+<p>The Detail view is the Registry User Interface for a resource. Following are the key components of Registry User Interface </p>
+<ul>
+  <li><a href="#Breadcrumb">Breadcrumb</a>:- Shows the current directory
+    hierarchy  </li>
+  <li><a href="#Meta">Meta Data Panel</a>:- Shows meta data for the
+    resource/collection </li>
+    <ul>
+        <li><a href="#viewVersion">View Version</a></li>
+        <li><a href="#detailsView">Details of version</a></li>
+    </ul>
+  <li><a href="#Properties">Properties Panel</a>:- Shows properties for the
+    resource/collection </li>
+  <li><a href="#Content">Content Panel</a>:- Shows the contents of the
+    resource/collection  </li>
+</ul>
+
+<p></p>
+
+<h3><a name="Breadcrumb" id="Breadcrumb">Resource Breadcrumb</a></h3>
+
+<p>Use the breadcrumb to navigate backward in the current branch of the
+directory path, by clicking on a directory name in the breadcrumb. Note
+that you can access the root of the directory path by clicking the Home
+icon in the breadcrumb. </p>
+
+<p><img src="images/breadcrumb.png" width="743px"/></p>
+
+<p>Figure 3: The Breadcrumb </p>
+
+<h3><a name="Meta" id="Meta">Meta Data Panel</a></h3>
+
+<p>The meta data panel displays the following properties of the resource
+or the collection </p>
+<ul>
+  <li>Created Time and Author </li>
+  <li>Last Updated Time and Author </li>
+  <li>Media Type which will get assigned while the resource get updated, but can be edited as user prefers.</li>
+  <li>URL for the permanent link </li>
+  <li>Versions of the resource </li>
+  <li>Description about the resource/collection. </li>
+</ul>
+
+<p></p>
+
+<p><img src="images/metadata.png" width="600px"/></p>
+
+<p>Figure 4 : The meta data panel </p>
+
+<h3><a name="viewVersion" id="viewVersion">View Version</a></h3>
+
+<p>Allows to view versions of a resource/collection. The importance of maintaining versions is to trace the changes made
+    to a resources and restore a resource back to that version if necessary. </p>
+
+<ul>
+    <li>Version - Shows the number of a resource/collection version.</li>
+    <li>Last Modified Date - Shows the last date of updating.</li>
+    <li>Last Modified By - Shows the author of alterations.</li>
+    <li>Actions</li>
+    <li>Details - Allows to get to the "Browse" page of a particular resource/collection version.</li>
+    <li>Restore - Allows to restore a resource/collection version.</li>
+</ul>
+
+<p><img src="images/version_view.png" width="900px"/></p>
+
+<p>Figure 5 : View version </p>
+
+<h3><a name="detailsView" id="detailsView">Details of version</a></h3>
+
+<p>When user clicks the Detail link from the View version of a resource the page get redirected to the Details page of that
+   version which illustrates the versioned components of a selected version of a resource. This would give a Browse view
+   of the versioned resource.</p>
+
+<p><img src="images/details_view.png" width="900px"/></p>
+
+<p>Figure 6 : Details view </p>
+
+<h3><a name="Properties" id="Properties">Properties Panel</a></h3>
+
+<p>This panel displays the properties of the currently selected resource
+or collection. New properties can be added, while existing properties can
+be edited or deleted.</p>
+
+<p><img src="images/properties.png" width="492px"/></p>
+
+<p>Figure 7 : The properties panel </p>
+
+<h3><a name="Content" id="Content">Content Panel</a></h3>
+
+<p>If the currently selected entity is a collection, the Content Panel
+shows the child entries under that collection. It provides details of each
+entry. An entry can be either another collection or a resource. </p>
+<ul>
+  <li>Name - Click to access the content of this entry </li>
+  <li>Created Date </li>
+  <li>Author </li>
+  <li>Ratings</li>
+  <li>The link to the Atom feed </li>
+</ul>
+
+<p><img src="images/entries.png" width="492px"/></p>
+
+<p>Figure 8 : View of Directory Entries </p>
+
+<p>If the currently selected entity is a resource, the Content panel
+provides a user interface through which you can display, edit upload, and
+download the content.</p>
+<p><img src="images/content.png" width="492px"/></p>
+<p>Figure 9 : View of the Content </p>
+<p></p>
+<a name="addResource"></a>
+<h2>Add Resources</h2>
+<p>When adding a resource users can select an upload method.An external entity can be uploaded by selecting <strong>upload
+content from file</strong> or <strong>import content from URL</strong>. By selecting the <strong>Create Text content</strong>
+a text resource can be created with defining the content as well. When the resource is being uploaded the name field will
+get populated by the resource name. The media type would also get added if the resource contains an identifiable media type
+or else the user has to manually enter. </p>
+
+<p><img src="images/addResource.png" width="600px"/></p>
+<p>Figure 10 : Add Resource </p>
+<p></p>
+<a name="addCollections"></a>
+<h2>Add Collections</h2>
+<p>Add collection is used to add a new collection. User can give a prefered name and a media type for the new collection. </p>
+
+<p><img src="images/addCollection.png" width="600px"/></p>
+<p>Figure 11 : Add Collection </p>
+<p></p>
+<a name="symbolicRemoteLinks"></a>
+<h2>Symbolic Links and Remote Links</h2>
+
+<p>Symbolic links and Remote links can be created in a similar way to adding a normal resource.
+Add resource drop down list contains options to add symbolic and remote links.</p>
+
+<p><img src="images/add_symlink.png" width="492px"/></p>
+<p>Figure 12 : Add Symbolic Link </p>
+
+<p>When adding a symbolic link, you have to provide a name for the link and the path of an existing
+resource or collection which is being linked. It creates a link to the particular resource.
+The created symbolic link is shown by an icon with an arrow in the entries panel.</p>
+
+<p><img src="images/symlink.png" width="492px"/></p>
+<p>Figure 13 : Symbolic Link</p>
+
+<p>Adding a Remote link is much similar to adding a symbolic link. You can mount a collection in a
+remotely deployed registry instance to your registry instance by adding a remote link. You can
+provide a name for the remote link in the name field, and choose the instance to which you are going
+to mount (Please refer the registry user guide to see how to configure the remote instances in
+registry.xml). You can give the path of the remote collection which you need to mount for the path
+field, or else the root collection will be mounted. </p>
+
+<p><img src="images/add_remotelink.png" width="492px"/></p>
+<p>Figure 14 : Add Remote Link</p>
+
+<p>After mounting the remote collection you can access and work on that collection from your local
+instance.</p>
+<p></p>
+<a name="mediaTypes"></a>
+<h2>Media Types</h2>
+
+<p>
+Each collection or resource that you create and store on the repository has an associated media
+type. However, you also have the option to leave this unspecified enforcing the default media type.
+There are two main ways in which you can configure media types for resources.
+</p>
+
+<p>
+The first method is by means of a one-time configuration which can be done by modifying the
+<strong>mime.types</strong> file found in the server configuration directory. This can be done just
+once before the initial start-up of the server.
+</p>
+
+<p>
+The second method is to configure the media types via the server administration console. For
+collections the first method does not apply, and the only available mechanism is to configure the
+media types via the server administration console.
+</p>
+
+<p>
+Initially the system will contain the media types defined in the <strong>mime.types</strong> file
+will be available for resources and a set of default media types will be available for collections.
+</p>
+
+<p>
+Managing media types for resources can be done via the server administration console, by editing the
+properties of the <strong>/_system/config/repository/components/org.wso2.carbon.governance/media-types/index</strong> collection.
+This collection contains two resources, <strong>collection</strong> and <strong>custom.ui</strong>. To manage media types of
+collections and custom user interfaces, you need to edit the properties of these two resources.
+</p>
+
+<p><img src="images/edit_mime_types.png" width="492px"/></p>
+<p>Figure 15 : Editing Media Types</p>
+<p></p>
+<a name="optionalPortlets"></a>
+<h2>Optional Portlets</h2>
+
+<ul>
+    <li><a href="#tagSearch">Tag Search</a></li>
+    <li><a href="#dependencies">Dependencies</a></li>
+    <li><a href="#associations">Associations</a></li>
+    <li><a href="#lifeCycles">Life Cycles</a></li>
+    <li><a href="#addSubscriptions">Adding Subscriptions</a></li>
+    <li><a href="#cmntRatTag">Comments,Ratings and Tags</a></li>
+</ul>
+
+<a name="tagSearch"></a>
+<h3>Tag Search</h3>
+
+<p>The <strong>Search</strong> portlet allows the user to search resources by tags assigned to it.</p>
+
+<p><img src="images/tagSearch.png" width="340px" /></p>
+<p>Figure 16: Search</p>
+
+<a name="dependencies"></a>
+<h3>Dependencies</h3>
+
+<p>The <strong>Dependencies</strong> portlet allows the user to add any resource as a dependency to the selected resource.
+ A dependency is also an association with the type <strong>depends</strong>. All the added dependencies will be shown on a
+table in the same portlet.</p>
+
+<p><img src="images/dependency.png" width="340px" /></p>
+<p>Figure 17: Add Dependencies</p>
+
+<a name="associations"></a>
+<h3>Associations</h3>
+
+<p>The <strong>Associations</strong> portlet allows the user to assign any resource as an association to the selected resource.
+The users are able to specify the type of the association and all the added association will be shown on a table in the
+same portlet.</p>
+
+<p><img src="images/associations.png" width="340px" /></p>
+<p>Figure 18: Add Associations</p>
+
+<a name="lifeCycles"></a>
+<h3>Life Cycles</h3>
+
+<p>The <strong>Life Cycle</strong> portlet allows the user to associate a life cycle aspect to a selected resource. The
+user will be prompted with all the available life cycles in a drop down list. When a life cycle is assigned, in the portlet
+it will display the life cycle name,the current state and the check list items of the current state if any. </p>
+
+<p><img src="images/lifeCycles.png" width="340px" /></p>
+<p>Figure 19: Add Life Cycles</p>
+
+<a name="addSubscriptions"></a>
+<h3>Adding Subscriptions</h3>
+
+<p>The <strong>Subscriptions</strong> portlet allows you to add subscriptions to resources and
+collections. Clicking <strong>Add Subscription</strong> brings up a form which allows users to
+create new subscriptions. If you already have any subscriptions, they will be listed in a table
+displayed within this portlet.</p>
+
+<p><img src="images/add_subscription.png" width="340px" /></p>
+
+<p>Figure 20: Add Subscriptions to a Resource</p>
+
+<p></p>
+<h3>Hierarchical Subscriptions</h3>
+
+<p>For Collections there is an additional facility of creating Hierarchical Subscriptions if needed. By default when a user
+adds a subscription to a Collection it will only get added to that collection. Similarly the user can add a subscription
+to that collection and its immediate child resources by selecting the option <strong>Collection and Children only</strong>
+or to that collection and all of its child resources by selecting the option <strong>Collection,Children and Grand Children</strong>.</p>
+
+<p><img src="images/HierSubscriptions.png" width="340px" /></p>
+
+<p>Figure 21: Add Subscriptions to a Collection</p>
+
+
+<p>Once a subscription has been added, you are also allowed to delete
+subscriptions (or unsubscribe), by clicking on the relevant <strong>Delete</strong> link.</p>
+
+<p><img src="images/manage_notifications.png" width="340px" /></p>
+
+<p>Figure 22: Manage Notifications</p>
+
+<p>Adding a subscription involves selecting the event type and the notification method. The event
+types supported by default are as follows:</p>
+
+<ul>
+  <li>Check LC Item   - Represents an event that fires when a item is checked in a lifecycle
+  check-list.</li>
+  <li>Uncheck LC Item - Represents an event that fires when a item is unchecked in a lifecycle
+  check-list.</li>
+  <li>Create Child    - Represents an event of creating a resource (or collection) within an
+  existing collection.</li>
+  <li>Delete Child    - Represents an event of deleting a resource (or collection) within an
+  existing collection.</li>
+  <li>Delete          - Represents an event of deleting a resource (or collection).</li>
+  <li>Create LC       - Represents an event of creating a lifecycle.</li>
+  <li>Delete LC       - Represents an event of deleting a lifecycle.</li>
+  <li>Change LC State - Represents an event of changing a lifecycle state.</li>
+  <li>Update          - Represents an event of updating a resource or collection.</li>
+</ul>
+
+<p>Please note that some of these events may not be available for certain types resources and
+collections. We support a variety of notification methods as well.</p>
+
+<ul>
+  <li>E-mail          - Any valid e-mail address.</li>
+  <li>HTML/Plain-Text - An endpoint accepting HTML or text content.</li>
+  <li>SOAP            - An endpoint accepting notifications as a SOAP message.</li>
+  <li>User Profile    - A valid user's profile. Notifications will be sent to the e-mail address
+  specified on the user's default profile.</li>
+  <li>Group Profile   - A valid role. Notifications will be sent to all the users in the
+  specified role.</li>
+  <li>Management Console       - A valid role. Notifications will be sent to work-list for role.</li>
+  <li>JMX             - Notifications will be sent via JMX.</li>
+</ul>
+
+<p>Based on the notification method you select, you may be required to provide additional
+information, such as the e-mail address to use of the name of the user of whom the profile will be
+used. Having done this step, you will have to click on the <strong>Subscribe</strong> button to add
+a subscription (see Figure above).</p>
+<p></p>
+<a name="cmntRatTag"></a>
+<h3>Comments,Ratings and Tags</h3>
+
+<p> <strong>Comments,Ratings and Tags</strong> portlets allows the user to add comments, give ratings and add search tags
+for resources respectively.</p>
+
+<p><img src="images/comments.png" width="340px" /></p>
+<p>Figure 23: Add Comments</p>
+
+<p><img src="images/rating.png" width="340px" /></p>
+<p>Figure 24: Add Ratings</p>
+
+<p><img src="images/tags.png" width="340px" /></p>
+<p>Figure 25: Add Tags</p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/ajax-loader.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/ajax-loader.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/ajax-loader.gif
new file mode 100644
index 0000000..f2a1bc0
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/ajax-loader.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/arrow-up.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/arrow-up.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/arrow-up.gif
new file mode 100644
index 0000000..ef55902
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/arrow-up.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/back.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/back.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/back.gif
new file mode 100644
index 0000000..7899dec
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/back.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/button-back.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/button-back.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/button-back.gif
new file mode 100644
index 0000000..9fba4bd
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/button-back.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/cancel-save-button.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/cancel-save-button.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/cancel-save-button.gif
new file mode 100644
index 0000000..cebc109
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/cancel-save-button.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/col_header.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/col_header.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/col_header.gif
new file mode 100644
index 0000000..4e4d5a3
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/col_header.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/collection-extn-mounted.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/collection-extn-mounted.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/collection-extn-mounted.gif
new file mode 100644
index 0000000..dafc3d0
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/collection-extn-mounted.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/config.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/config.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/config.gif
new file mode 100644
index 0000000..c493a12
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/config.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/editshred.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/editshred.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/editshred.png
new file mode 100644
index 0000000..8d65bf9
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/editshred.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/goto_url.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/goto_url.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/goto_url.gif
new file mode 100644
index 0000000..923d6a9
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/goto_url.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/help-small.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/help-small.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/help-small.jpg
new file mode 100644
index 0000000..dfdfe4d
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/help-small.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-add-folder.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-add-folder.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-add-folder.gif
new file mode 100644
index 0000000..b5b64e9
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-add-folder.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-add-resource.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-add-resource.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-add-resource.gif
new file mode 100644
index 0000000..de45602
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-add-resource.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg
new file mode 100644
index 0000000..0909f8f
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-details.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-details.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-details.jpg
new file mode 100644
index 0000000..ce96b73
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-details.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-download.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-download.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-download.jpg
new file mode 100644
index 0000000..f6d12d9
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-download.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-expanded.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-expanded.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-expanded.gif
new file mode 100644
index 0000000..e9b6739
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-expanded.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-feed-small.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-feed-small.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-feed-small.gif
new file mode 100644
index 0000000..3260941
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-feed-small.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-folder-small.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-folder-small.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-folder-small.gif
new file mode 100644
index 0000000..be6b59c
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-folder-small.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-minimized.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-minimized.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-minimized.gif
new file mode 100644
index 0000000..cd9a7a5
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-minimized.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-restore.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-restore.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-restore.gif
new file mode 100644
index 0000000..dafc8b3
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-restore.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-search.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-search.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-search.gif
new file mode 100644
index 0000000..d55989d
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-search.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.gif
new file mode 100644
index 0000000..b86cc18
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.jpg
new file mode 100644
index 0000000..0853c75
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg
new file mode 100644
index 0000000..2d25fd2
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-vlidate.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-vlidate.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-vlidate.jpg
new file mode 100644
index 0000000..44c3b1a
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/icon-vlidate.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/point-right.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/point-right.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/point-right.gif
new file mode 100644
index 0000000..7f626b0
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/point-right.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/popback.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/popback.png b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/popback.png
new file mode 100644
index 0000000..ff4b4e8
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/popback.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/portlet_header.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/portlet_header.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/portlet_header.gif
new file mode 100644
index 0000000..7bab673
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/portlet_header.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/promotionBackground.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/promotionBackground.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/promotionBackground.jpg
new file mode 100644
index 0000000..4aacf70
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/promotionBackground.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r01.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r01.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r01.gif
new file mode 100644
index 0000000..9c7b922
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r01.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r04.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r04.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r04.gif
new file mode 100644
index 0000000..02d1276
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r04.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r4x.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r4x.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r4x.gif
new file mode 100644
index 0000000..02d1276
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/r4x.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/resource-extn-mounted.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/resource-extn-mounted.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/resource-extn-mounted.gif
new file mode 100644
index 0000000..eabe987
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/resource-extn-mounted.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/resource.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/resource.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/resource.gif
new file mode 100644
index 0000000..bd4f965
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/resource.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/save-button.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/save-button.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/save-button.gif
new file mode 100644
index 0000000..a90f593
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/save-button.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/sidemenu_header.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/sidemenu_header.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/sidemenu_header.gif
new file mode 100644
index 0000000..92283f0
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/sidemenu_header.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/spacer.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/spacer.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/spacer.gif
new file mode 100644
index 0000000..18c5200
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/spacer.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/spacer.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/spacer.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/spacer.jpg
new file mode 100644
index 0000000..4c8e81a
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/spacer.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/submain-title-back.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/submain-title-back.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/submain-title-back.jpg
new file mode 100644
index 0000000..3b9a759
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/submain-title-back.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/table_header.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/table_header.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/table_header.gif
new file mode 100644
index 0000000..5a5c8a4
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/table_header.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/titleBack.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/titleBack.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/titleBack.jpg
new file mode 100644
index 0000000..afcab43
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/titleBack.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/to-root.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/to-root.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/to-root.gif
new file mode 100644
index 0000000..ca5ae02
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/resources/images/to-root.gif differ