You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by bu...@apache.org on 2012/11/15 15:00:01 UTC

svn commit: r838436 [10/10] - in /websites/staging/mina/trunk/content: ./ asyncweb-project/ ftpserver-project/ mina-project/ mina-project/userguide/ mina-project/userguide/ch1-getting-started/ mina-project/userguide/ch10-executor-filter/ mina-project/u...

Modified: websites/staging/mina/trunk/content/vysper-project/server_to_server_comm.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/server_to_server_comm.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/server_to_server_comm.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Server-to-server &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
+          
+            <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
+</div>
+
+<!-- navigation --> 
                               
           
           
           
           
           
-            <div id="navigation">
-
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
-</div>
-
-<!-- navigation -->
-          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="server-to-server">Server-to-server</h1>
 <p><DIV class="info" markdown="1">
     Available since version 0.7.
@@ -149,8 +139,6 @@
 <div class="codehilite"><pre><span class="n">server</span><span class="o">.</span><span class="na">setTLSCertificateInfo</span><span class="o">(</span><span class="k">new</span> <span class="n">File</span><span class="o">(</span><span class="s">&quot;keystore.jks&quot;</span><span class="o">),</span> <span class="s">&quot;sekrit&quot;</span><span class="o">);</span>
 </pre></div>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/service_discovery.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/service_discovery.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/service_discovery.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Service Discovery &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
+          
+            <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
+</div>
+
+<!-- navigation --> 
                               
           
           
           
           
           
-            <div id="navigation">
-
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
-</div>
-
-<!-- navigation -->
-          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="using-service-discovery">Using Service Discovery</h1>
 <h2 id="disco-quick-start">Disco quick start</h2>
 <p>Service Discovery (or 'disco') is a XMPP extensions specified at (Service Discovery, XEP-0030).</p>
@@ -147,8 +137,6 @@ On every disco request occuring on serve
 <p>They work similar, with similar listeners and callback.
 TODO: elaborate!</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/socks5.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/socks5.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/socks5.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper SOCKS5 bytestream module &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
+          
+            <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
+</div>
+
+<!-- navigation --> 
                               
           
           
           
           
           
-            <div id="navigation">
-
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
-</div>
-
-<!-- navigation -->
-          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="socks5-bytestream-module">SOCKS5 bytestream module</h1>
 <p><DIV class="info" markdown="1">
     Available since version 0.7.
@@ -147,8 +137,6 @@
 <h2 id="limitations">Limitations</h2>
 <p>The module currently only supports unauthenticated SOCKS5 connections (support for username/password connections is tracked in <a href="https://issues.apache.org/jira/browse/VYSPER-280">VYSPER-280</a>).</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/sources.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/sources.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/sources.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Sources &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
+          
+            <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
+</div>
+
+<!-- navigation --> 
                               
           
           
           
           
           
-            <div id="navigation">
-
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
-</div>
-
-<!-- navigation -->
-          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="getting-the-source">Getting the source</h1>
 <p>This project uses Subversion to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>. If you are on Windows, the excellent <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> client is highly recommended.</p>
 <h2 id="web-access">Web Access</h2>
