fix the downloads page

git-svn-id: https://svn.apache.org/repos/asf/incubator/wink/site/trunk@798515 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/site/pom.xml b/site/pom.xml
index 0eb9897..ce0a731 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -28,6 +28,9 @@
 		<version>6</version>
 	</parent>
 	<properties>
+		<downloadSnapshotName>Wink-0.1-incubating-SNAPSHOT</downloadSnapshotName>
+		<downloadSnapshotUrl>https://repository.apache.org/content/repositories/snapshots/org/apache/wink/apache-wink/0.1-incubating-SNAPSHOT</downloadSnapshotUrl>
+		<downloadSnapshotFile>apache-wink-0.1-incubating-SNAPSHOT</downloadSnapshotFile>
 	</properties>
 	<scm>
 		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/trunk</connection>
diff --git a/site/src/site/confluence/downloads.confluence b/site/src/site/confluence/downloads.confluence
deleted file mode 100644
index 82cd312..0000000
--- a/site/src/site/confluence/downloads.confluence
+++ /dev/null
@@ -1,45 +0,0 @@
-h1. Apache Wink Downloads

-

- Wink is distributed in several formats for your convenience.

-		

-h2. Release

-

- There is no release yet. 

-

-h2. Latest Snapshots

-		

-h3. Distribution Archive

-

-[wink-dist-0.1-incubating-SNAPSHOT.zip|https://repository.apache.org/content/repositories/snapshots/org/apache/wink/wink-dist/0.1-incubating-SNAPSHOT/wink-dist-0.1-incubating-SNAPSHOT.zip] - contains the Wink server module, client module, extensions, all 3-rd party dependencies, server and client examples, documentation.

-

-h3. Maven

-

-h4. Dependencies

-

- Add the following dependencies to your Maven pom.xml to include the Apache Wink Client module and the Server module.

-

-h5. Client

-

-{code}

-<dependency>

-    <groupId>org.apache.wink</groupId>

-    <artifactId>wink-client</artifactId>

-    <version>0.1-incubating-SNAPSHOT</version>

-</dependency>

-{code}

-

-h5. Server

-

-{code}

-<dependency>

-    <groupId>org.apache.wink</groupId>

-    <artifactId>wink-server</artifactId>

-    <version>0.1-incubating-SNAPSHOT</version>

-</dependency>

-{code}

-

-h4. Repository

-

-  https://repository.apache.org/content/repositories/snapshots/org/apache/wink/

-

-

diff --git a/site/src/site/confluence/downloads.confluence.vm b/site/src/site/confluence/downloads.confluence.vm
new file mode 100644
index 0000000..d9cf4ee
--- /dev/null
+++ b/site/src/site/confluence/downloads.confluence.vm
@@ -0,0 +1,47 @@
+h1. Apache Wink Downloads

+

+ Wink is distributed in several formats for your convenience.

+		

+h2. Release

+

+ There is no release yet. 

+

+h2. Latest Snapshots

+		

+|| Name ||  Archive || MD5 || SHA-1 || Signature ||

+| ${downloadSnapshotName} (gz) | [GZIP|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz.sha1]  |  |

+| ${downloadSnapshotName} (zip) | [ZIP|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip.sha1] | |

+| ${downloadSnapshotName} (Source gz) | [GZIP|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz.md5]  | [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz.sha1] | |

+| ${downloadSnapshotName} (Source zip) | [ZIP|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip.sha1] | |

+

+h3. Maven

+

+h4. Dependencies

+

+ Add the following dependencies to your Maven pom.xml to include the Apache Wink Client module and the Server module.

+

+h5. Client

+

+{code}

+<dependency>

+    <groupId>org.apache.wink</groupId>

+    <artifactId>wink-client</artifactId>

+    <version>0.1-incubating-SNAPSHOT</version>

+</dependency>

+{code}

+

+h5. Server

+

+{code}

+<dependency>

+    <groupId>org.apache.wink</groupId>

+    <artifactId>wink-server</artifactId>

+    <version>0.1-incubating-SNAPSHOT</version>

+</dependency>

+{code}

+

+h4. Repository

+

+  https://repository.apache.org/content/repositories/snapshots/org/apache/wink/

+

+

diff --git a/site/src/site/resources/css/site.css b/site/src/site/resources/css/site.css
index e93bb6e..8c94453 100644
--- a/site/src/site/resources/css/site.css
+++ b/site/src/site/resources/css/site.css
@@ -90,4 +90,17 @@
 
 p {
   margin-left:12px;
+}
+
+#contentBox th {
+  text-align:center;
+}
+
+td {
+  text-align:left;
+}
+
+table {
+  margin-left:12px;
+  margin-right:12px;
 }
\ No newline at end of file