summaryrefslogtreecommitdiff
path: root/downloads.php
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-10-21 14:51:28 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-10-21 14:51:28 +0000
commitd4df347b6fc92b73df4d17c1d819324a633f8df4 (patch)
tree563734d7dc3768bd13b081e17b7346ccb20ef117 /downloads.php
parentf4ef18a75d6b108f2b40e5fec515d4b23a0b1358 (diff)
downloadwebsite-d4df347b6fc92b73df4d17c1d819324a633f8df4.tar.gz
website-d4df347b6fc92b73df4d17c1d819324a633f8df4.tar.bz2
website-d4df347b6fc92b73df4d17c1d819324a633f8df4.tar.xz
website-d4df347b6fc92b73df4d17c1d819324a633f8df4.zip
Added Brazilian fansite and updated information about Debian/Ubuntu repositories.
Diffstat (limited to 'downloads.php')
-rw-r--r--downloads.php29
1 files changed, 16 insertions, 13 deletions
diff --git a/downloads.php b/downloads.php
index d91adb7..f6b6c71 100644
--- a/downloads.php
+++ b/downloads.php
@@ -10,7 +10,7 @@
<div class="release"><img src="images/ico-src.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.21.tar.gz?download"><b>Source code</b> 0.0.21</a></div>
<div class="release"><img src="images/ico-osx.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.20-mac.dmg?download"><b>MacOS X package</b> 0.0.20</a></div>
<div class="release"><img src="images/ico-slackware.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.21-i686-1.tgz?download"><b>Slackware 10.2-current package</b> 0.0.21</a></div>
-<div class="release"><img src="images/ico-deb.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw_0.0.20-ubuntu2_i386.deb?download"><b>Ubuntu Dapper package</b> 0.0.20</a></div>
+<div class="release"><img src="images/ico-deb.png"/> <a href="#repository"><b>Debian/Ubuntu repositories</b></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>
@@ -32,30 +32,33 @@ For more instructions you can also read our small guide on
<a href="svn-tutorial.txt">how to use SVN</a>. Use the SVN version only if
you're interested in testing the latest changes.
-<h3>Debian repository</h3>
+<a name="repository"></a>
+<h3>Debian/Ubuntu repositories</h3>
-<p>For convenience to Debian users, a Debian package repository has been set up
-here on SourceForge. The repository will also contain any dependencies of The
-Mana World that are not in the standard Debian repositories yet, which at the
-moment includes <a href="http://guichan.sourceforge.net/">Guichan</a>. To use
-this repository, add the following line to your sources.list file:</p>
+<p>For convenience to Debian and Ubuntu users, a package repository has been
+set up by Bertram. The repository also contains
+<a href="http://guichan.sourceforge.net/">Guichan</a>, because its latest
+version isn't generally available yet.</p>
+
+<p>To use this repository on Debian Testing, add the following line to your
+sources.list file:</p>
<p><i>
deb http://bertram.ifrance.com ./<br/>
deb-src http://bertram.ifrance.com ./
</i></p>
+<p>When you're on Ubuntu Dapper, add the following:
+
+<p><i>
+deb http://bertram.ifrance.com/tmw-dapper ./
+</i></p>
+
<p>Then to install TMW do:</p>
<p><b>apt-get update<br/>
apt-get install tmw</b></p>
-<p><i><b>Note:</b> This repository currently only works with Debian testing and
-unstable because it's compiled to use libCURL with OpenSSL 0.9.8. If you're on
-Debian stable or Ubuntu, you'll need take the 0.0.16 debs above or compile
-Guichan and TMW yourself (the Guichan deb on their website won't work with
-Breezy because of incompatible GCC versions).</i></p>
-
<?php
placeFooter();
?>