You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/11/22 13:39:33 UTC

svn commit: r1412529 - in /mina/site/trunk/content: ftpserver-project/ mina-project/userguide/ch17-spring-integration/ mina-project/userguide/ch2-basics/ mina-project/userguide/ch3-service/ mina-project/userguide/ch9-codec-filter/ sshd-project/ vysper-...

Author: elecharny
Date: Thu Nov 22 12:39:32 2012
New Revision: 1412529

URL: http://svn.apache.org/viewvc?rev=1412529&view=rev
Log:
Some more broken links fixes

Modified:
    mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext
    mina/site/trunk/content/ftpserver-project/download_1.0.0.mdtext
    mina/site/trunk/content/ftpserver-project/related_project.mdtext
    mina/site/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.mdtext
    mina/site/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.mdtext
    mina/site/trunk/content/mina-project/userguide/ch3-service/acceptor.mdtext
    mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext
    mina/site/trunk/content/sshd-project/download_0.2.0.mdtext
    mina/site/trunk/content/vysper-project/extending_server.mdtext

Modified: mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext (original)
+++ mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext Thu Nov 22 12:39:32 2012
@@ -117,7 +117,7 @@ This element provides configuration for 
 
 | Attribute | Description | Required | Default value |
 |---|---|---|---|
-| class="confluenceTd"> ports| The ports on which the server is allowed to accept passive data connections, see [Configure passive ports](configure_passive_ports.html) for details| No| Any available port |
+| class="confluenceTd"> ports| The ports on which the server is allowed to accept passive data connections, see [Configure passive ports](configuration_passive_ports.html) for details| No| Any available port |
 | address| The address on which the server will listen to passive data connections| No| The same address as the control socket for the session |
 | external-address| The address the server will claim to be listening on in the PASV reply. Useful when the server is behind a NAT firewall and the client sees a different address than the server is using| No|   |
 

Modified: mina/site/trunk/content/ftpserver-project/download_1.0.0.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/download_1.0.0.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver-project/download_1.0.0.mdtext (original)
+++ mina/site/trunk/content/ftpserver-project/download_1.0.0.mdtext Thu Nov 22 12:39:32 2012
@@ -31,7 +31,7 @@ For a more detailed view of new features
 
 | Description | Download Link | MD5/SHA1 hashes  | PGP Signature file of download |
 |---|---|---|---|
-| zip distribution | [ftpserver-1.0.0.zip](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip) | [MD5](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.md5)/[SHA1](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.sha1) | [ftpserver-1.0.0.zip.asc](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.asc) |
+| zip distribution | [ftpserver-1.0.0.zip](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip) | [MD5](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.md5) | [ftpserver-1.0.0.zip.asc](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.asc) |
 | tar.gz distribution | [ftpserver-1.0.0.tar.gz](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz) |  [MD5](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.md5)/[SHA1](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.sha1) | [ftpserver-1.0.0.tar.gz.asc](http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.asc) | 
 
 

Modified: mina/site/trunk/content/ftpserver-project/related_project.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/related_project.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver-project/related_project.mdtext (original)
+++ mina/site/trunk/content/ftpserver-project/related_project.mdtext Thu Nov 22 12:39:32 2012
@@ -19,10 +19,6 @@ Notice:    Licensed to the Apache Softwa
 
 # Related Projects
 
-## [Milton WebDAV over FTP](http://milton.ettrema.com/index.html)
-
-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.
-
 ## [VFS FTPServer Bridge](http://vfs-utils.sourceforge.net/ftpserver/index.html)
 
 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.

