Author: buildbot
Date: Thu Nov 22 12:39:40 2012
New Revision: 839132

Log:
Staging update by buildbot for mina

Modified:
    websites/staging/mina/trunk/content/   (props changed)
    
websites/staging/mina/trunk/content/ftpserver-project/configuration_listeners.html
    websites/staging/mina/trunk/content/ftpserver-project/download_1.0.0.html
    websites/staging/mina/trunk/content/ftpserver-project/related_project.html
    
websites/staging/mina/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.html
    
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.html
    
websites/staging/mina/trunk/content/mina-project/userguide/ch3-service/acceptor.html
    
websites/staging/mina/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.html
    websites/staging/mina/trunk/content/sshd-project/download_0.2.0.html
    websites/staging/mina/trunk/content/vysper-project/extending_server.html

Propchange: websites/staging/mina/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 22 12:39:40 2012
@@ -1 +1 @@
-1412509
+1412529

Modified: 
websites/staging/mina/trunk/content/ftpserver-project/configuration_listeners.html
==============================================================================
--- 
websites/staging/mina/trunk/content/ftpserver-project/configuration_listeners.html
 (original)
+++ 
websites/staging/mina/trunk/content/ftpserver-project/configuration_listeners.html
 Thu Nov 22 12:39:40 2012
@@ -374,7 +374,7 @@
 <tbody>
 <tr>
 <td>class="confluenceTd"&gt; ports</td>
-<td>The ports on which the server is allowed to accept passive data 
connections, see <a href="configure_passive_ports.html">Configure passive 
ports</a> for details</td>
+<td>The ports on which the server is allowed to accept passive data 
connections, see <a href="configuration_passive_ports.html">Configure passive 
ports</a> for details</td>
 <td>No</td>
 <td>Any available port</td>
 </tr>

Modified: 
websites/staging/mina/trunk/content/ftpserver-project/download_1.0.0.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/download_1.0.0.html 
(original)
+++ websites/staging/mina/trunk/content/ftpserver-project/download_1.0.0.html 
Thu Nov 22 12:39:40 2012
@@ -126,7 +126,7 @@
 <tr>
 <td>zip distribution</td>
 <td><a 
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip";>ftpserver-1.0.0.zip</a></td>
-<td><a 
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.md5";>MD5</a>/<a
 
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.sha1";>SHA1</a></td>
+<td><a 
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.md5";>MD5</a></td>
 <td><a 
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.asc";>ftpserver-1.0.0.zip.asc</a></td>
 </tr>
 <tr>

Modified: 
websites/staging/mina/trunk/content/ftpserver-project/related_project.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/related_project.html 
(original)
+++ websites/staging/mina/trunk/content/ftpserver-project/related_project.html 
Thu Nov 22 12:39:40 2012
@@ -108,8 +108,6 @@
 
 
 <h1 id="related-projects">Related Projects</h1>
-<h2 id="milton-webdav-over-ftp"><a 
href="http://milton.ettrema.com/index.html";>Milton WebDAV over FTP</a></h2>
-<p>Using FtpServer to provide FTP support in the WebDAV server Milton. This 
means that for each resource managed by Milton, you can configure so that it is 
available both over WebDAV/HTTP and FTP.</p>
 <h2 id="vfs-ftpserver-bridge"><a 
href="http://vfs-utils.sourceforge.net/ftpserver/index.html";>VFS FTPServer 
Bridge</a></h2>
 <p>This project provides an Apache Commons VFS implementation for the Apache 
FTPServer project. Instead of working only on local files, with this VFS bridge 
you can connect to any VFS provider. You can still use a local file system, but 
you can also use a ZIP file, loop through to another FTP server, or use any 
other available VFS implementation such as DctmVFS.</p>
 <h2 id="hdfs-over-ftp"><a 
href="https://sites.google.com/a/iponweb.net/hadoop/Home/hdfs-over-ftp";>HDFS 
over FTP</a></h2>

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.html
 Thu Nov 22 12:39:40 2012
@@ -196,7 +196,7 @@
 </ul>
 <p>NOTE: The latest MINA releases doesn't have the package specific to Spring, 
like its earlier versions. The package is now named Integration Beans, to make 
the implementation work for all DI frameworks.</p>
 <p>Lets see the Spring xml file. Please see that I have removed generic part 
