Author: buildbot
Date: Wed Mar 27 13:11:32 2019
New Revision: 1042614

Log:
Staging update by buildbot for mina

Modified:
    websites/staging/mina/trunk/content/   (props changed)
    
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/ch2.1.1-server-architecture.html
    
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/ch2.4-sample-udp-server.html
    
websites/staging/mina/trunk/content/mina-project/userguide/ch3-service/ch3-service.html
    
websites/staging/mina/trunk/content/mina-project/userguide/ch5-filters/ch5.1-blacklist-filter.html
    
websites/staging/mina/trunk/content/mina-project/userguide/ch6-transports/ch6.1-apr-transport.html

Propchange: websites/staging/mina/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 27 13:11:32 2019
@@ -1 +1 @@
-1856381
+1856393

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/ch2.1.1-server-architecture.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/ch2.1.1-server-architecture.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/ch2.1.1-server-architecture.html
 Wed Mar 27 13:11:32 2019
@@ -157,8 +157,8 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="nav">
         <div class="nav_prev">
         
-                       &nbsp;
-        
+            <a href="ch2.1-application-architecture.html">2.1 - Application 
Architecture</a>
+               
         </div>
         <div class="nav_up">
         
@@ -205,8 +205,8 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="nav">
         <div class="nav_prev">
         
-                       &nbsp;
-        
+            <a href="ch2.1-application-architecture.html">2.1 - Application 
Architecture</a>
+               
         </div>
         <div class="nav_up">
         

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/ch2.4-sample-udp-server.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/ch2.4-sample-udp-server.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch2-basics/ch2.4-sample-udp-server.html
 Wed Mar 27 13:11:32 2019
@@ -157,7 +157,7 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="nav">
         <div class="nav_prev">
         
-            <a href="sch2.3-ample-tcp-client.html">2.3 - Sample TCP-CLient</a>
+            <a href="ch2.3-sample-tcp-client.html">2.3 - Sample TCP-CLient</a>
                
         </div>
         <div class="nav_up">
@@ -258,7 +258,7 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="nav">
         <div class="nav_prev">
         
-            <a href="sch2.3-ample-tcp-client.html">2.3 - Sample TCP-CLient</a>
+            <a href="ch2.3-sample-tcp-client.html">2.3 - Sample TCP-CLient</a>
                
         </div>
         <div class="nav_up">

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch3-service/ch3-service.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch3-service/ch3-service.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch3-service/ch3-service.html
 Wed Mar 27 13:11:32 2019
@@ -186,7 +186,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="chapter-3-ioservice">Chapter 3 - IoService<a class="headerlink" 
href="#chapter-3-ioservice" title="Permanent link">&para;</a></h1>
-<p>A <strong>MINA</strong> <em>IoService</em> - as seen in the <a 
href="../ch2-basics/application-architecture.html">application architecture</a> 
chapter, is the base class supporting all the <strong>IO</strong> services, 
either from the server side or the client side. </p>
+<p>A <strong>MINA</strong> <em>IoService</em> - as seen in the <a 
href="../ch2-basics/ch2.1-application-architecture.html">application 
architecture</a> chapter, is the base class supporting all the 
<strong>IO</strong> services, either from the server side or the client side. 
</p>
 <p>It will handle all the interaction with your application, and with the 
remote peer, send and receive messages, manage sessions, conections, etc.</p>
 <p>It's an interface, which is implemented as an <em>IoAcceptor</em> for the 
server side, and <em>IoConnector</em> for the client side.</p>
 <p>We will expose the interface in those chapters :</p>

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch5-filters/ch5.1-blacklist-filter.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch5-filters/ch5.1-blacklist-filter.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch5-filters/ch5.1-blacklist-filter.html
 Wed Mar 27 13:11:32 2019
@@ -167,7 +167,7 @@ h2:hover > .headerlink, h3:hover > .head
         </div>
         <div class="nav_next">
         
-            <a href="ch5.2-bufferedwritefilter.html">5.2 - Buffered Write 
Filter</a>
+            <a href="ch5.2-buffered-write-filter.html">5.2 - Buffered Write 
Filter</a>
                
         </div>
         <div class="clearfix"></div>
@@ -231,7 +231,7 @@ It's enough to add the filter in the cha
         </div>
         <div class="nav_next">
         
-            <a href="ch5.2-bufferedwritefilter.html">5.2 - Buffered Write 
Filter</a>
+            <a href="ch5.2-buffered-write-filter.html">5.2 - Buffered Write 
Filter</a>
                
         </div>
         <div class="clearfix"></div>

Modified: 
websites/staging/mina/trunk/content/mina-project/userguide/ch6-transports/ch6.1-apr-transport.html
==============================================================================
--- 
websites/staging/mina/trunk/content/mina-project/userguide/ch6-transports/ch6.1-apr-transport.html
 (original)
+++ 
websites/staging/mina/trunk/content/mina-project/userguide/ch6-transports/ch6.1-apr-transport.html
 Wed Mar 27 13:11:32 2019
@@ -167,7 +167,7 @@ h2:hover > .headerlink, h3:hover > .head
         </div>
         <div class="nav_next">
         
-            <a href="6.2 - serial-transport.html">ch6.2-Serial Transport</a>
+            <a href="ch6.2-serial-transport.html">6.2 - Serial Transport</a>
                
         </div>
         <div class="clearfix"></div>
@@ -245,7 +245,7 @@ h2:hover > .headerlink, h3:hover > .head
         </div>
         <div class="nav_next">
         
-            <a href="6.2 - serial-transport.html">ch6.2-Serial Transport</a>
+            <a href="ch6.2-serial-transport.html">6.2 - Serial Transport</a>
                
         </div>
         <div class="clearfix"></div>


Reply via email to