You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/12 15:10:20 UTC

svn commit: r584158 - /myfaces/orchestra/trunk/src/site/xdoc/download.xml

Author: imario
Date: Fri Oct 12 06:10:14 2007
New Revision: 584158

URL: http://svn.apache.org/viewvc?rev=584158&view=rev
Log:
added release download

Modified:
    myfaces/orchestra/trunk/src/site/xdoc/download.xml

Modified: myfaces/orchestra/trunk/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/src/site/xdoc/download.xml?rev=584158&r1=584157&r2=584158&view=diff
==============================================================================
--- myfaces/orchestra/trunk/src/site/xdoc/download.xml (original)
+++ myfaces/orchestra/trunk/src/site/xdoc/download.xml Fri Oct 12 06:10:14 2007
@@ -10,8 +10,45 @@
 		<section name="Download">
 
                        <subsection name="Release">
-				None yet.
-                       </subsection>
+						   <p>
+								Use the links below to download a distribution of Apache MyFaces Orchestra
+							   from one of our mirrors. It is good practice to verify the integrity of
+							   the distribution files.
+						   </p>
+						   <p>
+								You will be prompted for a mirror - if the file is not found on yours,
+							   please be patient, as it may take 24 hours to reach all mirrors.
+						   </p>
+						   <p>
+							   Apache MyFaces Orchestra is distributed as a zip archive (for Windows)
+							   and as a tar.gz archive (for UNIX). The contents are the same.
+							   Please note that the tar.gz archives contain file names longer than
+							   100 characters and have been created using GNU tar extensions. Thus
+							   they must be untarred with a GNU compatible version of tar.
+							</p>
+							<p>
+						   <b>Apache MyFaces Orchestra Core 1.0 Distribution</b>
+<table>
+	<tr>
+		<th>Archive</th>
+		<th>Mirrors</th>
+		<th>Checksum</th>
+		<th>Signature</th>
+	</tr>
+	<tr>
+		<td>Apache MyFaces Orchestra Core 1.0 (tar.gz)</td>
+		<td><a href="http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-orchestra-core-1.0.tar.gz">myfaces-orchestra-core-1.0.tar.gz</a></td>
+		<td><a href="http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-orchestra-core-1.0.tar.gz.md5">myfaces-orchestra-core-1.0.tar.gz.md5</a></td>
+		<td><a href="http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-orchestra-core-1.0.tar.gz.asc">myfaces-orchestra-core-1.0.tar.gz.asc</a></td>
+	</tr><tr>
+		<td>Apache MyFaces Orchestra Core 1.0 (zip)</td>
+		<td><a href="http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-orchestra-core-1.0.zip">myfaces-orchestra-core-1.0.zip</a></td>
+		<td><a href="http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-orchestra-core-1.0.zip.md5">myfaces-orchestra-core-1.0.zip.md5</a></td>
+		<td><a href="http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-orchestra-core-1.0.zip.asc">myfaces-orchestra-core-1.0.zip.asc</a></td>
+	</tr>
+</table>
+					   </p>
+					   </subsection>
 
                        <subsection name="Snapshot">
 				Use our maven snapshot repository to download the latest build <a href="http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra">http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra</a>
@@ -43,8 +80,9 @@
 &lt;version&gt;wanted_version_number&lt;/version&gt;
 &lt;/dependency&gt;
 				</pre>
-				This also requires you to have the Apache Maven Snapshot Repository (http://pe
-ople.apache.org/repo/m2-snapshot-repository) configured.
+				If you'd like to work with the nightly builds it is also required that you have the
+				Apache Maven Snapshot Repository
+				(http://people.apache.org/repo/m2-snapshot-repository) configured.
                         </subsection>
 
 		</section>