Show download.php syntax highlighted
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AllToAvi Download</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?php include("header.php"); ?>
<h1>Download</h1>
<p>Download the Win32 package at <a href="http://sourceforge.net/project/showfiles.php?group_id=156812">sourceforge.net</a>.</p>
<h2>Installation Instructions</h2>
<h3>Windows Users:</h3>
<ol start="1">
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=156812">Download</a> the Win32 package you want.</li>
<ul>
<li>If this is your first download, please get the "alltoavi_installer"</li>
<li>If you are upgrading from a previouse version, get the "update" package</li>
<li>Simply run the installer</li>
<li>Run either the commandline tool (alltoavi) or the GUI</li>
</ul>
</ol>
<p>Note: For updates and patches, to intsall just unpack the files and replace the old ones</p>
<h3>Linux Users:</h3>
<strong>[SUPPORT CURRENTLY HALTED UNTIL I HAVE ENOUGH TIME TO LEARN QT OR YOUR DECIDE TO HELP ME XD]</strong><br />
<ol start="1">
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=156812">Download</a> the POSIX package you want.</li>
<li>untar it into a folder</li>
<li>For users downloading src, please read INSTALL and README for details on compiling</li>
<li>Run alltoavi with the commad './alltoavi' within the untarred directory</li>
</ol>
<?php include("footer.php"); ?>
</body>
</html>
See more files for this project here