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/21 18:39:21 UTC

svn commit: r1412207 - in /mina/site/trunk/content/mina-project: documentation.mdtext documentation/ faq.mdtext

Author: elecharny
Date: Wed Nov 21 17:39:20 2012
New Revision: 1412207

URL: http://svn.apache.org/viewvc?rev=1412207&view=rev
Log:
Finished to fix anc complte the documentation page

Added:
    mina/site/trunk/content/mina-project/documentation/
Modified:
    mina/site/trunk/content/mina-project/documentation.mdtext
    mina/site/trunk/content/mina-project/faq.mdtext

Modified: mina/site/trunk/content/mina-project/documentation.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/documentation.mdtext?rev=1412207&r1=1412206&r2=1412207&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/documentation.mdtext (original)
+++ mina/site/trunk/content/mina-project/documentation.mdtext Wed Nov 21 17:39:20 2012
@@ -47,24 +47,21 @@ You might also want to read the [frequen
 ## Tutorials
 
 
-* [MINA v2.0 Quick Start Guide] \- Create your first MINA based program using MINA version 2.0
-* [Application Architecture|MINA based Application Architecture] \- Describes Architecture  of MINA based Applications
-* [Logging Configuration] \- Configuring your MINA-based application for logging
+* [MINA v2.0 Quick Start Guide](quick-start-guide.html) - Create your first MINA based program using MINA version 2.0
+* [Logging Configuration](userguide/ch12-logging-filter/ch12-logging-filter.html) - Configuring your MINA-based application for logging
 * Transport-specific Configuration
-  * [Serial Tutorial] \- Serial communications with MINA trunk
-  * [UDP Tutorial] \- Writing a User Datagram Protocol (UDP) client and server using MINA
-  * [APR Transport] \- Describes use of APR Transport with MINA
-* [Integrating with Spring] \- Demonstrates how to integrate MINA application with Spring
-* [Codec Repository|MINA:Codec Repository] - Links to available codec implementations for MINA
+    * [Serial Tutorial](userguide/ch6-transports/serial-transport.html) - Serial communications with MINA trunk
+    * [UDP Tutorial](userguide/ch6-transports/ch6-transports) - Writing a User Datagram Protocol (UDP) client and server using MINA
+    * [APR Transport](userguide/ch6-transports/apr-transport.html) - Describes use of APR Transport with MINA
+* [Integrating with Spring](userguide/ch17-spring-integration/ch17-spring-integration.html) - Demonstrates how to integrate MINA application with Spring
+* [Codec Repository](codec-repo.html) - Links to available codec implementations for MINA
 * Advanced Topic
-  * [Writing IoFilter|IoFilter] \- Writing your own {{IoFilter}} implementation to deal with cross-cutting concerns
-  * [Writing Protocol Codec for MINA 2.x|Tutorial on ProtocolCodecFilter (for Mina 2.x)] \- Implementing a protocol codec for separation of concern
-  * [Using an Executor Filter] \- Controlling the size of thread pool and choosing the right thread model
-  * [JMX Integration] \- Making your network application manageable
-  * [Introduction to mina-statemachine] \- Implementing state machine based MINA applications using Java5 annotations
-  * [ErrorGeneratingFilter Tutorial] \- Simulating network error by adding a ErrorGeneratingFiler.
-  * [Handling Packet Fragmentation|Handling Packet Fragementation] \- Describes Packet fragmentation and its handling in MINA application
-* [User Guide](userguide/user-guide-toc.html] - The new draft MINA User Guide.
+    * [Writing IoFilter](userguide/ch5-filters/ch5-filters.html) - Writing your own _IoFilter_ implementation to deal with cross-cutting concerns
+    * [Writing Protocol Codec for MINA 2.x](userguide/ch9-codec-filter/ch9-codec-filter.html) - Implementing a protocol codec for separation of concern
+    * [Using an Executor Filter](userguide/ch10-executor-filter/ch10-executor-filter.html) - Controlling the size of thread pool and choosing the right thread model
+    * [JMX Integration](userguide/ch16-jmx-support/ch16-jmx-support.html) - Making your network application manageable
+    * [Introduction to mina-statemachine](userguide/ch14-state-machine/ch14-state-machine.html) - Implementing state machine based MINA applications using Java5 annotations
+* [User Guide](userguide/user-guide-toc.html) - The new draft MINA User Guide.
 
 ### For Developers
 

Modified: mina/site/trunk/content/mina-project/faq.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/faq.mdtext?rev=1412207&r1=1412206&r2=1412207&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/faq.mdtext (original)
+++ mina/site/trunk/content/mina-project/faq.mdtext Wed Nov 21 17:39:20 2012
@@ -51,7 +51,7 @@ JDK 1.5 or above is required to build MI
 
 MINA core module depends on two libraries, SLF4J and backport-util-concurrent (for 1.0):
 
-[SLF4J (Simple Logging Facade for Java)](http://www.slf4j.org/)</A>, a logging framework from the author of [Log4J](http://logging.apache.org/log4j/docs/index.html). SLF4J is very similar to [Commons-Logging](http://jakarta.apache.org/commons/logging/), but it doesn't cause any class loader issues at all. SLF4J provides bindings for Log4J, JDK 1.4 logging API, and NLog4J. Please put an appropriate SLF4J JAR file which corresponds to your favorite logging framework to the classpath as SLF4J documentation explains.
+[SLF4J (Simple Logging Facade for Java)](http://www.slf4j.org/)</A>, a logging framework from the author of [Log4J](http://logging.apache.org/log4j/1.2/index.html). SLF4J is very similar to [Commons-Logging](http://jakarta.apache.org/commons/logging/), but it doesn't cause any class loader issues at all. SLF4J provides bindings for Log4J, JDK 1.4 logging API, and NLog4J. Please put an appropriate SLF4J JAR file which corresponds to your favorite logging framework to the classpath as SLF4J documentation explains.
 
 [Spring framework](http://www.springframework.org/) and [JZlib](http://www.jcraft.com/jzlib/) are also required to build <TT>integration-spring</TT> and <TT>filter-compression</TT> module.