diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-11 11:47:52 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-11 11:47:52 +0000 |
commit | 189ffd308d196f01f4cbed4fa0947870798c5aac (patch) | |
tree | bb6328daeb9711f7131601e8551b61e94f7f00ce | |
parent | 81013655e448b9a40f085193e7e85f2f120704ea (diff) | |
download | website-189ffd308d196f01f4cbed4fa0947870798c5aac.tar.gz website-189ffd308d196f01f4cbed4fa0947870798c5aac.tar.bz2 website-189ffd308d196f01f4cbed4fa0947870798c5aac.tar.xz website-189ffd308d196f01f4cbed4fa0947870798c5aac.zip |
Updated downloads page to new Windows and source releases.
-rw-r--r-- | downloads.php | 12 | ||||
-rw-r--r-- | includes/common.php | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/downloads.php b/downloads.php index 1be8a2a..5fa250c 100644 --- a/downloads.php +++ b/downloads.php @@ -6,12 +6,12 @@ <h3>Current client release</h3> <div class="releases"> -<div class="release"><img src="images/ico-win.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.16-win32.exe?download"><b>Windows installer</b> 0.0.16</a></div> -<div class="release"><img src="images/ico-src.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.16.tar.gz?download"><b>Source code</b> 0.0.16</a></div> -<div class="release"><img src="images/ico-osx.png"/> MacOS X package 0.0.11 (broken)</div> -<div class="release"><img src="images/ico-deb.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw_0.0.16-1_i386.deb?download"><b>Debian package</b> 0.0.16</a> (see below for repository)</div> -<div class="release"><img src="images/ico-deb.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-data_0.0.16-1_all.deb?download"><b>Debian package</b> 0.0.16 (data)</a></div> -<div class="release"><img src="images/ico-gentoo.png"/> <a href="http://packages.gentoo.org/packages/?category=games-rpg;name=tmw"><b>Gentoo eBuild</b></a></div> +<div class="release"><img src="images/ico-win.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.17-win32.exe?download"><b>Windows installer</b> 0.0.17</a></div> +<div class="release"><img src="images/ico-src.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.17.tar.gz?download"><b>Source code</b> 0.0.17</a></div> +<div class="release"><img src="images/ico-osx.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.16-mac.dmg.tbz?download">MacOS X package 0.0.16</a></div> +<div class="release"><img src="images/ico-deb.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw_0.0.16-1_i386.deb?download">Debian package 0.0.16</a> (see below for repository)</div> +<div class="release"><img src="images/ico-deb.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-data_0.0.16-1_all.deb?download">Debian package 0.0.16 (data)</a></div> +<div class="release"><img src="images/ico-gentoo.png"/> <a href="http://packages.gentoo.org/packages/?category=games-rpg;name=tmw">Gentoo eBuild</a></div> </div> <p>For older versions please see our <a diff --git a/includes/common.php b/includes/common.php index 869825f..203e265 100644 --- a/includes/common.php +++ b/includes/common.php @@ -54,7 +54,7 @@ function placeHeader($page_title) <div class="section"> <ul> <!-- No newlines after list items because IE 6 can't handle that properly --> - <li><a href="index.php">News</a></li><li><a href="about.php">About</a></li><li><a href="downloads.php">Downloads</a></li><li><a href="http://wiki.themanaworld.org/">Wiki</a></li><li><a href="phpBB2/">Forum</a></li><li><a href="links.php">Links</a></li></ul> + <li><a href="index.php">News</a></li><li><a href="about.php">About</a></li><li><a href="downloads.php">Downloads</a></li><li><a href="http://wiki.themanaworld.org/">Wiki</a></li><li><a href="http://forums.themanaworld.org/">Forum</a></li><li><a href="links.php">Links</a></li></ul> </div> </div> </div> @@ -67,7 +67,7 @@ function placeHeader($page_title) <div class="section_bottomright"> <div class="section" style="text-align: center;"> <a href="images/tmw-0.0.12-cave.png"><img src="images/tmw-0.0.12-cave-thumb.png" alt="screenshot" style="border: 1px solid #784f3f;"/></a> - <div style="text-align: center;"><a style="font-size: 7pt;" href="gallery.php?dir=%2Fscreenshots">more screenshots</a></div> + <div style="text-align: center;"><a style="font-size: 7pt;" href="http://wiki.themanaworld.org/Screenshots">more screenshots</a></div> </div> </div> </div> |