from xml and have put only the specific things needed to pull up the 
implementation.
-This example has been derived from <a 
href="http://svn.apache.org/viewvc/mina/mina/branches/2.0/example/src/main/java/org/apache/mina/example/chat/";>Chat
 example</a> shipped with MINA release. Please refer the xml shipped with chat 
example.</p>
+This example has been derived from <a 
href="http://svn.apache.org/viewvc/mina/mina/branches/2.0/mina-example/src/main/java/org/apache/mina/example/chat/";>Chat
 example</a> shipped with MINA release. Please refer the xml shipped with chat 
example.</p>
 <p>Now lets pull things together</p>
 <p>Lets set the IO Handler in the spring context file</p>
 <div class="codehilite"><pre><span class="c">&lt;!-- The IoHandler 
implementation --&gt;</span>

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.html
 Thu Nov 22 12:39:40 2012
@@ -158,15 +158,15 @@
 <li>MINA 2.x Core</li>
 <li>JDK 1.5 or greater</li>
 <li>SLF4J 1.3.0 or greater<ul>
-<li><strong>Log4J 1.2</strong> users: slf4j-api.jar, slf4j-log4j12.jar, and <a 
href="http://logging.apache.org/log4j/docs/";>Log4J</a> 1.2.x</li>
-<li><strong>Log4J 1.3</strong> users: slf4j-api.jar, slf4j-log4j13.jar, and <a 
href="http://logging.apache.org/log4j/docs/";>Log4J</a> 1.3.x</li>
+<li><strong>Log4J 1.2</strong> users: slf4j-api.jar, slf4j-log4j12.jar, and <a 
href="http://logging.apache.org/log4j/1.2/";>Log4J</a> 1.2.x</li>
+<li><strong>Log4J 1.3</strong> users: slf4j-api.jar, slf4j-log4j13.jar, and <a 
href="http://logging.apache.org/log4j/1.2/";>Log4J</a> 1.3.x</li>
 <li><strong>java.util.logging</strong> users: slf4j-api.jar and 
slf4j-jdk14.jar</li>
 <li><strong>IMPORTANT</strong>: Please make sure you are using the right 
slf4j-*.jar that matches to your logging framework.</li>
 </ul>
 </li>
 </ul>
 <p>For instance, slf4j-log4j12.jar and log4j-1.3.x.jar can not be used 
together, and will malfunction.</p>
-<p>We have tested this program on both Windows© 2000 professional and linux.  
If you have any problems getting this program to work, please do not hesitate 
to <a href="../../contact.html">contact us</a> in order to talk to the MINA 
developers.  Also, this tutorial has tried to remain independent of development 
environments (IDE, editors..etc).  This tutorial will work with any environment 
that you are comfortable with.  Compilation commands and steps to execute the 
program have been removed for brevity.  If you need help learning how to either 
compile or execute java programs, please consult the <a 
href="http://java.sun.com/docs/books/tutorial/";>Java tutorial</a>.</p>
+<p>We have tested this program on both Windows&copy; 2000 professional and 
linux.  If you have any problems getting this program to work, please do not 
hesitate to <a href="../../../contact.html">contact us</a> in order to talk to 
the MINA developers.  Also, this tutorial has tried to remain independent of 
development environments (IDE, editors..etc).  This tutorial will work with any 
environment that you are comfortable with.  Compilation commands and steps to 
execute the program have been removed for brevity.  If you need help learning 
how to either compile or execute java programs, please consult the <a 
href="http://java.sun.com/docs/books/tutorial/";>Java tutorial</a>.</p>
 <h2 id="writing-the-mina-time-server">Writing the MINA time server</h2>
 <p>We will begin by creating a file called MinaTimeServer.java. The initial 
code can be found below:</p>
 <div class="codehilite"><pre><span class="kd">public</span> <span 
class="kd">class</span> <span class="nc">MinaTimeServer</span> <span 
class="o">{</span>

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch3-service/acceptor.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch3-service/acceptor.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch3-service/acceptor.html
 Thu Nov 22 12:39:40 2012
@@ -140,7 +140,7 @@
         </div>
         <div class="nav_up">
         
-            <a href="../ch3-service.html">Chapter 3 - Service</a>
+            <a href="ch3-service.html">Chapter 3 - Service</a>
                
