Admin/website/packages.html
changeset 16673 6b14aba5ddaa
child 16674 bf2cd93cc245
equal deleted inserted replaced
16672:f83f3aef274d 16673:6b14aba5ddaa
       
     1 <?xml version='1.0' encoding='iso-8859-1' ?>
       
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     3 <!-- $Id$ -->
       
     4 <html xmlns="http://www.w3.org/1999/xhtml">
       
     5 
       
     6 <head>
       
     7     <title>Packages</title>
       
     8     <?include file="//include/htmlheader.include.html"?>
       
     9 </head>
       
    10 
       
    11 <body class="dist">
       
    12     <?include file="//include/header.include.html"?>
       
    13     <div class="hr"><hr/></div>
       
    14     <?include file="//include/navigation.include.html"?>
       
    15     <div class="hr"><hr/></div>
       
    16 
       
    17     <div id="content">
       
    18         <?include file="//include/mirrorlist.include.html"?>
       
    19         <div class="hr"><hr/></div>
       
    20 
       
    21         <h2><?value key="distname"?></h2>
       
    22 
       
    23         <p>The following source and binary packages of <?value key="distname"?>
       
    24         provide everything required for easy installation of the full Isabelle
       
    25         working environment on common Unix platforms (e.g. Linux, Darwin,
       
    26         Solaris). We provide a complete set of packages for Isabelle, Proof
       
    27         General, and PolyML.</p>
       
    28     
       
    29         <p>While XEmacs 21 is not included here, most operating system
       
    30         distributions already provide a suitable package. Some of the
       
    31         packages below are platform dependent; we include binaries for
       
    32         Linux/x86, Solaris/Sparc, and Darwin/PPC (MacOS X).</p>
       
    33     
       
    34         <p>Please see the <a href="installation.html">installation instructions</a>
       
    35         for which packages to download and for more information.</p>
       
    36 
       
    37         <?include file="//include/downloadtable.include.html"?>
       
    38 
       
    39         <h2>Development snapshot</h2>
       
    40 
       
    41         <p>For the curious we provide a nightly generated
       
    42         CVS <a href="http://isabelle.in.tum.de/devel/">development snapshot</a> of
       
    43         Isabelle. <em>Use at your own risk!</em></p>
       
    44 
       
    45         <h2>Past releases</h2>
       
    46 
       
    47         <p>Past releases are available from the <a href="download_past.html">archive</a>.</p>
       
    48 
       
    49     </div>
       
    50     <div class="hr"><hr/></div>
       
    51     <?include file="//include/footer.include.html"?>
       
    52 </body>
       
    53 
       
    54 </html>