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 2019/04/19 23:25:21 UTC

svn commit: r1857845 - in /mina/site/trunk/content/mina-project: developer-guide.mdtext downloads_old.mdtext

Author: elecharny
Date: Fri Apr 19 23:25:21 2019
New Revision: 1857845

URL: http://svn.apache.org/viewvc?rev=1857845&view=rev
Log:
Updated site: dev guide and old downloads

Modified:
    mina/site/trunk/content/mina-project/developer-guide.mdtext
    mina/site/trunk/content/mina-project/downloads_old.mdtext

Modified: mina/site/trunk/content/mina-project/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/developer-guide.mdtext?rev=1857845&r1=1857844&r2=1857845&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/developer-guide.mdtext (original)
+++ mina/site/trunk/content/mina-project/developer-guide.mdtext Fri Apr 19 23:25:21 2019
@@ -570,6 +570,25 @@ The following lines should be present. I
 
 Here, we just added the _mina-project/gen-docs/2.1.2_ line at the very top of this list when we released the 2.1.2 version.
 
+Last, not least, update the _.htaccess_ file on production :
+
+    $ cd ~/production/content/mina-project/gen-docs
+    $ vi .htaccess
+
+and change the references so that they point to the latest released version :
+
+    :::Text
+    RewriteEngine on
+  
+    RewriteBase /mina-project/gen-docs
+
+    RewriteRule ^latest-2.0$ 2.0.21/
+    RewriteRule ^latest-2.0/(.*)$ 2.0.21/$1
+
+    RewriteRule ^latest-2.1$ 2.1.2/
+    RewriteRule ^latest-2.1/(.*)$ 2.1.2/$1
+
+
 ### Step 13: Wait 24 hours
 
 We have to wait at least 24 hours for all mirrors to retrieve the uploaded files before making any announcement.  I'd recommend you to wait for 48 hours because some mirrors might lag due to various issues.

Modified: mina/site/trunk/content/mina-project/downloads_old.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/downloads_old.mdtext?rev=1857845&r1=1857844&r2=1857845&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/downloads_old.mdtext (original)
+++ mina/site/trunk/content/mina-project/downloads_old.mdtext Fri Apr 19 23:25:21 2019
@@ -43,7 +43,6 @@ Notice:    Licensed to the Apache Softwa
 
 | Version| Download Links | Date |
 |:-:|:-:|:-:|
-
 | ApacheDS MINA 2.0.20 | [Download](https://archive.apache.org/dist/mina/mina/2.0.20/), [Javadoc](http://mina.apache.org/mina-project/gen-docs/2.0.20/apidocs/), [Test javadoc](http://mina.apache.org/mina-project/gen-docs/2.0.20/testapidocs/), [Xref](http://mina.apache.org/mina-project/gen-docs/2.0.20/xref/), [Xref test](http://mina.apache.org/mina-project/gen-docs/2.0.20/xref-test/) | 24/Feb/2019 |
 | ApacheDS MINA 2.0.19 | [Download](https://archive.apache.org/dist/mina/mina/2.0.19/), [Javadoc](http://mina.apache.org/mina-project/gen-docs/2.0.19/apidocs/), [Test javadoc](http://mina.apache.org/mina-project/gen-docs/2.0.19/testapidocs/), [Xref](http://mina.apache.org/mina-project/gen-docs/2.0.19/xref/), [Xref test](http://mina.apache.org/mina-project/gen-docs/2.0.19/xref-test/) | 11/Jun/2018 |
 | ApacheDS MINA 2.0.18 | [Download](https://archive.apache.org/dist/mina/mina/2.0.18/), [Javadoc](http://mina.apache.org/mina-project/gen-docs/2.0.18/apidocs/), [Test javadoc](http://mina.apache.org/mina-project/gen-docs/2.0.18/testapidocs/), [Xref](http://mina.apache.org/mina-project/gen-docs/2.0.18/xref/), [Xref test](http://mina.apache.org/mina-project/gen-docs/2.0.18/xref-test/) | 01/Jun/2018 |