source: MondoRescue/trunk/website/index.shtml@ 372

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

merge -r363:371 $SVN_M/branches/stable

File size: 3.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en">
4 <head>
5<!--#include virtual="/head.shtml" -->
6 </head>
7 <body>
8<!--#include virtual="/top.shtml" -->
9
10 <h1>Mondo Rescue Home Page</h1>
11 <div class="h2-1">
12 <h2>Mondo Rescue</h2>
13 </div>
14 <div class="c"> <img src="/images/screenshots.png" alt="Mondo Rescue screenshots" title="Mondo Rescue Screenshots" /></div>
15 <p class="c">Mondo Rescue is a GPL disaster recovery solution. It supports Linux (i386, x86_64, ia64) and FreeBSD (i386). It's packaged for multiple distributions (RedHat, RHEL, SuSE, SLES, Mandriva, Debian). </p>
16 <p>It supports tapes, disks, network and CD/DVD as backup media, multiple filesystems, LVM, software and hardware Raid.</p>
17 <p class="c">You need it to be safe.</p>
18
19 <div class="h2-2">
20 <h2>Authors</h2>
21 </div>
22 <p><a href="http://www.hyper-linux.org/">Bruno Cornec</a>: development, maintenance, rpm packaging, web site, documentation<br />
23 <a href="http://www.desknow.com/desknow/directfiles/aleidenfrost/mr-debs-unofficial/index.html">Andree Leidenfrost</a>: development, maintenance, debian packaging<br />
24 </p>
25 <p>Original Author</p>
26 <p>
27 <a href="mailto:hugo_at_mondorescue.org">Hugo Rabson</a>: Creator of Mondo Rescue<br />
28 </p>
29
30 <p>Sponsored by <a href="http://www.hp.com/go/linux">HP</a> and the <a href="http://www.hpintelco.net">HP/Intel Solution Center</a>.</p>
31
32 <div class="h2-4">
33 <h2>Made with</h2>
34 </div>
35 <div class="c"><a href="http://www.73lab.com/"><img src="/images/icon-73lab.png" width="89" height="40" alt="73lab logo" title="Graphics by Ayo" /></a>
36 <a href="http://www.gnu.org"><img src="/images/gnubanner-2_114x40.png" width="114" height="40" alt="GNU logo" title="We run GNU" /></a>
37 <a href="http://www.vim.org"><img src="/images/icon-vim.png" width="140" height="40" alt="Vim logo" title="Edited with Vim" /></a>
38 <a href="http://www.perl.org/"><img src="/images/icon-perl.png" width="100" height="40" alt="Perl" title="Made with Perl" /></a>
39 <a href="http://www.mandriva.com/"><img src="/images/icon-mandriva.png" width="160" height="40" alt="Mandriva" title="Hosted on Mandriva Linux" /></a>
40 </div>
41
42 <div class="h2-3">
43 <h2>About this website</h2>
44 </div>
45 <p>This website has been designed according to the <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mondorescue.org">W3C standards</a> in order to be viewable by most standard compliant browsers. Since it uses some CSS techniques, it may not render correctly on some non-free (as in <i>freedom</i>) widely used browser. If this is the case with your browser, you may want to try the latest version of <a href="http://www.mozilla.com/firefox/">Firefox</a>, a standards compliant free software browser.</p>
46 <p>This site is best viewed with the free <a href="http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/">"Vera" True Type Font</a>&nbsp;&nbsp;from Bitstream.</p>
47
48<!--#include virtual="/bottom.shtml" -->
49 </body>
50</html>
Note: See TracBrowser for help on using the repository browser.