Modified: mina/site/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.mdtext Thu Nov 22 12:39:32 2012
@@ -70,7 +70,7 @@ To integrate with Spring, we need to do 
 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.
 
 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 [Chat example](http://svn.apache.org/viewvc/mina/mina/branches/2.0/example/src/main/java/org/apache/mina/example/chat/) shipped with MINA release. Please refer the xml shipped with chat example.
+This example has been derived from [Chat example](http://svn.apache.org/viewvc/mina/mina/branches/2.0/mina-example/src/main/java/org/apache/mina/example/chat/) shipped with MINA release. Please refer the xml shipped with chat example.
 
 Now lets pull things together
 

Modified: mina/site/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch2-basics/sample-tcp-server.mdtext Thu Nov 22 12:39:32 2012
@@ -29,14 +29,14 @@ This tutorial will walk you through the 
 * MINA 2.x Core
 * JDK 1.5 or greater
 * SLF4J 1.3.0 or greater
-    * __Log4J 1.2__ users: slf4j-api.jar, slf4j-log4j12.jar, and [Log4J](http://logging.apache.org/log4j/docs/) 1.2.x
-    * __Log4J 1.3__ users: slf4j-api.jar, slf4j-log4j13.jar, and [Log4J](http://logging.apache.org/log4j/docs/) 1.3.x
+    * __Log4J 1.2__ users: slf4j-api.jar, slf4j-log4j12.jar, and [Log4J](http://logging.apache.org/log4j/1.2/) 1.2.x
+    * __Log4J 1.3__ users: slf4j-api.jar, slf4j-log4j13.jar, and [Log4J](http://logging.apache.org/log4j/1.2/) 1.3.x
     * __java.util.logging__ users: slf4j-api.jar and slf4j-jdk14.jar
     * __IMPORTANT__: Please make sure you are using the right slf4j-*.jar that matches to your logging framework.
 
 For instance, slf4j-log4j12.jar and log4j-1.3.x.jar can not be used together, and will malfunction.
 
-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 [contact us](../../contact.html) 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 [Java tutorial](http://java.sun.com/docs/books/tutorial/).
+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 [contact us](../../../contact.html) 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 [Java tutorial](http://java.sun.com/docs/books/tutorial/).
 
 ## Writing the MINA time server 
 

Modified: mina/site/trunk/content/mina-project/userguide/ch3-service/acceptor.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch3-service/acceptor.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch3-service/acceptor.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch3-service/acceptor.mdtext Thu Nov 22 12:39:32 2012
@@ -1,5 +1,5 @@
 Title: Acceptor
-NavUp: ../ch3-service.html
+NavUp: ch3-service.html
 NavUpText: Chapter 3 - Service
 NavPrev: io-service-details.html
 NavPrevText: IoService Details

Modified: mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext Thu Nov 22 12:39:32 2012
@@ -131,7 +131,7 @@ Remarks:
 * 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.
 * We allocate a new IoBuffer from the heap. It's best to avoid using direct buffers, since generally heap buffers perform better.
  see <http://issues.apache.org/jira/browse/DIRMINA-289>)
-* You do not have to release the buffer, MINA will do it for you, see <http://mina.apache.org/mina-project/apidocs/org/apache/mina/common/IoBuffer.html>
+* You do not have to release the buffer, MINA will do it for you, see <http://mina.apache.org/mina-project/apidocs/org/apache/mina/core/buffer/IoBuffer.html>
 * 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.
 
 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: mina/site/trunk/content/sshd-project/download_0.2.0.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/sshd-project/download_0.2.0.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/sshd-project/download_0.2.0.mdtext (original)
+++ mina/site/trunk/content/sshd-project/download_0.2.0.mdtext Thu Nov 22 12:39:32 2012
@@ -26,7 +26,7 @@ Apache Mina SSHD 0.2.0 contains a few en
 * Source distributions:
     * [Apache Mina SSHD 0.2.0 Sources (.tar.gz)](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz) [PGP](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz.sha1) [MD5](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz.md5)
     * [Apache Mina SSHD 0.2.0 Sources (.zip)](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip) [PGP](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip.sha1) [MD5](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip.md5)
-    * [Apache Mina SSHD 0.2.0 Sources (.bz2)](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.bz2) [PGP](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.bz2.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.bz2.sha1) [MD5](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.bz2.md5)
+    * [Apache Mina SSHD 0.2.0 Sources (.bz2)](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2) [PGP](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2.sha1) [MD5](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2.md5)
 * Individual jars:
     * [Apache Mina SSHD Core 0.2.0 (.jar)](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-core-0.2.0.jar) [PGP](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-core-0.2.0.jar.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-core-0.2.0.jar.sha1) [MD5](http://archive.apache.org/dist/mina/sshd/0.2.0/sshd-core-0.2.0.jar.md5)
 

Modified: mina/site/trunk/content/vysper-project/extending_server.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/vysper-project/extending_server.mdtext?rev=1412529&r1=1412528&r2=1412529&view=diff
==============================================================================
--- mina/site/trunk/content/vysper-project/extending_server.mdtext (original)
+++ mina/site/trunk/content/vysper-project/extending_server.mdtext Thu Nov 22 12:39:32 2012
@@ -29,7 +29,7 @@ Most XMPP extensions rely on Disco (Serv
 It's easy to integrate modules with Vysper's Disco extension.
 
 Most XMPP extensions rely on Disco ([Service Discovery, XEP-0030](http://xmpp.org/extensions/xep-0030.html)).
-It's easy to integrate modules with [Vysper's Disco extension](http://mina.apache.org/vysper/service_discovery.html).
+It's easy to integrate modules with [Vysper's Disco extension](service_discovery.html).
 
 ## Modules