         </div>
         <div class="nav_next">
@@ -244,7 +244,7 @@
         </div>
         <div class="nav_up">
         
-            <a href="../ch3-service.html">Chapter 3 - Service</a>
+            <a href="ch3-service.html">Chapter 3 - Service</a>
                
         </div>
         <div class="nav_next">

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.html
 Thu Nov 22 12:39:40 2012
@@ -280,7 +280,7 @@ This is the layout of a response message
 <li>MINA will call the encode function for all messages in the IoSession's 
write queue. Since our client will only write ImageRequest objects, we can 
safely cast message to ImageRequest.</li>
 <li>We allocate a new IoBuffer from the heap. It's best to avoid using direct 
buffers, since generally heap buffers perform better.
  see <a 
href="http://issues.apache.org/jira/browse/DIRMINA-289";>http://issues.apache.org/jira/browse/DIRMINA-289</a>)</li>
-<li>You do not have to release the buffer, MINA will do it for you, see <a 
href="http://mina.apache.org/mina-project/apidocs/org/apache/mina/common/IoBuffer.html";>http://mina.apache.org/mina-project/apidocs/org/apache/mina/common/IoBuffer.html</a></li>
+<li>You do not have to release the buffer, MINA will do it for you, see <a 
href="http://mina.apache.org/mina-project/apidocs/org/apache/mina/core/buffer/IoBuffer.html";>http://mina.apache.org/mina-project/apidocs/org/apache/mina/core/buffer/IoBuffer.html</a></li>
 <li>In the dispose() method you should release all resources acquired during 
encoding for the specified session. If there is nothing to dispose you could 
let your encoder inherit from ProtocolEncoderAdapter.</li>
 </ul>
 <p>Now let's have a look at the decoder. The CumulativeProtocolDecoder is a 
great help for writing your own decoder: it will buffer all incoming data until 
your decoder decides it can do something with it.

Modified: websites/staging/mina/trunk/content/sshd-project/download_0.2.0.html
==============================================================================
--- websites/staging/mina/trunk/content/sshd-project/download_0.2.0.html 
(original)
+++ websites/staging/mina/trunk/content/sshd-project/download_0.2.0.html Thu 
Nov 22 12:39:40 2012
@@ -113,7 +113,7 @@
 <li>Source distributions:<ul>
 <li><a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz";>Apache
 Mina SSHD 0.2.0 Sources (.tar.gz)</a> <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz.asc";>PGP</a>
 <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz.sha1";>SHA</a>
 <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz.md5";>MD5</a></li>
 <li><a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip";>Apache
 Mina SSHD 0.2.0 Sources (.zip)</a> <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip.asc";>PGP</a>
 <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip.sha1";>SHA</a>
 <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip.md5";>MD5</a></li>
-<li><a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.bz2";>Apache
 Mina SSHD 0.2.0 Sources (.bz2)</a> <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.bz2.asc";>PGP</a>
 <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.bz2.sha1";>SHA</a>
 <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.bz2.md5";>MD5</a></li>
+<li><a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2";>Apache
 Mina SSHD 0.2.0 Sources (.bz2)</a> <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2.asc";>PGP</a>
 <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2.sha1";>SHA</a>
 <a 
href="http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2.md5";>MD5</a></li>
 </ul>
 </li>
 <li>Individual jars:<ul>

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 22 12:39:40 2012
@@ -110,7 +110,7 @@
 <p>Most XMPP extensions rely on Disco (Service Discovery, XEP-0030).
 It's easy to integrate modules with Vysper's Disco extension.</p>
 <p>Most XMPP extensions rely on Disco (<a 
href="http://xmpp.org/extensions/xep-0030.html";>Service Discovery, 
XEP-0030</a>).
-It's easy to integrate modules with <a 
href="http://mina.apache.org/vysper/service_discovery.html";>Vysper's Disco 
extension</a>.</p>
+It's easy to integrate modules with <a href="service_discovery.html">Vysper's 
Disco extension</a>.</p>
 <h2 id="modules">Modules</h2>
 <p>Regardless which kind of extension it is (Vysper internal, XMPP 
standardized or home-brewn) they all can be deployed using the Vysper 
Modules.</p>
 <p>Vysper Modules are implementations of interface 
org.apache.vysper.xmpp.modules.Module, but it is probably more convenient to 
extend DefaultModule. Modules supporting disco should extend 
DefaultDiscoAwareModule.</p>


Reply via email to