aboutsummaryrefslogtreecommitdiff
path: root/download.htin
diff options
context:
space:
mode:
Diffstat (limited to 'download.htin')
-rw-r--r--download.htin62
1 files changed, 62 insertions, 0 deletions
diff --git a/download.htin b/download.htin
new file mode 100644
index 0000000..254a337
--- /dev/null
+++ b/download.htin
@@ -0,0 +1,62 @@
+<h3>Latest release</h3>
+<p>
+The latest alpha release of <b>Eclat</b> is available from the following
+locations:
+</p>
+<table class="download">
+ <thead>
+ <tr>
+ <td>Archive</td>
+ <td>Size</td>
+ <td>MD5</td>
+ <td>Signature</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.gz">eclat-0.1.tar.gz</a></td>
+ <td>541K</td>
+ <td>7a6a6bd4ab1739604e429e288b13b38e</td>
+ <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.gz.sig">eclat-0.1.tar.gz.sig</a></td>
+ </tr>
+ <tr>
+ <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.xz">eclat-0.1.tar.xz</a></td>
+ <td>293K</td>
+ <td>95edca338514d2ae267e6bec0d92164f</td>
+ <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.xz.sig">eclat-0.1.tar.xz.sig</a></td>
+ </tr>
+ </tbody>
+</table>
+<p>
+You can use the signature file to verify that
+the corresponding file (without the .sig suffix) is intact. First,
+be sure to download both the <i>.sig</i> file and the corresponding tarball.
+Then, run a command like this:
+</p>
+
+<pre>
+ gpg --verify eclat-0.1.tar.gz.sig
+</pre>
+
+<p>
+If that command fails because you don't have the required public key,
+then run this command to import it:
+</p>
+
+<pre>
+ gpg --keyserver keys.gnupg.net --recv-keys 55D0C732
+</pre>
+<p>
+and rerun the <code>gpg --verify</code> command.
+</p>
+
+<h3>Other alphas</h3>
+<p>
+ This and older versions of <b>Eclat</b> can be downloaded from
+<a href="ftp://download.gnu.org.ua/pub/alpha/eclat">its ftp home</a>.
+</p>
+<p>
+ You can keep track of the news and updates at the
+<a href="http://puszcza.gnu.org.ua/projects/eclat">project's
+development page</a>.
+</p>

Return to:

Send suggestions and report system problems to the System administrator.