Author: danhaywood
Date: Mon Dec 24 19:43:36 2012
New Revision: 1425673
URL: http://svn.apache.org/viewvc?rev=1425673&view=rev
Log:
isis site - release 1.0.0 updates
Modified:
isis/site/trunk/content/download.md
Modified: isis/site/trunk/content/download.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/download.md?rev=1425673&r1=1425672&r2=1425673&view=diff
==============================================================================
--- isis/site/trunk/content/download.md (original)
+++ isis/site/trunk/content/download.md Mon Dec 24 19:43:36 2012
@@ -1,10 +1,29 @@
Title: Downloads
-## Latest-n-greatest
+## Formal Releases
-Isis graduated from the Apache incubator in October 2012; we are currently
setting ourselves up as a top-level project.
+**See also the [release matrix](release-matrix.html) for details of which
components run against which versions of core.**
-In the meantime, you can download the Isis source code using:
+The formal releases of Isis can be downloaded here:
+
+Core:
+
+*
[isis-1.0.0](https://dist.apache.org/repos/dist/release/isis/core/isis-1.0.0-source-release.zip)
[asc](https://dist.apache.org/repos/dist/release/isis/core/isis-1.0.0-source-release.zip.asc)
+
+Components:
+
+*
[isis-security-file-1.0.0](https://dist.apache.org/repos/dist/release/isis/component/security/file/isis-security-file-1.0.0-source-release.zip)
[asc](https://dist.apache.org/repos/dist/release/isis/component/security/file/isis-security-file-1.0.0-source-release.zip.asc)
+*
[isis-objectstore-jdo-1.0.0](https://dist.apache.org/repos/dist/release/isis/component/objectstore/jdo/isis-objectstore-jdo-1.0.0-source-release.zip)
[asc](https://dist.apache.org/repos/dist/release/isis/component/objectstore/jdo/isis-objectstore-jdo-1.0.0-source-release.zip.asc)
+*
[isis-viewer-wicket-1.0.0](https://dist.apache.org/repos/dist/release/isis/component/viewer/wicket/isis-viewer-wicket-1.0.0-source-release.zip)
[asc](https://dist.apache.org/repos/dist/release/isis/component/viewer/wicket/isis-viewer-wicket-1.0.0-source-release.zip.asc)
+*
[isis-viewer-restfulobjects-1.0.0](https://dist.apache.org/repos/dist/release/isis/component/viewer/restfulobjects/isis-viewer-restfulobjects-1.0.0-source-release.zip)
[asc](https://dist.apache.org/repos/dist/release/isis/component/viewer/restfulobjects/isis-viewer-restfulobjects-1.0.0-source-release.zip.asc)
+
+Archetypes:
+
+* [Quickstart
Wicket/Restful/JDO](https://dist.apache.org/repos/dist/release/isis/archetype/quickstart_wicket_restful_jdo-archetype/quickstart_wicket_restful_jdo-archetype-1.0.0-source-release.zip)
[asc](https://dist.apache.org/repos/dist/release/isis/archetype/quickstart_wicket_restful_jdo-archetype/quickstart_wicket_restful_jdo-archetype-1.0.0-source-release.zip.asc)
+
+## Source Code
+
+You can also download the Isis source code using:
<pre>
git clone git://git.apache.org/isis.git
@@ -32,6 +51,3 @@ You can browse the repo [here](https://g
There are some examples of running against the current snapshot; see
[here](getting-started/examples.html).
-## Previous releases
-
-Our previous incubator release, 0.2.0-incubating, is still available from
Maven central repo. Easiest way to use that the [quickstart
archetype](getting-started/quickstart-archetype.html).