Author: ruwan Date: Tue Jul 7 10:01:09 2009 New Revision: 40969 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40969
Log: Formating improvements to the ESB documentation Modified: branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml branches/esb/java/2.1/product/docs/xdoc/deployment_guide.xml branches/esb/java/2.1/product/docs/xdoc/endpoint_guide.xml branches/esb/java/2.1/product/docs/xdoc/extensions_guide.xml branches/esb/java/2.1/product/docs/xdoc/faq.xml branches/esb/java/2.1/product/docs/xdoc/index.xml branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml branches/esb/java/2.1/product/docs/xdoc/mediator_guide.xml branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml branches/esb/java/2.1/product/docs/xdoc/release-notes.xml branches/esb/java/2.1/product/docs/xdoc/samples_index.xml branches/esb/java/2.1/product/docs/xdoc/samples_setup_guide.xml branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml branches/esb/java/2.1/product/docs/xdoc/source-repository.xml branches/esb/java/2.1/product/docs/xdoc/user_guide.xml Modified: branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml Tue Jul 7 10:01:09 2009 @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <html> <head> - <title>WSO2 ESB - System Administration Guide</title> + <title> + WSO2 ESB - System Administration Guide + </title> </head> <body> - + [ <a href="docs_index.html"> Documentation Index </a> ] <h1> - WSO2 ESB - System Administration Guide + WSO2 Enterprise Service Bus (ESB) System Administration Guide </h1> <p>This is 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> -<h2> - Contents -</h2> +<h2>Contents</h2> <p> <ul> <li><a href="#Intro">Introduction</a></li> Modified: branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml Tue Jul 7 10:01:09 2009 @@ -23,7 +23,9 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=iso-8859-1" http-equiv="content-type" /> - <title>Synapse Configuration Language </title> + <title> + WSO2 ESB - Configuration Language + </title> <link href="css/esb-docs.css" rel="stylesheet" /> <style type="text/css"> .command { @@ -142,13 +144,14 @@ </head> <body> + [ <a href="docs_index.html"> Documentation Index </a> ] <div style="margin-top:-40px; float:right; _margin-top:0px;"> <img alt="Synapse logo" src="images/synapse-logo-web2.png" width="197" height="82" /> </div> <div> -<h1>Apache Synapse ESB - Configuration </h1> +<h1>WSO2 Enterprise Service Bus (ESB) Configuration </h1> </div> <h3>Overview </h3> Modified: branches/esb/java/2.1/product/docs/xdoc/deployment_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/deployment_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/deployment_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/deployment_guide.xml Tue Jul 7 10:01:09 2009 @@ -30,6 +30,7 @@ <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/> </head> <body xml:lang="en"> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1> WSO2 Enterprise Service Bus (ESB) Deployment Guide </h1> Modified: branches/esb/java/2.1/product/docs/xdoc/endpoint_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/endpoint_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/endpoint_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/endpoint_guide.xml Tue Jul 7 10:01:09 2009 @@ -23,7 +23,9 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <title>WSO2 ESB - Endpoint Catalog </title> + <title> + WSO2 ESB - Endpoint Catalog + </title> <link href="css/esb-docs.css" rel="stylesheet" /> <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all" /> @@ -31,6 +33,7 @@ <body xml:lang="en"> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1>WSO2 Enterprise Service Bus (ESB) Endpoint Catalog</h1> <p>The endpoints catalog wlks you through the endpoints which are there inside the WSO2 ESB. This will cover the very basics of the endpoints and dive deeper in to the configurtion details and Modified: branches/esb/java/2.1/product/docs/xdoc/extensions_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/extensions_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/extensions_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/extensions_guide.xml Tue Jul 7 10:01:09 2009 @@ -25,15 +25,16 @@ <head> <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/> <title> - WSO2 ESB - Extending Synapse + WSO2 ESB - Extending </title> <link href="css/esb-docs.css" rel="stylesheet"/> <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/> </head> <body> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1> - Extending Synapse + Extending WSO2 Enterprise Service Bus (ESB) </h1> <p> This document explains how to write custom mediator implementations and @@ -41,9 +42,7 @@ Synapse through WSO2 ESB. It also provides guidelines on how to configure these mediators. </p> - <h2> - Table of Contents - </h2> + <h2>Contents</h2> <div class="toc"> <ul> <li> Modified: branches/esb/java/2.1/product/docs/xdoc/faq.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/faq.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/faq.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/faq.xml Tue Jul 7 10:01:09 2009 @@ -30,10 +30,9 @@ <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/> </head> <body xml:lang="en"> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1>WSO2 Enterprise Service Bus (ESB) Frequently Asked Questions</h1> - <h2> - Table of Contents - </h2> + <h2>Contents</h2> <div class="toc"> <h3>General Technical Questions</h3> <ol> Modified: branches/esb/java/2.1/product/docs/xdoc/index.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/index.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/index.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/index.xml Tue Jul 7 10:01:09 2009 @@ -24,7 +24,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <title> - Welcome to WSO2 Enterprise Service Bus (ESB) v2.1.0 + Welcome to WSO2 ESB v2.1.0 </title> <link href="css/esb-docs.css" rel="stylesheet"/> <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/> @@ -83,7 +83,7 @@ </ol> <h2>WSO2 ESB Component Architecture</h2> - <p><img src="images/esb-architecture.png" alt="ESB Architecture"/></p> + <div style="float:left;padding-right:20px;padding-bottom:10px;padding-top:20px;"><img src="images/esb-architecture.png" alt="ESB Architecture" style="float:left;"/></div> <p>WSO2 ESB supports all the widely used transports including HTTP/s, JMS, VFS and domain specific transports like FIX, HL7 and so on.. A new transport can be added easily using Modified: branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/installation_guide.xml Tue Jul 7 10:01:09 2009 @@ -30,6 +30,7 @@ <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/> </head> <body xml:lang="en"> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1> WSO2 Enterprise Service Bus (ESB) Installation Guide </h1> @@ -51,9 +52,7 @@ source distribution. </p> - <h2> - Table of Contents - </h2> + <h2>Contents</h2> <div class="toc"> <ul> <li> Modified: branches/esb/java/2.1/product/docs/xdoc/mediator_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/mediator_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/mediator_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/mediator_guide.xml Tue Jul 7 10:01:09 2009 @@ -23,13 +23,16 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <title>WSO2 ESB - Mediator Catalog </title> + <title> + WSO2 ESB - Mediator Catalog + </title> <link href="css/esb-docs.css" rel="stylesheet" /> <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all" /> </head> <body xml:lang="en"> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1>WSO2 Enterprise Service Bus (ESB) Mediator Catalog</h1> <p>Mediators are the basic component of a mediation framework and the WSO2 ESB has a comprehensive set of mediators. This guide will walk you through the genral concept of Modified: branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml Tue Jul 7 10:01:09 2009 @@ -31,6 +31,7 @@ <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/> </head> <body> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1> WSO2 Enterprise Service Bus (ESB) Quick Start Guide </h1> @@ -42,9 +43,7 @@ configurations using the ESB management console, which is an Ajax-based Web console for configuring and monitoring your ESB. </p> - <h2> - Table of Contents - </h2> + <h2>Contents</h2> <div class="toc"> <ul> <li> Modified: branches/esb/java/2.1/product/docs/xdoc/release-notes.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/release-notes.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/release-notes.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/release-notes.xml Tue Jul 7 10:01:09 2009 @@ -30,7 +30,7 @@ </div> <div id="main-content"> -<h1>The WSO2 ESB 2.1.0 Released!</h1> +<h1>The WSO2 Enterprise Service Bus (ESB) 2.1.0 Released!</h1> <p>The WSO2 ESB team is pleased to announce the release of version 2.1.0 of the Open Source Enterprise Service Bus (ESB).</p> Modified: branches/esb/java/2.1/product/docs/xdoc/samples_index.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/samples_index.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/samples_index.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/samples_index.xml Tue Jul 7 10:01:09 2009 @@ -23,10 +23,13 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <title>WSO2 ESB - Samples Guide Index</title> + <title> + WSO2 ESB - Samples Guide Index + </title> </head> <body> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1>Running the WSO2 Enterprise Service Bus (ESB) Samples </h1> <p>While the <a href="samples_setup_guide.html">Samples Setup Guide</a> Modified: branches/esb/java/2.1/product/docs/xdoc/samples_setup_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/samples_setup_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/samples_setup_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/samples_setup_guide.xml Tue Jul 7 10:01:09 2009 @@ -23,10 +23,13 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>WSO2 ESB - Samples Setup Guide </title> + <title> + WSO2 ESB - Samples Setup Guide + </title> </head> <body> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1>WSO2 Enterprise Service Bus (ESB) Samples Setup Guide </h1> <h1>Overview </h1> Modified: branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml Tue Jul 7 10:01:09 2009 @@ -23,13 +23,16 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <title>Securing Confidential Information </title> + <title> + WSO2 ESB - Securing Confidential Information + </title> <link href="css/esb-docs.css" rel="stylesheet" /> <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all" /> </head> <body> -<h1>Securing Confidential Information</h1> + [ <a href="docs_index.html"> Documentation Index </a> ] +<h1>WSO2 Enterprise Service Bus (ESB), Securing Confidential Information</h1> <p> This guide describes how confidential information can be handled in a Modified: branches/esb/java/2.1/product/docs/xdoc/source-repository.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/source-repository.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/source-repository.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/source-repository.xml Tue Jul 7 10:01:09 2009 @@ -28,6 +28,7 @@ </title> </head> <body> + [ <a href="docs_index.html"> Documentation Index </a> ] <h1>WSO2 Enterprise Service Bus (ESB) Source Repository</h1> WSO2 ESB is developed on top of the revolutionary WSO2 Carbon platform. You might need the source of the Carbon platform as well apart from the ESB source code. Please note that both Modified: branches/esb/java/2.1/product/docs/xdoc/user_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/user_guide.xml?rev=40969&r1=40968&r2=40969&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/user_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/user_guide.xml Tue Jul 7 10:01:09 2009 @@ -39,9 +39,7 @@ on the Mozilla Firefox 2.0, 3.0 and Internet Explorer 6.0, 7.0 Web Browsers at a resolution of 1024x768. </p> - <h2> - Table of Contents - </h2> + <h2>Contents</h2> <div class="toc"> <ul> <li> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
