Author: fchrist
Date: Tue May  8 08:50:59 2012
New Revision: 1335381

URL: http://svn.apache.org/viewvc?rev=1335381&view=rev
Log:
STANBOL-605 First version of a new download page. Not finished yet

Added:
    incubator/stanbol/site/trunk/content/stanbol/downloads/index.mdtext
      - copied, changed from r1335372, 
incubator/stanbol/site/trunk/content/stanbol/downloads/downloads.mdtext
    incubator/stanbol/site/trunk/content/stanbol/downloads/releases.mdtext
Removed:
    incubator/stanbol/site/trunk/content/stanbol/downloads/downloads.mdtext
Modified:
    incubator/stanbol/site/trunk/templates/sidenav.mdtext

Copied: incubator/stanbol/site/trunk/content/stanbol/downloads/index.mdtext 
(from r1335372, 
incubator/stanbol/site/trunk/content/stanbol/downloads/downloads.mdtext)
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/downloads/index.mdtext?p2=incubator/stanbol/site/trunk/content/stanbol/downloads/index.mdtext&p1=incubator/stanbol/site/trunk/content/stanbol/downloads/downloads.mdtext&r1=1335372&r2=1335381&rev=1335381&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/downloads/downloads.mdtext 
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/downloads/index.mdtext Tue May 
 8 08:50:59 2012
@@ -1,5 +1,16 @@
 Title: Downloads
 
-As there is no official release of Apache Stanbol so far, one needs to install 
and build the software from source. 
+The Apache Stanbol project provides three separate kinds of downloads for its 
users.
 
-In the meantime, you may download and use pre-builts of Stanbol launchers 
served [here](http://dev.iks-project.eu/downloads/stanbol-launchers/).
\ No newline at end of file
+  1) Official Apache Stanbol [source code releases](releases.html) of the 
software.
+  2) Apache Stanbol artifacts via the Maven central repository.
+  3) Pre-compiled binary packages that do not represent official releases of
+     Apache Stanbol but are offered to the community for convinience.
+
+## Releases
+
+Official releases of Apache Stanbol can be downloaded from the [release 
page](releases.html).
+
+## Launchers
+
+The Apache Stanbol project does not offer any launcher configurations for 
download yet. In the meantime, you may download and use pre-builts of Stanbol 
launchers served [by the IKS 
project](http://dev.iks-project.eu/downloads/stanbol-launchers/).
\ No newline at end of file

Added: incubator/stanbol/site/trunk/content/stanbol/downloads/releases.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/downloads/releases.mdtext?rev=1335381&view=auto
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/downloads/releases.mdtext 
(added)
+++ incubator/stanbol/site/trunk/content/stanbol/downloads/releases.mdtext Tue 
May  8 08:50:59 2012
@@ -0,0 +1,43 @@
+Title: Releases
+
+<table>
+<thead>
+<tr>
+  <th>Version</th>
+  <th>Artifact</th>
+  <th>Provides</th>
+  <th>Release Date</th>
+  <th>Download</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+  <td>0.9.0-incubating</th>
+  <td>apache-stanbol-0.9.0-incubating-source-release</td>
+  <td>The source package of this Apache Stanbol release.</td>
+  <td>2012/05/07</td>
+  <td>
+    
[ZIP](http://www.apache.org/dyn/closer.cgi/incubator/stanbol/apache-stanbol-0.9.0-incubating/apache-stanbol-0.9.0-incubating-source-release.zip)
+    (
+    
[MD5](http://www.apache.org/dyn/closer.cgi/incubator/stanbol/apache-stanbol-0.9.0-incubating/apache-stanbol-0.9.0-incubating-source-release.zip.md5)
+    |
+    
[ASC](http://www.apache.org/dyn/closer.cgi/incubator/stanbol/apache-stanbol-0.9.0-incubating/apache-stanbol-0.9.0-incubating-source-release.zip.asc)
+    )<br>
+    
[TAR.GZ](http://www.apache.org/dyn/closer.cgi/incubator/stanbol/apache-stanbol-0.9.0-incubating/apache-stanbol-0.9.0-incubating-source-release.tar.gz)
+    (
+    
[MD5](http://www.apache.org/dyn/closer.cgi/incubator/stanbol/apache-stanbol-0.9.0-incubating/apache-stanbol-0.9.0-incubating-source-release.tar.gz.md5)
+    |
+    
[ASC](http://www.apache.org/dyn/closer.cgi/incubator/stanbol/apache-stanbol-0.9.0-incubating/apache-stanbol-0.9.0-incubating-source-release.tar.gz.asc)
+    )
+  </td>
+</tr>
+</tbody>
+</table>
+
+## Verify your Download
+
+You should verify the MD5 checksums of your download archives.
+
+All Apache Stanbol releases are signed by the release manager. To verify
+the signature of a release package, you have to download the project's GPG
+keys from [here](http://www.apache.org/dist/incubator/stanbol/KEYS).
\ No newline at end of file

Modified: incubator/stanbol/site/trunk/templates/sidenav.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/sidenav.mdtext?rev=1335381&r1=1335380&r2=1335381&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/stanbol/site/trunk/templates/sidenav.mdtext Tue May  8 08:50:59 
2012
@@ -12,7 +12,8 @@
   - [License](http://www.apache.org/licenses/LICENSE-2.0)
 
 # Downloads
-  - [Overview](/stanbol/docs/trunk/downloads.html)
+  - [Overview](/stanbol/downloads/)
+  - [Releases](/stanbol/downloads/releases.html)
 
 # The ASF
   - [Apache Software Foundation](http://www.apache.org)


Reply via email to