You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/09/01 10:18:49 UTC

svn commit: r1163937 - /incubator/wookie/site/trunk/content/wookie/docs/download.mdtext

Author: scottbw
Date: Thu Sep  1 08:18:49 2011
New Revision: 1163937

URL: http://svn.apache.org/viewvc?rev=1163937&view=rev
Log:
Added link to KEYS file

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/download.mdtext

Modified: incubator/wookie/site/trunk/content/wookie/docs/download.mdtext
URL: http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/download.mdtext?rev=1163937&r1=1163936&r2=1163937&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/download.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/download.mdtext Thu Sep  1 08:18:49 2011
@@ -21,6 +21,8 @@ Once you have it running locally we will
 
 ## Downloads
 
+### Version 0.9.0-INCUBATING
+
 Apache Wookie 0.9.0-INCUBATING Standalone  
 
  - [apache-wookie-0.9.0-incubating-standalone.tar.gz][1]   [MD5 Checksum][2] [Signature][3]
@@ -36,6 +38,7 @@ Apache Wookie 0.9.0-INCUBATING Source
  -  [apache-wookie-0.9.0-incubating-src.tar.gz][13] [MD5 Checksum][14] [Signature][15]
  -  [apache-wookie-0.9.0-incubating-src.zip][16] [MD5 Checksum][17] [Signature][18]
 
+[Release Signing Keys][19]
 
 ## Getting and building from the latest source code
 
@@ -49,7 +52,7 @@ To build from source follow these steps:
   - Build and run using "ant run"
   - Visit http://localhost:8080/wookie
 
-We've got some notes on setting up a [development environment][19] for Wookie.
+We've got some notes on setting up a [development environment][20] for Wookie.
 
 ### Building
 
@@ -70,9 +73,9 @@ Now skip to "Running Wookie" below.
 
 If you are running Windows you need to download and install the following applications:
 
-  - [Java Development Kit][20]
-  - [Apache Subversion][21]
-  - [Apache Ant][22]
+  - [Java Development Kit][21]
+  - [Apache Subversion][22]
+  - [Apache Ant][23]
 
 Once you've installed those applications you should checkout the source as follows:
 
@@ -115,7 +118,8 @@ A good place to start your reading is ou
   [16]: http://www.apache.org/dist/incubator/wookie/0.9.0-incubating/source/apache-wookie-0.9.0-incubating-src.zip
   [17]: http://www.apache.org/dist/incubator/wookie/0.9.0-incubating/source/apache-wookie-0.9.0-incubating-src.zip.md5
   [18]: http://www.apache.org/dist/incubator/wookie/0.9.0-incubating/source/apache-wookie-0.9.0-incubating-src.zip.asc
-  [19]: /docs/develop.html
-  [20]: http://jdk6.java.net/download.html
-  [21]: http://subversion.apache.org/
-  [22]: http://ant.apache.org/
\ No newline at end of file
+  [19]: http://www.apache.org/dist/incubator/wookie/KEYS
+  [20]: /docs/develop.html
+  [21]: http://jdk6.java.net/download.html
+  [22]: http://subversion.apache.org/
+  [23]: http://ant.apache.org/
\ No newline at end of file