OPENNLP-1153: add model download page
diff --git a/src/main/jbake/content/download.ad b/src/main/jbake/content/download.ad
index 7474e92..af09b05 100755
--- a/src/main/jbake/content/download.ad
+++ b/src/main/jbake/content/download.ad
@@ -75,8 +75,8 @@
 be found https://www.apache.org/dev/release-signing.html[here].
 
 ## Models
-The models over at SourceForge for 1.5.0 can be http://opennlp.sourceforge.net/models-1.5/[found here]
-and are fully compatible with Apache OpenNLP {opennlp_version}.
+
+The models for Apache OpenNLP are link:/models.html[found here].
 
 The models can be used for testing or getting started, please train your own models for all other use cases.
 
diff --git a/src/main/jbake/content/models.ad b/src/main/jbake/content/models.ad
new file mode 100755
index 0000000..f99b24a
--- /dev/null
+++ b/src/main/jbake/content/models.ad
@@ -0,0 +1,72 @@
+////
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.   
+////
+= Models Download
+:jbake-type: page
+:jbake-tags: models
+:jbake-status: published
+:idprefix:
+
+
+Use the links in the table below to download the pre-trained models for the Apache OpenNLP.
+
+Note: All models are zip compressed (like a jar file), they *must not* be uncompressed.
+
+[options="header"]
+|===
+| Component | Language | Compatibility | Description | README and Reports | File | Signatures
+
+| Language Detector
+| 103
+| >= 1.8.3
+| Detects 103 languages in ISO 693-3 standard. Works well with longer texts that have at least 2 sentences or more from the same language.
+| https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt[README]
+https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.report.txt[Effectiveness]
+ https://www.apache.org/dyn/closer.cgi/opennlp/models/langdetect/1.8.3/langdetect-183.bin.misclassified.txt[Misclassified]
+|https://www.apache.org/dyn/closer.cgi/opennlp/models/langdetect/1.8.3/langdetect-183.bin[langdetect-183.bin]
+|https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.md5[md5]
+https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.sha1[sha1]
+https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.asc[asc]
+|===
+
+# SourceForge Models
+
+The models on Sourceforge for 1.5.0 are http://opennlp.sourceforge.net/models-1.5/[found here]
+and are fully compatible with Apache OpenNLP {opennlp_version}.
+
+The models can be used for testing or getting started, please train your own models for all other use cases.
+
+## Verifying Signatures
+The md5, sha1 and asc files are signature files and can be used to verify the integrity of the
+downloaded distribution package.
+
+Use the following commands to verify the integrity:
+
+* gpg --print-md MD5 fileName.zip
+* gpg --print-md SHA1 fileName.tar.gz
+* gpg --verify fileName.tar.gz.asc
+
+It might be necessary to import the https://www.apache.org/dist/opennlp/KEYS[KEYS file] to verify the integrity
+of the asc files.
+
+That can easily be done with:
+
+* gpg --import KEYS
+
+More information about release signing and verifying signatures can
+be found https://www.apache.org/dev/release-signing.html[here].
diff --git a/src/main/jbake/content/news/model-langdetect-183.ad b/src/main/jbake/content/news/model-langdetect-183.ad
new file mode 100644
index 0000000..13ba4d5
--- /dev/null
+++ b/src/main/jbake/content/news/model-langdetect-183.ad
@@ -0,0 +1,48 @@
+////
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+////
+= Language Detector Model for Apache OpenNLP released
+Apache OpenNLP
+2017-11-02
+:jbake-type: post
+:jbake-tags: community
+:jbake-status: published
+:category: news
+:idprefix:
+
+TThe Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.
+
+The Apache OpenNLP team is pleased to announce the release of Language Detector Model 1.8.3 for Apache OpenNLP 1.8.3.
+The Language Detector Model can detect 103 languages and outputs ISO 639-3 codes.
+
+Apache OpenNLP model and reports are available for download from our model download page: 
+http://opennlp.apache.org/models.html
+
+This is the first release of the Language Detector Model. It is compatible with Apache OpenNLP 1.8.3 or better.
+
+It is important to note that this model is trained for and works well with longer texts that have at least 2 sentences or more from the same language.
+
+More information about this release can be found in the README.txt at:
+https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt
+
+Details about this model effectiveness can be found in the following report:
+https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.report.txt
+
+--The Apache OpenNLP Team
+
+
diff --git a/src/main/jbake/templates/menu.ftl b/src/main/jbake/templates/menu.ftl
index 2b97b91..f73dab9 100755
--- a/src/main/jbake/templates/menu.ftl
+++ b/src/main/jbake/templates/menu.ftl
@@ -40,6 +40,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-download-alt"></span> Download <b class="caret"></b></a>
                     <ul class="dropdown-menu">
 		                <li><a href="/download.html">OpenNLP Releases</a></li>
+                        <li><a href="/models.html">OpenNLP Models</a></li>
 		                <li><a href="/maven-dependency.html">Maven Dependency</a></li>
 		            </ul>
                 </li>