You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by lr...@apache.org on 2013/03/09 19:05:05 UTC

svn commit: r1454747 - /wink/site/trunk/cms/content/downloads.mdtext

Author: lresende
Date: Sat Mar  9 18:05:05 2013
New Revision: 1454747

URL: http://svn.apache.org/r1454747
Log:
Add remaining download page content.

Modified:
    wink/site/trunk/cms/content/downloads.mdtext

Modified: wink/site/trunk/cms/content/downloads.mdtext
URL: http://svn.apache.org/viewvc/wink/site/trunk/cms/content/downloads.mdtext?rev=1454747&r1=1454746&r2=1454747&view=diff
==============================================================================
--- wink/site/trunk/cms/content/downloads.mdtext (original)
+++ wink/site/trunk/cms/content/downloads.mdtext Sat Mar  9 18:05:05 2013
@@ -1,7 +1,7 @@
 Title: Downloads
 
 
-<h2>Apache Wink Downloads</h2>
+<h1>Apache Wink Downloads</h1>
 
 <hr>
 
@@ -15,7 +15,7 @@ Title: Downloads
 
 <hr>
 
-<h4>Download Apache Wink 1.2.1</h4>
+<h2>Download Apache Wink 1.2.1</h2>
 
 
 <div class="row">
@@ -42,21 +42,54 @@ Title: Downloads
     	</tr>
 
     	<tr>
-    		<td> Release Notes </td><td> <a href="1.2.1/release_notes.html">1.2.1-incubating</a> </td><td> </td><td> </td><td> </td></tr><tr class="a"><td> KEYS for {Wink-1.2.1-incubating} </td><td> <a href="http://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.2.1-incubating/KEYS">KEYS</a> </td><td> </td><td> </td><td> </td>
+    		<td> Release Notes </td><td> <a href="1.2.1/release_notes.html">1.2.1-incubating</a> </td><td> </td><td> </td><td> </td></tr><tr class="a"><td> KEYS </td><td> <a href="http://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.2.1-incubating/KEYS">KEYS</a> </td><td> </td><td> </td><td> </td>
     	</tr>
     	</table>
 
-		<p>Instructions for checking hashes and signatures is indicated on the Verifying Apache Software Foundation Releases page.</p>
+		<p>Instructions for checking hashes and signatures is indicated on the <a href="http://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> page.</p>
 		<p>You can also retrieve the source files from our svn repository by typing :</p>
 
 		<pre>svn co http://svn.apache.org/repos/asf/wink/tags/wink-1.2.1-incubating/</pre>
 
-		<p>Instructions for checking hashes and signatures is indicated on the Verifying Apache Software Foundation Releases page.</p>
+		<p>Instructions for checking hashes and signatures is indicated on the <a href="http://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> page.</p>
 
 		<p>You can also retrieve the source files from our svn repository by typing :</p>
 
 		<pre>svn co http://svn.apache.org/repos/asf/wink/tags/wink-1.2.1-incubating/</pre>
 
+        <h4> Using Maven </h4>
+
+        <p>We strongly encourage our users to configure a Maven repository mirror closer to their location, please read <a href="http://maven.apache.org/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.
+
+        <strong>Dependencies</strong>
+
+        <p>Add the following dependencies to your Maven pom.xml to include the Apache Wink Client module or the Server module.</p>
+
+        <strong>Server:</strong>
+        <pre>
+            &lt;dependency&gt;
+                &lt;groupId&gt;org.apache.wink&lt;/groupId&gt;
+                &lt;artifactId&gt;wink-server&lt;/artifactId&gt;
+                &lt;version&gt;1.2.1-incubating&lt;/version&gt;
+            &lt;/dependency&gt;
+        </pre>
+
+        <strong>Client:</strong>
+        <pre>
+            &lt;dependency&gt;
+                &lt;groupId&gt;org.apache.wink&lt;/groupId&gt;
+                &lt;artifactId&gt;wink-client&lt;/artifactId&gt;
+                &lt;version&gt;1.2.1-incubating&lt;/version&gt;
+            &lt;/dependency&gt;
+        </pre>
     </div>
 </div>
 
+
+<h2>Previous Releases</h2>
+
+<div class="row">
+    <div class="span10">
+        All previous releases of Apache Wink can be found in the <a href="http://archive.apache.org/dist/incubator/wink/">archives</a>.
+    </div>
+</div>
\ No newline at end of file