diff options
Diffstat (limited to 'web/include/downloads.php')
-rw-r--r-- | web/include/downloads.php | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/web/include/downloads.php b/web/include/downloads.php deleted file mode 100644 index e3c5b94..0000000 --- a/web/include/downloads.php +++ /dev/null @@ -1,52 +0,0 @@ -<?php -$downloads = array( - "windows" => '<h3 class="windows">Windows (x86)</h3> - <p>Provides latest patch <tt>pk3</tt> data from - id. You need to copy your <tt>pak0.pk3</tt> from the CD-ROM - when the installation process is completed.</p> - <p><a href="http://icculus.org/~zakk/q3run/ioquake3_setup.exe"> - Download for Windows x86</a>, 26MB. - <em>MD5: <tt>cd1298f0430ec9b040f2c855d78363c5</tt></em><br /> - <em>Built from Subversion - <a href="http://svn.icculus.org/quake3/trunk/?rev=647">revision 647</a>.</em> - </p><p> - Thanks to <a href="mailto:phatfil@optusnet.com.au">Philip - Nelson</a>.</p>', - - "linux" => '<h3 class="linux">Linux (x86, x86_64, PowerPC)</h3> - <p>You must <a href="?page=getdata">download patch data seperately</a> - with these installers. When the installation is complete, - you need to copy your <tt>pak0.pk3</tt> from your legal CD-ROM. - Execute the <tt>.run</tt> file as root with something like - <tt>sh <em>ioquake3-version_etc.run</em></tt></p> - <p> - <a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.i386.run"> - Download for x86</a>, 2.7MB. - <em>MD5: <a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.i386.run.asc"> - <tt>1f77f6afb2b6428e8e47ddc3d8bc8b98</tt></a></em><br /> - <a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.x86_64.run"> - Download for x86_64</a>, 3.4MB. - <em>MD5: <a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.x86_64.run.asc"> - <tt>bf338d31d40991e0e8f930a0e5b078c7</tt></a></em><br /> - <a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.ppc.run"> - Download for PowerPC</a>, 2.7MB. - <em>MD5: <a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.ppc.run.asc"> - <tt>cefbaca88dd5c5cd8b151f21f38f20df</tt></a></em><br /> - <em>Built from Subversion - <a href="http://svn.icculus.org/quake3/trunk/?rev=629">revision 629</a>.</em> - </p><p> - Thanks to <a href="mailto:ludwig.nussel@suse.de">Ludwig - Nussel</a>. - </p>', - - "mac" => '<h3 class="apple">Mac OS X (PowerPC)</h3> - <p>You must <a href="http://icculus.org/quake3/?page=getdata">download patch data seperately</a> - with this <tt>dmg</tt>. When the installation is complete, - you need to copy your <tt>pak0.pk3</tt> from your legal CD-ROM. - Further instruction is in the <tt>ReadMe.rtf</tt> included in - the <tt>dmg</tt>. Intel binaries will be coming shortly.</p> - <p><a href="http://icculus.org/~zakk/q3run/ioquake3.dmg"> - Download for OS X (PowerPC)</a>, 5.5MB.<br /> - <em>Built from Subversion <a href="http://svn.icculus.org/quake3/trunk/?rev=653">revision 653</a>.</em></p><p>Thanks to Vincent Morenas for help in creating this <tt>dmg</tt>.</p> ' -); -?> |