aboutsummaryrefslogtreecommitdiffstats
path: root/web/include/downloads.php
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-14 06:14:32 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-14 06:14:32 +0000
commit20ded87c016e27f0d16251fe7d19b18690f07c05 (patch)
tree5868295c2a846e644ee9504dce5ff3e62d941702 /web/include/downloads.php
parent0055d42438d50dd50d9f5b649d71480e7be269d0 (diff)
downloadioquake3-aero-20ded87c016e27f0d16251fe7d19b18690f07c05.tar.gz
ioquake3-aero-20ded87c016e27f0d16251fe7d19b18690f07c05.zip
More download stuff.
git-svn-id: svn://svn.icculus.org/quake3/trunk@639 edf5b092-35ff-0310-97b2-ce42778d08ea
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>'
+);
+?>