@@ -171,8 +161,6 @@ To install all of Vysper (core, modules 
 <p>Unpackaging a bin-package reveals a bin/ directory, containing run-scripts for Windows and Unix/MacOS.
 Executing this script will boot a working Vysper XMPP server.</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/standards_supported.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/standards_supported.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/standards_supported.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Standards Supported &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
+          
+            <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
+</div>
+
+<!-- navigation --> 
                               
           
           
           
           
           
-            <div id="navigation">
-
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
-</div>
-
-<!-- navigation -->
-          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="standards-supported">Standards Supported</h1>
 <table>
 <thead>
@@ -236,8 +226,6 @@
 </tbody>
 </table>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/stanza_processing_layer.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/stanza_processing_layer.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/stanza_processing_layer.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Stanza Processing &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
+          
+            <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
+</div>
+
+<!-- navigation --> 
                               
           
           
           
           
           
-            <div id="navigation">
-
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
-</div>
-
-<!-- navigation -->
-          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="stanza-processing">Stanza Processing</h1>
 <p>Commands in the XMPP world are called Stanzas.</p>
 <p>At the transport layer, when going over the net between client and server, they have a textual representation in XML.</p>
@@ -122,8 +112,6 @@ A Session has a state which indicates ho
 <p>In the next step, the protocol worker searches for the right Stanza Handler. This often requires inspecting the Stanza,
 The handler incorporates the actual command execution logic.</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/test_client.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/test_client.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/test_client.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Using the test client &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
-                              
-          
-          
-          
-          
           
             <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
 
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
 </div>
 
-<!-- navigation -->
+<!-- navigation --> 
+                              
+          
+          
+          
+          
           
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="using-the-test-client">Using the test client</h1>
 <p>The test clients builds on the XMPP client library Smack.
 It takes two parameters:</p>
@@ -127,8 +117,6 @@ This relates to the default users corren
 <div class="codehilite"><pre><span class="n">java</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">vysper</span><span class="o">.</span><span class="n">smack</span><span class="o">.</span><span class="n">BasicClient</span> <span class="n">user1</span> <span class="n">user2</span>
 </pre></div>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/user_guide.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/user_guide.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/user_guide.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper User Guide &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
-                              
-          
-          
-          
-          
           
             <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
 
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
 </div>
 
-<!-- navigation -->
+<!-- navigation --> 
+                              
+          
+          
+          
+          
           
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="user-guide">User Guide</h1>
 <ul>
 <li><a href="dependencies.html">Dependencies</a></li>
@@ -125,8 +115,6 @@
 <li><a href="xml_processing.html">XML Processing</a></li>
 </ul>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/user_mgmt.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/user_mgmt.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/user_mgmt.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper User Management &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
-                              
-          
-          
-          
-          
           
             <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
 
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
 </div>
 
-<!-- navigation -->
+<!-- navigation --> 
+                              
+          
+          
+          
+          
           
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="user-management">User Management</h1>
 <p>Apache Vysper comes with very basic user management support out of the box. But, frequently you would rather want to integrate Vysper with your already existing authentication solution. To enable this, Vysper comes with a simple API to implement your own authentication and user management.</p>
 <h2 id="authentication">Authentication</h2>
@@ -175,8 +165,6 @@
 </ul>
 <p>If you need to make use of any of these modules, provide an AccountManagement implementation in OpenStorageProviderRegistry as in the example above.</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/websocket_endpoint.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/websocket_endpoint.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/websocket_endpoint.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Websocket endpoint &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
+          
+            <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
+</div>
+
+<!-- navigation --> 
                               
           
           
           
           
           
-            <div id="navigation">
-
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
-</div>
-
-<!-- navigation -->
-          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="websocket-endpoint">Websocket endpoint</h1>
 <p><DIV class="info" markdown="1">
     Available since version 0.7.
@@ -164,8 +154,6 @@
 
 <p>Also, when using the servlet, the main Vysper XMPP server needs to be started by some other mean, typically via a context listener. The ServerRuntimeContext of the Vysper server needs to be made available within the servlet context under the key “org.apache.vysper.xmpp.server.ServerRuntimeContext”. There’s an example application included in the Vysper distribution which does this. The source code is available here: <a href="http://svn.apache.org/repos/asf/mina/vysper/trunk/examples/embedded-war/">http://svn.apache.org/repos/asf/mina/vysper/trunk/examples/embedded-war/</a></p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/xml_processing.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/xml_processing.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/xml_processing.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper XM Processing &mdash; Apache MINA</title>
 	
 		<link href="./../css/common.css" rel="stylesheet" type="text/css">
-		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+		<link href="./../css/vysper.css" rel="stylesheet" type="text/css">
 	
 </head>
   <body>
@@ -29,7 +29,7 @@
         <div id="subProjectsNavBar">
           <a href="./../">
             
-              <strong>Apache MINA Project</strong>
+              Apache MINA Project
             
           </a>
           &nbsp;|&nbsp;
@@ -59,60 +59,50 @@
           &nbsp;|&nbsp;
           <a href="./../vysper-project/index.html">
             
-              Vysper
+              <strong>Vysper</strong>
             
           </a>
         </div><!-- subProjectsNavBar -->
       </div><!-- header -->
       <div id="content">
         <div id="leftColumn">
+          
+            <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../vysper/index.html">Home</a> </li>
+    <li><a href="./../vysper/documentation.html">Documentation</a></li>
+    <li><a href="./../vysper/downloads.html">Downloads</a></li>
+    <li><a href="./../vysper/sources.html">Source</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../vysper/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../vysper/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../vysper/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="http://www.apache.org/foundation/contributing.html">Contributing</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+<h5>Sponsorship</h5>
+<ul>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/">apache.org</a></li>
+</div>
+
+<!-- navigation --> 
                               
           
           
           
           
           
-            <div id="navigation">
-
-    <h5>Latest Downloads</h5>
-    <ul>
-        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
-        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
-    </ul>
-    <h5>Projects</h5>
-    <ul>
-        <li><a href="./../mina-project/index.html">MINA</a></li>
-        <li><a href="./../asyncweb-project/index.html">AsyncWeb</a></li>
-        <li><a href="./../ftpserver-project/index.html">FtpServer</a></li>
-        <li><a href="./../sshd-project/index.html">SSHD</a></li>
-        <li><a href="./../vysper-project/index.html">Vysper</a></li>
-    </ul>
-
-    <h5>Community</h5>
-    <ul>
-      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
-      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
-      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
-      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
-      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
-      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
-      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
-    </ul>
-
-    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
-
-</div>
-
-<!-- navigation -->
-          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="xml-processing">XML Processing</h1>
 <p>XML data is the payload of the XMPP protocol. More precisely, XMPP only works on a subset of XML. See RFC3920 for details.</p>
 <p>The core handler and protocol code does not deal with xml strings directly. They only deal with java objects representing well-formed XMPP commands, called stanzas.</p>
@@ -122,8 +112,6 @@ A stanza can go over multiple lines so t
 <p>What we do is every time new characters arrive in the character stream, we cut what we got into two kinds of fragments, those starting with &lt; and ending with &gt;, and those containing all the characters in between &gt; and &lt;. These fragments are analyzed if they could result in balanced xml. If not, we wait for more data to come.</p>
 <p>At the next stage, fragments are more extensively parsed and if everything works out fine, a Stanza java object is constructed from it and forwarded to the <a href="stanza_processing_layer.html">stanza processing layer</a>.</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->