Changeset 362 in MondoRescue


Ignore:
Timestamp:
Feb 6, 2006, 12:48:46 AM (18 years ago)
Author:
bcornec
Message:

begin work on download page + lots of other modifs for website

Location:
branches/stable/website
Files:
2 added
4 deleted
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/stable/website/about.shtml

    r361 r362  
    1414  <p>
    1515       <B>Mondo is reliable.</B> It backs up your GNU/Linux server or
    16        workstation to tape, CD-R, CD-RW, NFS or hard disk partition. In the
     16       workstation to tape, CD-R, CD-RW, DVD-R[W], DVD+R[W], NFS or hard disk partition. In the
    1717       event of catastrophic data loss, you will be able to restore all of
    1818       your data [or as much as you want], from bare metal if necessary.
     
    2525       JFS, XFS, ReiserFS, VFAT, and can support additional filesystems
    2626       easily: just e-mail the <A HREF="/feedback.shtml">mailing list</A>
    27        with your request. It supports adjustments in disk geometry,
     27       with your request. It supports software raid as well as most hardware raid controllers. It supports adjustments in disk geometry,
    2828       including migration from non-RAID to RAID. Mondo runs on all major
    29        Linux distributions and is getting better all the time. You may even
     29       Linux distributions (RedHat, RHEL, SuSE, SLES, Mandriva, Debian) and is getting better all the time. You may even
    3030       use it to backup non-Linux partitions, such as NTFS.</P>
    3131       <p>
    32        <B>Mondo is free!</B> It has been published under the GPL (GNU Public
     32       <B>Mondo is free!</B> It has been published under the GPL v2 (GNU Public
    3333       License), partly to expose it to thousands of potential beta-testers
    3434       but mostly as a contribution to the Linux community.
  • branches/stable/website/downloads.shtml

    r360 r362  
    66  <body>
    77          <!--#include virtual="top.shtml" -->
    8                     <h1>Download Frozen Bubble</h1>
     8                    <h1>Download Mondo Rescue</h1>
    99    <div class="h2-1">
    1010      <h2>This is Free Software</h2>
     
    1616
    1717    <div class="h2-2">
    18       <h2>What's that Free Software about? Isn't it just Freeware, since I can download free of charge?</h2>
     18      <h2>Mirrors</h2>
    1919    </div>
    20 <p>Free software is a very interesting (and important) concept. It was brought to mankind by Richard M. Stallman, the founder of the <a href="http://www.fsf.org/">Free Software Foundation</a>. Free software is copyrighted software with special licensing terms (the GPL, "General Public License") that allow users to copy, ameliorate, and redistribute software as long as the licensing terms don't restrict those rights.
    21 </p>
    22 <p>Many people don't like the freedom ideology behind free software, and stick to the sole fact that free software is typically more efficient and robust (unfortunately, that's the case of Linus Torvalds, the Linux kernel author). Free software is not only good quality software. Free software tells you that your freedom is valuable. It tells you that it's good for a society when people can share good software with friends, without being stopped by a license refusing you this right, and can ameliorate/bugfix programs if they are technically literate. It tells you that proprietary software is taking away your freedom.
    23 </p>
     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>.
    2421
    2522    <div class="h2-3">
    2623      <h2>Dependencies</h2>
    2724    </div>
    28 <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. You will need:</p>
     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>
    2926<ul>
    30 <li><b><a href="http://www.perl.com/">Perl</a></b>: the most popular scripting language out there</li>
    31 <li><b><a href="http://www.libsdl.org/">SDL</a></b>: the "standard" cross-platform multimedia C library</li>
     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>
    3233</ul>
    3334
  • branches/stable/website/index.shtml

    r361 r362  
    1414  <div class="c"> <img src="/images/screenshots.png" alt="Mondo Rescue screenshots" title="Mondo Rescue Screenshots" /></div>
    1515  <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>
    1617  <p class="c">You need it to be safe.</p>
    1718
     
    2930  <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>
    3031
    31   <div class="h2-3">
     32  <div class="h2-4">
    3233    <h2>Made with</h2>
    3334  </div>
    3435  <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>
    35     <a href="http://www.vim.org"><img src="/images/icon-vim.png" width="42" height="40" alt="Vim logo" title="Edited with Vim" /></a>
    36     <a href="http://www.perl.org/"><img src="/images/icon-perl.png" width="100" height="26" alt="Perl" title="Made with Perl" /></a>
     36    <a href="http://www.vim.org"><img src="/images/icon-vim.png" width="140" height="40" alt="Vim logo" title="Edited with Vim" /></a>
     37    <a href="http://www.perl.org/"><img src="/images/icon-perl.png" width="100" height="40" alt="Perl" title="Made with Perl" /></a>
     38    <a href="http://www.mandriva.com/"><img src="/images/icon-mandriva.png" width="160" height="40" alt="Mandriva" title="Hosted on Mandriva Linux" /></a>
    3739  </div>
    3840
    39   <div class="h2-4">
     41  <div class="h2-3">
    4042    <h2>About this website</h2>
    4143  </div>
Note: See TracChangeset for help on using the changeset viewer.