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 @@
1<h3>Latest release</h3>
2<p>
3The latest alpha release of <b>Eclat</b> is available from the following
4locations:
5</p>
6<table class="download">
7 <thead>
8 <tr>
9 <td>Archive</td>
10 <td>Size</td>
11 <td>MD5</td>
12 <td>Signature</td>
13 </tr>
14 </thead>
15 <tbody>
16 <tr>
17 <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.gz">eclat-0.1.tar.gz</a></td>
18 <td>541K</td>
19 <td>7a6a6bd4ab1739604e429e288b13b38e</td>
20 <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>
21 </tr>
22 <tr>
23 <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.xz">eclat-0.1.tar.xz</a></td>
24 <td>293K</td>
25 <td>95edca338514d2ae267e6bec0d92164f</td>
26 <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>
27 </tr>
28 </tbody>
29</table>
30<p>
31You can use the signature file to verify that
32the corresponding file (without the .sig suffix) is intact. First,
33be sure to download both the <i>.sig</i> file and the corresponding tarball.
34Then, run a command like this:
35</p>
36
37<pre>
38 gpg --verify eclat-0.1.tar.gz.sig
39</pre>
40
41<p>
42If that command fails because you don't have the required public key,
43then run this command to import it:
44</p>
45
46<pre>
47 gpg --keyserver keys.gnupg.net --recv-keys 55D0C732
48</pre>
49<p>
50and rerun the <code>gpg --verify</code> command.
51</p>
52
53<h3>Other alphas</h3>
54<p>
55 This and older versions of <b>Eclat</b> can be downloaded from
56<a href="ftp://download.gnu.org.ua/pub/alpha/eclat">its ftp home</a>.
57</p>
58<p>
59 You can keep track of the news and updates at the
60<a href="http://puszcza.gnu.org.ua/projects/eclat">project's
61development page</a>.
62</p>

Return to:

Send suggestions and report system problems to the System administrator.