source: MondoRescue/branches/stable/website/downloads.shtml@ 364

Last change on this file since 364 was 364, checked in by bcornec, 18 years ago

News page for website re-worked

File size: 3.5 KB
RevLine 
[358]1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en">
3 <head>
[360]4 <!--#include virtual="head.shtml" -->
[358]5 </head>
6 <body>
[360]7 <!--#include virtual="top.shtml" -->
[362]8 <h1>Download Mondo Rescue</h1>
[358]9 <div class="h2-1">
10 <h2>This is Free Software</h2>
11 </div>
12 <p>Copyright (c) 2000-2005 Mondo Devteam</p>
13 <p>
14This program is <a href="http://www.fsf.org/philosophy/free-sw.html">free software</a>; you can redistribute it and/or modify it under the terms of the <a href="http://www.fsf.org/copyleft/gpl.html">GNU General Public License</a> version 2, as published by the <a href="http://www.fsf.org/">Free Software Foundation</a>.<br/>
15This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
16
17 <div class="h2-2">
[362]18 <h2>Mirrors</h2>
[358]19 </div>
[362]20 <p>We are interested in uptodate mirrors for both the Web and FTP sites. Please contact us on the <a href="/feedback.shtml">mailing list</a>.
[358]21
22 <div class="h2-3">
23 <h2>Dependencies</h2>
24 </div>
[362]25<p>The solution has been written in C/bash/perl and developed on a <a href="http://www.mandriva.com/">Mandriva</a> <a href="http://www.gnu.org/">Gnu</a>/<a href="http://www.lwn.net/">Linux</a> distribution. For it to work, you will need:</p>
[358]26<ul>
[362]27<li><b><a href="">afio</a></b>: the packaging tool used to create the archive packets</li>
28<li><b><a href="">gzip</a></b>: the most standard compressor used by Mondo Rescue</li>
29<li><b><a href="">mkisofs</a></b>: the tool to create ISO images</li>
30<li><b><a href="">busybox</a></b>: the swiss army knife : a full set of commands in a single binary (embedded)</li>
31<li><b><a href="">mindi</a></b>: the mini-distro builder part of the project</li>
32<li><b><a href="">mondo</a></b>: the disaster recovery tool in itself</li>
[358]33</ul>
34
35 <div class="h2-4">
36 <h2>Downloads</h2>
37 </div>
[364]38<h3>Source code</h3>
[358]39<ul>
40 <li>tarball (7.0 Mb): frozen-bubble-1.0.0.tar.bz2 [ <a href="http://zarb.org/~gc/fb/frozen-bubble-1.0.0.tar.bz2">Download</a> ] - <tt>2be5ead2aee72adc3fb643630a774b59</tt> - <a href="http://zarb.org/~gc/fb/frozen-bubble-1.0.0.tar.bz2.sig">sig</a></li>
41<li>source RPM for Mandrake (7.0 Mb): frozen-bubble-1.0.0-1mdk.src.rpm [ <a href="http://zarb.org/~gc/fb//frozen-bubble-1.0.0-1mdk.src.rpm">Download</a> ]</li>
42</ul>
43
[364]44<h3>Binary packages</h3>
[358]45<ul>
46<li>Since Mandrake 9.1, RPM is included by default in the distribution. Just type in <tt>urpmi frozen-bubble</tt> to install it.</li>
47<li>RPM for Mandrake 9.0 i586, 7.2 Mb: frozen-bubble-1.0.0-1mdk.i586.rpm - [ <a href="http://zarb.org/~gc/fb/frozen-bubble-1.0.0-1mdk.i586.rpm">Download</a> ]</li>
48<li>RPM for Mandrake 8.2 i586 (may also work for Mandrake 8.1): download the packages <a href="http://zarb.org/~gc/fb/Mandrake-8.2/1.0.0/">from here</a> (e.g. you need to update SDL, SDL_mixer and perl-SDL)</li>
49</ul>
50
[364]51<h3>Mondo Rescue CD</h3>
[358]52
[364]53<p>In order to make it as easy as possible for you to use Mondo Rescue, you may want to download the latest <a href="ftp://ftp.mondorescue.org/iso/mondorescue.iso">Mondo Rescue CD</a> which contains all the packages with its dependancies available on the ftp site.
[358]54
55 <div class="h2-5">
[364]56 <h2>Change Logs</h2>
[358]57 </div>
58
[364]59<h3>mondo</h3>
60<h3>mindi</h3>
[358]61
[360]62 <!--#include virtual="bottom.shtml" -->
[358]63 </body>
64</html>
Note: See TracBrowser for help on using the repository browser.