aboutsummaryrefslogtreecommitdiffstats
path: root/web/include/downloads.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/include/downloads.php')
-rw-r--r--web/include/downloads.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/web/include/downloads.php b/web/include/downloads.php
new file mode 100644
index 0000000..0f5f5eb
--- /dev/null
+++ b/web/include/downloads.php
@@ -0,0 +1,30 @@
+<?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://www.timedoctor.org/~zakk/ioquake3_setup.exe">
+ Download, Windows x86</a> 26MB.</p><p><em> Thanks to
+ <a href="mailto:phatfil@optusnet.com.au">Philip Nelson</a>.</em></p>',
+
+ "linux" => '<h3 class="linux">Linux (x86, x86_64, PowerPC)</h3>
+ <p>Does not provide latest patch <tt>pk3</tt> data. You must
+ <a href="?page=getadata">download it seperately</a>. When the
+ installation is complete, you need to copy your <tt>pak0.pk3</tt>
+ from the 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.</p>
+ <p><a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.x86_64.run">
+ Download for x86_64,</a> 3.4MB.</p>
+ <p><a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.ippc.run">
+ Download for PowerPC,</a> 2.7MB.</p>
+ <p>( Built from Subversion revision 629. )<br />
+ <em>Thanks to <a href="http://angst.cynapses.org/">Lugwig
+ Nussel</a>.</em></p>',
+
+ "mac" => '<h3 class="apple">Mac OS X (Intel &amp; Power)</h3>
+ <p>Coming soon.</p>'
+);
+?>