Author: ruwan Date: Mon Jul 6 14:27:19 2009 New Revision: 40888 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40888
Log: Fixing the docs index Modified: trunk/esb/java/docs/site.xml trunk/esb/java/docs/xdoc/docs_index.xml Modified: trunk/esb/java/docs/site.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/site.xml?rev=40888&r1=40887&r2=40888&view=diff ============================================================================== --- trunk/esb/java/docs/site.xml (original) +++ trunk/esb/java/docs/site.xml Mon Jul 6 14:27:19 2009 @@ -63,13 +63,14 @@ href="http://wso2.org/downloads/esb/"/> </menu> <menu name="Documentation"> - <item name="User Guide" href="user_guide.html"/> <item name="Installation Guide" href="installation_guide.html"/> - <item name="Quick Start" href="quickstart_guide.html"/> + <item name="Quick Start Guide" href="quickstart_guide.html"/> + <item name="User Guide" href="user_guide.html"/> <item name="Administrator Guide" href="admin_guide.html"/> <item name="Deployment Guide" href="deployment_guide.html"/> <item name="Extending ESB" href="extensions_guide.html"/> <item name="Configuration" href="configuration_language.html"/> + <item name="Secure Vault" href="securing_secret_information.html"/> </menu> <menu name="Samples"> <item name="Samples Index" href="samples_index.html"/> @@ -86,9 +87,9 @@ <item name="Rules" href="samples/rule_samples.html"/> </menu> <menu name="Catalogs"> - <item name="Transports" href="transports/transports-catalog.html"/> <item name="Mediators" href="mediator_guide.html"/> <item name="Endpoints" href="endpoint_guide.html"/> + <item name="Transports" href="transports/transports-catalog.html"/> </menu> <menu name="Resources"> <item name="FAQ's" href="faq.html"/> Modified: trunk/esb/java/docs/xdoc/docs_index.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/docs_index.xml?rev=40888&r1=40887&r2=40888&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/docs_index.xml (original) +++ trunk/esb/java/docs/xdoc/docs_index.xml Mon Jul 6 14:27:19 2009 @@ -16,7 +16,7 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> @@ -37,23 +37,35 @@ Getting Started </h2> <p> + <a href="installation_guide.html">Installation Guide</a> : Gives + basic steps on how to download, install, and run WSO2 ESB using the binary + distribution, and how to build WSO2 ESB using the source distribution. + </p> + <p> <a href="quickstart_guide.html">Quick Start Guide</a> : Demonstrates two sample applications covering the basic and the most common usage scenarios of the WSO2 ESB - Message mediation and Service mediation. </p> <p> - <a href="installation_guide.html">Installation Guide</a> : Gives - basic steps on how to download, install, and run WSO2 ESB using the binary - distribution, and how to build WSO2 ESB using the source distribution. - </p> - <p> <a href="user_guide.html">User Guide</a> : A manual on how to run and configure the WSO2 ESB through the management console. Descriptions include how to manage the underlying Synapse configuration elements and the integrated registry, and how to interpret statistics generated by the system. </p> + <p> + <a href="admin_guide.html">Administrator Guide</a> : A + manual on how to administrate and configure the WSO2 ESB through the management + console. Descriptions on advanced configurations like Remote/Embedded Registry + configuration, adding external libraries, Key store & User management. Briefly + describes the performance tunning the ESB as well. + </p> + <p> + <a href="deployment_guide.html">Deployment Guide</a> : A + manual on how to deploy the WSO2 ESB on different Application Servers, including the + configuration that are required to setup the ESB on those Application Servers. + </p> <h2> Samples </h2> @@ -86,12 +98,42 @@ reference, as the WSO2 ESB management console allows users to configure the underlying engine graphically, through the management console </p> + <p> + <a href="securing_secret_information.html">Secure Vault</a> : Describes how you can + keep the secret information securely within the WSO2 ESB. You can secure any secret + including the passwords, keys or pass phrases. + </p> + <h2>Catalogs</h2> + <p> + <a href="mediator_guide.html">Mediator Catalog</a> : Comprehensive catalog of all the + available default mediators in the WSO2 ESB 2.1.0. + </p> + <p> + <a href="endpoint_guide.html">Endpoint Catalog</a> : Comprehensive catalog of all the + available default endpoints in the WSO2 ESB 2.1.0. + </p> + <p> + <a href="transports/transports-catalog.html">Transport Catalog</a> : Comprehensive catalog of + all the available default transports in the WSO2 ESB 2.1.0. + </p> <h2> Other Resources </h2> - <p/> <p> - <a href="http://wso2.org/taxonomy/term/257/all">The WSO2 Oxygen Tank + <a href="faq.html">Frequently Asked Questions</a> : Contains a set of FAQ's on WSO2 ESB, and + the related Axis2, Synapse components. + </p> + <p> + <a href="http://wso2.org/projects/esb/java/features">WSO2 ESB Features</a> : Gives a high + level overview of the features pf the WSO2 ESB. + </p> + <p> + <a href="http://ws.apache.org/synapse/apidocs/index.html">Java Docs</a> : Application + Programing Interface of the Apache Synapse version used underneath the WSO2 ESB. If you want + to write advanced custom mediators, you will need this API. + </p> + <p> + <a href="http://wso2.org/library/esb">The WSO2 Oxygen Tank Library</a> : The Library contains articles, tutorials, presentations, and other knowledge base items published on The Oxygen Tank. _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
