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 [9/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/us...

Modified: websites/staging/mina/trunk/content/sshd-project/required_dependencies.html
==============================================================================
--- websites/staging/mina/trunk/content/sshd-project/required_dependencies.html (original)
+++ websites/staging/mina/trunk/content/sshd-project/required_dependencies.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>SSHD Required dependencies &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/sshd.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;
@@ -53,7 +53,7 @@
           &nbsp;|&nbsp;
           <a href="./../sshd-project/index.html">
             
-              SSHD
+              <strong>SSHD</strong>
             
           </a>
           &nbsp;|&nbsp;
@@ -68,51 +68,44 @@
         <div id="leftColumn">
                               
           
-          
-          
-          
-          
             <div id="navigation">
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../sshd-project/index.html">Home</a> </li>
+    <li><a href="./../sshd-project/features.html">Features</a> </li>
+    <li><a href="./../sshd-project/documentation.html">Documentation</a></li>
+    <li><a href="./../sshd-project/downloads.html">Downloads</a></li>
+    <li><a href="./../sshd-project/sources.html">Sources</a></li>
+    <li><a href="./../sshd-project/faq.html">FAQ</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../sshd-project/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../sshd-project/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../sshd-project/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="./../sshd-project/contributors.html">Contributors</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 -->
           
+          
+          
+          
+          
         </div><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="required-dependencies">Required dependencies</h1>
 <p>SSHD has 2 compile-time dependencies:</p>
 <ul>
@@ -121,8 +114,6 @@
 </ul>
 <p>To be able to run SSHD, you will also need one SLF4J Logger implementation. The simpliest one is the one using java.util.logging underneath which can be downloaded at <a href="http://repo2.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.2/slf4j-jdk14-1.5.2.jar">http://repo2.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.2/slf4j-jdk14-1.5.2.jar</a></p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/sshd-project/sources.html
==============================================================================
--- websites/staging/mina/trunk/content/sshd-project/sources.html (original)
+++ websites/staging/mina/trunk/content/sshd-project/sources.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>SSHD 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/sshd.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;
@@ -53,7 +53,7 @@
           &nbsp;|&nbsp;
           <a href="./../sshd-project/index.html">
             
-              SSHD
+              <strong>SSHD</strong>
             
           </a>
           &nbsp;|&nbsp;
@@ -68,51 +68,44 @@
         <div id="leftColumn">
                               
           
-          
-          
-          
-          
             <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>
-
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../sshd-project/index.html">Home</a> </li>
+    <li><a href="./../sshd-project/features.html">Features</a> </li>
+    <li><a href="./../sshd-project/documentation.html">Documentation</a></li>
+    <li><a href="./../sshd-project/downloads.html">Downloads</a></li>
+    <li><a href="./../sshd-project/sources.html">Sources</a></li>
+    <li><a href="./../sshd-project/faq.html">FAQ</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../sshd-project/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../sshd-project/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../sshd-project/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="./../sshd-project/contributors.html">Contributors</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><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h2 id="overview">Overview</h2>
 <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>
@@ -149,8 +142,6 @@
 <span class="na">http-proxy-port</span> <span class="o">=</span> <span class="s">3128</span>
 </pre></div>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/sshd-project/tips.html
==============================================================================
--- websites/staging/mina/trunk/content/sshd-project/tips.html (original)
+++ websites/staging/mina/trunk/content/sshd-project/tips.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>SSHD Tips &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/sshd.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;
@@ -53,7 +53,7 @@
           &nbsp;|&nbsp;
           <a href="./../sshd-project/index.html">
             
-              SSHD
+              <strong>SSHD</strong>
             
           </a>
           &nbsp;|&nbsp;
@@ -68,51 +68,44 @@
         <div id="leftColumn">
                               
           
-          
-          
-          
-          
             <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>
-
+<h5>Overview</h5>
+  <ul>
+    <li><a href="./../sshd-project/index.html">Home</a> </li>
+    <li><a href="./../sshd-project/features.html">Features</a> </li>
+    <li><a href="./../sshd-project/documentation.html">Documentation</a></li>
+    <li><a href="./../sshd-project/downloads.html">Downloads</a></li>
+    <li><a href="./../sshd-project/sources.html">Sources</a></li>
+    <li><a href="./../sshd-project/faq.html">FAQ</a></li>
+  </ul>
+<h5>Community</h5>
+<ul>
+    <li><a href="./../sshd-project/mailing_lists.html">Mailing Lists</a></li>
+    <li><a href="./../sshd-project/getting_involved.html">Getting Involved</a></li>
+    <li><a href="./../sshd-project/issue_tracking.html">Issue Tracking</a></li>
+    <li><a href="./../sshd-project/contributors.html">Contributors</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><!-- leftColumn -->
       <div id="rightColumn">
 
 
-
-
 <h1 id="how-to-execute-commands-as-processes-on-the-server-side">How to execute commands as processes on the server side?</h1>
 <p>If you want the SSH server to support direct command execution, you need to configure it with a Factory<Command> which will allow that.</p>
 <p>It can be done using the following code:</p>
@@ -128,8 +121,6 @@
 <div class="codehilite"><pre><span class="n">ssh</span> <span class="o">-</span><span class="n">p</span> <span class="mi">8202</span> <span class="n">localhost</span> <span class="n">ls</span> <span class="o">-</span><span class="n">l</span>
 </pre></div>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/dependencies.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/dependencies.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/dependencies.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Dependencies &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="dependencies">Dependencies</h1>
 <p>Vysper depends on these fine libraries and frameworks:</p>
 <p><a href="http://mina.apache.org">MINA</a> - for socket communication.</p>
@@ -123,8 +113,6 @@
 <p><a href="http://jackrabbit.apache.org/">Jackrabbit</a> - Jackrabbit is used for JCR container persistence.</p>
 <p>More detailed info about dependencies and libraries can be found <a href="http://svn.apache.org/repos/asf/labs/vysper/lib/LIBRARY_OVERVIEW.txt">here</a>.</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/documentation.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/documentation.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/documentation.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Documentation  &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">
 
 
-
-
 <h2 id="what-is-it">What is it?</h2>
 <p>Apache Vysper aims to be a full blown <a href="http://www.xmpp.org/">XMPP</a> (=eXtensible Messaging and Presence Protocol) server.
 The core of XMPP is defined in the standards <a href="http://www.ietf.org/rfc/rfc3920.txt">RFC3920</a> and <a href="http://www.ietf.org/rfc/rfc3921.txt">RFC3921</a>.</p>
@@ -137,8 +127,6 @@ A <a href="test_client.html">test client
 <li><a href="websocket_endpoint.html">Websockets endpoint</a></li>
 </ul>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/download_0.5.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/download_0.5.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/download_0.5.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Apache Vysper 0.5 Release &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="new-features-in-05">New Features in 0.5</h1>
 <p>This is the first release of Apache Vysper. The release contains partial implementations of the following specifications:</p>
 <ul>
@@ -212,8 +202,6 @@
 <div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">vysper</span><span class="sr">/tags/</span><span class="mf">0.5</span>
 </pre></div>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/download_0.6.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/download_0.6.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/download_0.6.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Apache Vysper 0.6 Release &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="new-features-in-06">New Features in 0.6</h1>
 <p>This is the second release of Apache Vysper. Updates since the last release includes a full implementation of BOSH, improvements to the MUC implementation and many smaller changes.</p>
 <p>This release contains partial implementations of the following specifications:</p>
@@ -218,8 +208,6 @@
 <div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">vysper</span><span class="sr">/tags/</span><span class="mf">0.6</span><span class="sr">&lt;/SPAN&gt;</span>
 </pre></div>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/download_0.7.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/download_0.7.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/download_0.7.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Apache Vysper 0.7 Release &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="new-features-in-07">New Features in 0.7</h1>
 <p>This release adds some major features to Apache Vysper, including support for server to server connections, Ad-hoc commands, a partial implementation of service administration and experimental websockets support. The release also contains many minor improvements and bug fixes. A <a href="standards_supported.html">list of the supported specifications</a> is available.</p>
 <h1 id="change-log">Change log</h1>
@@ -208,8 +198,6 @@
 <h2 id="svn-tag-checkout">SVN Tag Checkout</h2>
 <p>svn co http://svn.apache.org/repos/asf/mina/vysper/tags/0.7</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/downloads.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/downloads.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/downloads.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Downloads &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="latest-vysper-releases">Latest Vysper Releases</h1>
 <p>The latest release is the <a href="download_0.7.html">Apache Vysper 0.7 Release</a></p>
 <h1 id="all-releases">All Releases</h1>
@@ -124,8 +114,6 @@
 <h1 id="maven-repositories">Maven Repositories</h1>
 <p>All Apache Vysper releases are available from the Maven central repository </p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/embed.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/embed.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/embed.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Embed Vysper into another application &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="embed-into-another-application">Embed into another application</h1>
 <h2 id="about-logging">About logging</h2>
 <p>Embedding software making use of logging into another one making use of logging itself can be cumbersome.
@@ -178,8 +168,6 @@ Or, even better, create your own.</p>
 <h2 id="reference">Reference</h2>
 <p>The full and probably improved latest version of this code can be found <a href="http://svn.apache.org/repos/asf/mina/sandbox/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/ServerMain.java">here</a></p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/extending_server.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/extending_server.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/extending_server.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Extending the 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>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="how-to-extend-the-server-functionality">How to extend the server functionality</h1>
 <h2 id="xmpp-support-for-extensions">XMPP support for extensions</h2>
 <p><a href="http://www.xmpp.org/">XMPP</a> provides a bunch of already specified extensions. See <a href="http://www.xmpp.org/extensions">http://www.xmpp.org/extensions</a> for a complete list.</p>
@@ -139,8 +129,6 @@ It's easy to integrate modules with <a h
 <p>Modules are registered with the server calling ServerRuntimeContext.addModule(Module module).</p>
 <p>Using spring-config.xml, they are configured in bean 'server'. Simply add a new bean for the module to the config. Then add a bean reference to property 'modules' list in 'server'. On server startup, these modules are loaded and activated.</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/extension_roadmap.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/extension_roadmap.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/extension_roadmap.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Extension Roadmap &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="extension-roadmap">Extension Roadmap</h1>
 <h2 id="extension-roadmap_1">Extension Roadmap</h2>
 <h2 id="change-the-prios">Change the prios!</h2>
@@ -212,8 +202,6 @@ This is not set in stone! It's just ther
 </tbody>
 </table>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/getting_involved.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/getting_involved.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/getting_involved.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Getting Involved &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,67 +59,55 @@
           &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-involved">Getting Involved</h1>
 <p>The Apache Vysper developers communicates using our <a href="mailing_lists.html">Mailing Lists</a>. If you have any questions, feedback or suggestions, you're very welcome to join the list and send an email. We are also happy to receive <a href="{{base}}vysper/issue_tracking.html">bug reports and feature requests in our JIRA</a>.</p>
 <h2 id="patches">Patches</h2>
 <p>The best chance of getting your bug or feature fixed is to provide a patch, if they fit our goals we will usually have them commited within a few days. The Apache Contributors page has excellent <a href="http://apache.org/dev/contributors.html#patches">information on how to produce patches</a>.</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/index.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/index.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/index.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Apache Vysper &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="apache-vysper">Apache Vysper</h1>
 <p>Apache Vysper aims to be a modular, full featured XMPP (Jabber) server.</p>
 <p>More details on Vysper in our <a href="documentation.html">documentation</a>.</p>
@@ -124,8 +114,6 @@
 </ul>
 <p>To start using and/or developing extensions for Vysper, don't miss the <a href="user_guide.html">User Guide</a>!</p>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/issue_tracking.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/issue_tracking.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/issue_tracking.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Issue Tracking &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="issue-tracking">Issue Tracking</h1>
 <p>We are using JIRA to track all Vysper issues including bugs. Please visit our <a href="http://issues.apache.org/jira/browse/VYSPER">issue tracker page</a> to report a bug.</p>
 <h2 id="how-to-report-a-bug">How to report a bug</h2>
@@ -130,8 +120,6 @@
 </li>
 </ul>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/mailing_lists.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/mailing_lists.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/mailing_lists.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Mailing Lists &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="mailing-list">Mailing List</h1>
 <p>General information about the Vysper mailing lists can be found here.</p>
 <h2 id="for-users">For Users</h2>
@@ -199,8 +189,6 @@
 </tbody>
 </table>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->

Modified: websites/staging/mina/trunk/content/vysper-project/server_standalone.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/server_standalone.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/server_standalone.html Thu Nov 15 13:59:46 2012
@@ -20,7 +20,7 @@
 	<title>Vysper Standalone 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="run-main-class">run main class</h1>
 <p>if you like to invoke the server from an IDE or the commandline, use the Java class</p>
 <div class="codehilite"><pre><span class="n">org</span><span class="o">.</span><span class="na">apache</span><span class="o">.</span><span class="na">vysper</span><span class="o">.</span><span class="na">spring</span><span class="o">.</span><span class="na">ServerMain</span>
@@ -129,8 +119,6 @@
 <div class="codehilite"><pre><span class="n">java</span> <span class="n">org</span><span class="o">.</span><span class="na">apache</span><span class="o">.</span><span class="na">vysper</span><span class="o">.</span><span class="na">spring</span><span class="o">.</span><span class="na">ServerMain</span> <span class="o">-</span><span class="n">Dvysper</span><span class="o">.</span><span class="na">add</span><span class="o">.</span><span class="na">module</span><span class="o">=</span><span class="n">module1</span><span class="o">,</span><span class="n">module2</span><span class="o">...</span>
 </pre></div>
 
-
-
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>
             </div><!-- content -->