You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by bo...@apache.org on 2013/12/16 18:29:55 UTC

svn commit: r1551274 - /lucene.net/site/trunk/content/download.mdtext

Author: bodewig
Date: Mon Dec 16 17:29:54 2013
New Revision: 1551274

URL: http://svn.apache.org/r1551274
Log:
LUCENENET-532

Modified:
    lucene.net/site/trunk/content/download.mdtext

Modified: lucene.net/site/trunk/content/download.mdtext
URL: http://svn.apache.org/viewvc/lucene.net/site/trunk/content/download.mdtext?rev=1551274&r1=1551273&r2=1551274&view=diff
==============================================================================
--- lucene.net/site/trunk/content/download.mdtext (original)
+++ lucene.net/site/trunk/content/download.mdtext Mon Dec 16 17:29:54 2013
@@ -1,7 +1,31 @@
-# Lucene.Net 3.0.3 - Oct 10, 2012
+# Apache Lucene.Net 3.0.3 - Oct 10, 2012
 
-- [Binary]([preferred]/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip) [PGP Signature](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.asc) [SHA1 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.sha1) [MD5 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.md5) 
-- [Source]([preferred]/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip) [PGP Signature](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.asc) [SHA1 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.sha1) [MD5 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.md5) 
+Use the links below to download the Lucene.Net from one of our mirrors.
+
+### Mirror # {#mirror}
+
+[if-any logo] []([link]) [end] The currently selected mirror is
+**[preferred]**. If you encounter a problem with this mirror, please select
+another mirror. If all mirrors are failing, there are *backup* mirrors (at
+the end of the mirrors list) that should be available.
+<form action="[location]" method="get" id="SelectMirror">Other
+mirrors:<select name="Preferred">[if-any http] [for http]<option
+value="[http]">[http]</option>[end] [end] [if-any ftp] [for ftp]<option
+value="[ftp]">[ftp]</option>[end] [end] [if-any backup] [for backup]<option
+value="[backup]">[backup] (backup)</option>[end] [end]</select><input
+type="submit" value="Change"></input></form>
+You may also consult the [complete list of
+mirrors](http://www.apache.org/mirrors/).
+
+
+- [Binary]([preferred]/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip)
+ - [PGP Signature](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.asc)
+ - [SHA1 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.sha1)
+ - [MD5 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.md5) 
+- [Source]([preferred]/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip)
+ - [PGP Signature](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.asc)
+ - [SHA1 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.sha1)
+ - [MD5 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.md5) 
 
 Note: RC2 was the release that we voted to pass - those are the release artifacts
 
@@ -9,7 +33,6 @@ Note: RC2 was the release that we voted 
 
 - [3.6 - Latest and Greatest](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git)
 
-
 # Release Archives
 
 All old releases can be downloaded from the ASF's [distribution archive](http://archive.apache.org/dist/lucenenet/).
@@ -19,4 +42,34 @@ All old releases can be downloaded from 
 - [3.0.3 Source](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=shortlog;h=refs/tags/Lucene.Net_3_0_3_RC2_final)
 - [2.9.4g Source](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=commit;h=72be2253c9e6dbaeefca3ccdb9ba146b71848927)
 - [2.9.4 Source](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=commit;h=38aff4627fa4336cec354ae76621a0ed24ed8b35)
-- [Older Releases](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=tags)
\ No newline at end of file
+- [Older Releases](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=tags)
+
+# Verify the integrity of the files # {#verify}
+
+It is essential that you verify the integrity of the downloaded files using
+the PGP or MD5 signatures. Please read [Verifying Apache HTTP Server
+Releases](http://httpd.apache.org/dev/verification.html) for more information on why you should
+verify our releases.
+
+The PGP signatures can be verified using PGP or GPG. First download the
+[KEYS](http://www.apache.org/dist/lucenenet/KEYS) as well as the `asc`
+signature file for the relevant distribution. Make sure you get these files
+from the [main distribution directory](http://www.apache.org/dist/lucenenet/) ,
+rather than from a mirror. Then verify the signatures using
+
+<code>% pgpk -a KEYS<br></br>% pgpv Apache-Lucene.Net-3.0.3-RC2.src.zip.asc<br></br></code>
+*or* <br></br><code>% pgp -ka KEYS<br></br>% pgp
+Apache-Lucene.Net-3.0.3-RC2.src.zip.asc<br></br></code> *or* <br></br><code>% gpg --import
+KEYS<br></br>% gpg --verify Apache-Lucene.Net-3.0.3-RC2.src.zip.asc</code>
+
+Alternatively, you can verify the MD5 or SHA1 signature on the files. A unix
+program called `md5` or `md5sum` is included in many unix distributions. It
+is also available as part of [GNU
+Textutils](http://www.gnu.org/software/textutils/textutils.html). Windows
+users can get binary md5 programs from [here](http://www.fourmilab.ch/md5/)
+, [here](http://www.pc-tools.net/win32/freeware/console/) , or
+[here](http://www.slavasoft.com/fsum/). An MD5 signature consists of 32 hex
+characters, and a SHA1 signature consists of 40 hex characters. Ensure your
+generated signature string matches the signature string published in the
+files above.
+