This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-site.git

commit ecea7fa9b42d98618fcaacb512c87a6060068118
Author: Roy Lenferink <lenferink...@gmail.com>
AuthorDate: Thu Feb 27 13:58:01 2020 +0100

    Indentation fixes and code style improvements
---
 source/asyncweb-project/__index.md   |  2 +-
 source/mina-project/downloads_2_0.md | 21 +++++++++++++--------
 source/mina-project/downloads_2_1.md |  8 ++++----
 source/mina-project/downloads_old.md | 10 +++++-----
 4 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/source/asyncweb-project/__index.md 
b/source/asyncweb-project/__index.md
index b18dd6b..672902e 100644
--- a/source/asyncweb-project/__index.md
+++ b/source/asyncweb-project/__index.md
@@ -7,7 +7,7 @@ slug: index
 # Apache AsyncWeb
 
 <div class="note" markdown="1" >
-The **AsyncWeb** project is currently dormant. We don't have committers for 
it, so if you feel like you can give an hand, please do contact us !
+    The <strong>AsyncWeb</strong> project is currently dormant. We don't have 
committers for it, so if you feel like you can give an hand, please do contact 
us !
 </div>
 
 Apache AsyncWeb (built on top of the Apache MINA network framework) employs 
non-blocking selector driven IO at the transport level, and is asynchronous 
throughout - from the initial parsing of requests, right through to and 
including the services implemented by users.
diff --git a/source/mina-project/downloads_2_0.md 
b/source/mina-project/downloads_2_0.md
index bdd87e2..593cdf3 100644
--- a/source/mina-project/downloads_2_0.md
+++ b/source/mina-project/downloads_2_0.md
@@ -34,19 +34,24 @@ title: MINA 2.0.x Downloads
 
 The PGP signatures can be verified using PGP or GPG. First download the 
[KEYS](https://www.apache.org/dist/mina/KEYS) as well as the asc signature file 
for the relevant distribution. Then verify the signatures using:
 
-    $ pgpk -a KEYS
-    $ pgpv mina-2.0.21.tar.gz.asc
+```bash
+$ pgpk -a KEYS
+$ pgpv mina-2.0.21.tar.gz.asc
+```
 
 or
 
-    $ pgp -ka KEYS
-    $ pgp mina-2.0.21.tar.gz.asc
-    
-or
+```bash
+$ pgp -ka KEYS
+$ pgp mina-2.0.21.tar.gz.asc
+```
 
-    $ gpg --import KEYS
-    $ gpg --verify mina-2.0.21.tar.gz.asc
+or
 
+```bash
+$ gpg --import KEYS
+$ gpg --verify mina-2.0.21.tar.gz.asc
+```
 
 # Previous Releases
 
diff --git a/source/mina-project/downloads_2_1.md 
b/source/mina-project/downloads_2_1.md
index 2da9bba..4389f5b 100644
--- a/source/mina-project/downloads_2_1.md
+++ b/source/mina-project/downloads_2_1.md
@@ -22,12 +22,12 @@ title: MINA 2.1.x Downloads
 <div class="note" markdown="1">
     For people wanting to use the <strong>serial</strong> package, we don't 
include the <strong>rxtx.jar</strong> library in the releases, as it's under a 
LGPL license. Please download it from <a 
href="http://rxtx.qbang.org/wiki/index.php/Download"; class="external-link" 
rel="nofollow">http://rxtx.qbang.org/wiki/index.php/Download</a> or add the 
associated dependency in your maven pom.xml :
 
-        <dependency>
+    <dependency>
         <groupId>org.rxtx</groupId>
         <artifactId>rxtx</artifactId>
-         <version>2.1.7</version>
-         <scope>provided<scope>
-        </dependency>
+        <version>2.1.7</version>
+        <scope>provided<scope>
+    </dependency>
 </div>
 
 # Verify the integrity of the files
diff --git a/source/mina-project/downloads_old.md 
b/source/mina-project/downloads_old.md
index e5474dd..e875056 100644
--- a/source/mina-project/downloads_old.md
+++ b/source/mina-project/downloads_old.md
@@ -8,16 +8,16 @@ title: MINA Older Downloads
 <div class="note" markdown="1">
     For people wanting to use the <strong>serial</strong> package, we don't 
include the <strong>rxtx.jar</strong> library in the releases, as it's under a 
LGPL license. Please download it from <a 
href="http://rxtx.qbang.org/wiki/index.php/Download"; class="external-link" 
rel="nofollow">http://rxtx.qbang.org/wiki/index.php/Download</a> or add the 
associated dependency in your maven pom.xml :
 
-        <dependency>
+    <dependency>
         <groupId>org.rxtx</groupId>
         <artifactId>rxtx</artifactId>
-         <version>2.1.7</version>
-         <scope>provided<scope>
-        </dependency>
+        <version>2.1.7</version>
+        <scope>provided<scope>
+    </dependency>
 </div>
 
-
 ## MINA 2.1.x
+
 <center>
 
 | Version| Download Links | Date |

Reply via email to