summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-09 21:39:32 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-09 21:39:32 +0000
commita8a4dd4412f10e20d53ecf8899ca98e873d1eaca (patch)
tree1ffde176b66fde4b25ee4ad7583903f4a1871c06
parent8c97161d0626e03eb273b4feaca7caf7ee7af16c (diff)
downloadwebsite-a8a4dd4412f10e20d53ecf8899ca98e873d1eaca.tar.gz
website-a8a4dd4412f10e20d53ecf8899ca98e873d1eaca.tar.bz2
website-a8a4dd4412f10e20d53ecf8899ca98e873d1eaca.tar.xz
website-a8a4dd4412f10e20d53ecf8899ca98e873d1eaca.zip
Download page updates.
-rw-r--r--default.css5
-rw-r--r--downloads.php37
2 files changed, 29 insertions, 13 deletions
diff --git a/default.css b/default.css
index f3ce9d5..e778c64 100644
--- a/default.css
+++ b/default.css
@@ -258,6 +258,11 @@ h1 {
margin: 15px 40px 15px 30px;
}
+#contents h4 {
+ margin-left: 30px;
+ margin-bottom: 0px;
+}
+
#contents ul {
margin: 15px 40px 15px 20px;
}
diff --git a/downloads.php b/downloads.php
index 09758e8..f4595bc 100644
--- a/downloads.php
+++ b/downloads.php
@@ -8,7 +8,7 @@
<div class="releases">
<div class="release"><img src="images/ico-win.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.21.1-win32.exe?download"><b>Windows installer</b> 0.0.21.1</a></div>
<div class="release"><img src="images/ico-src.png"/> <a href="http://prdownloads.sourceforge.net/themanaworld/tmw-0.0.21.1.tar.gz?download"><b>Source code</b> 0.0.21.1</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-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> (broken)</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="#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>
@@ -24,36 +24,47 @@ likely to no longer work.</p>
<p>The latest version is always available from Subversion, see the
<a href="http://sourceforge.net/svn/?group_id=106790">Subversion instructions</a> at
SourceForge. The client module is named <i>tmw</i>. For checking out the latest
-development version (trunk) of the client this means to use the command:<br/>
-<br/>
-<i>svn co https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw</i><br/>
-<br/>
-For more instructions you can also read our small guide on
+development version (trunk) of the client this means to use the command:</p>
+
+<p><i>svn co https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw</i></p>
+
+<p>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.
+you're interested in testing the latest changes.</p>
+<p clas="note">
+<b>Note:</b> Currently trunk development is based on our own server which can be
+found in the <i>tmwserv</i> module. If you're interested in the latest version
+able to connect to eAthena, check out the <i>0.0</i> branch.
+</p>
<a name="repository"></a>
<h3>Debian/Ubuntu repositories</h3>
-<p>For convenience to Debian and Ubuntu users, a package repository has been
-set up by Bertram. The repository also contains
+<p>For convenience to Debian and Ubuntu users, several package repositories
+have been set up by Bertram. The repositories also contain
<a href="http://guichan.sourceforge.net/">Guichan</a>, because its latest
-version isn't generally available yet.</p>
+version isn't generally available yet. Choose the right repository for your
+system, and add the given line to your sources.list file:</p>
-<p>To use this repository on Debian Testing, add the following line to your
-sources.list file:</p>
+<h4>Debian Testing</h4>
<p><i>
deb http://bertram.ifrance.com ./<br/>
deb-src http://bertram.ifrance.com ./
</i></p>
-<p>When you're on Ubuntu Dapper/Edgy, add the following:
+<h4>Ubuntu Edgy</h4>
<p><i>
deb http://bertram.ifrance.com/tmw-dapper ./
</i></p>
+<h4>Ubuntu Edgy AMD-64</h4>
+
+<p><i>
+deb http://bertram.ifrance.com/tmw-edgy-amd64 ./
+</i></p>
+
<p>Then to install TMW do:</p>
<p><b>apt-get update<br/>