<?
include("site.inc");

$template = new Page;
$template->initCommon();

$template->displayHeader();

?>

<h1>Download Now</h1>
<ul>
  <li>Download Fedora Core test images:
    <ul>
      <li><strong><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/iso/">i386</a></strong></li>
      <li><strong><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/4/x86_64/iso/">x86_64</a></strong></li>
      <li><strong><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/4/ppc/iso/">ppc</a></strong></li>
    </ul></li>
  <li>Slow downloading?
    <ul>
      <li><strong><a href="mirrors.php">Fedora mirror sites</a></strong> are available all over the world.</li>
      <li><strong><a href="http://torrent.fedoraproject.org/">BitTorrent</a></strong> is a great way to spread Fedora.</li>
    </ul>
  </li>
</ul>

<h1>Know What You Are Doing</h1>
<p>
  New to Fedora Core?  Please read the <strong><a href="install.php">full installation instructions</a></strong>.  These are also available in a <a href="install-print.php">printable version</a>.
</p>

<?

$template->displayFooter('$Date: 2005/11/29 17:32:36 $');

?>