diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-14 06:35:17 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-14 06:35:17 +0000 |
commit | fdb3db0b7cdc96866b8b94b99427eda4eedcec9e (patch) | |
tree | b2f63d4a3b50aa1a68bc336a9d3cf82b83ade340 /web/include/downloads.php | |
parent | 363b1b58cfc78e2f6d205d72997b801822e2285a (diff) | |
download | ioquake3-aero-fdb3db0b7cdc96866b8b94b99427eda4eedcec9e.tar.gz ioquake3-aero-fdb3db0b7cdc96866b8b94b99427eda4eedcec9e.zip |
Some more changes, additions.
git-svn-id: svn://svn.icculus.org/quake3/trunk@641 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/downloads.php')
-rw-r--r-- | web/include/downloads.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/include/downloads.php b/web/include/downloads.php index fc34a04..016772a 100644 --- a/web/include/downloads.php +++ b/web/include/downloads.php @@ -4,13 +4,13 @@ $downloads = array( <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"> + <p><a href="http://icculus.org/~zakk/ioquake3_setup.exe"> Download for 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 + <a href="?page=getdata">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> @@ -21,10 +21,10 @@ $downloads = array( <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 + <em>Thanks to <a href="http://angst.cynapses.org/">Ludwig Nussel</a>.</em></p>', - "mac" => '<h3 class="apple">Mac OS X (Intel & Power)</h3> + "mac" => '<h3 class="apple">Mac OS X (Intel, PowerPC)</h3> <p>Coming soon.</p>' ); ?> |