summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-05 22:54:49 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-05 22:54:49 +0000
commitaf7b6b7c1de86f155413cc7cd7584507b8ba6c74 (patch)
tree7294333256516700e1f99d5acee306464246e795
parent50d5d3a9f669da241a3f442a2499b646d910f7a8 (diff)
downloadwebsite-af7b6b7c1de86f155413cc7cd7584507b8ba6c74.tar.gz
website-af7b6b7c1de86f155413cc7cd7584507b8ba6c74.tar.bz2
website-af7b6b7c1de86f155413cc7cd7584507b8ba6c74.tar.xz
website-af7b6b7c1de86f155413cc7cd7584507b8ba6c74.zip
Updated Debian and Ubuntu repository information.
-rw-r--r--default.css2
-rw-r--r--downloads.php19
2 files changed, 10 insertions, 11 deletions
diff --git a/default.css b/default.css
index e778c64..05409fe 100644
--- a/default.css
+++ b/default.css
@@ -254,7 +254,7 @@ h1 {
line-height: 150%;
}
-#contents p, table {
+#contents p, table, pre {
margin: 15px 40px 15px 30px;
}
diff --git a/downloads.php b/downloads.php
index 174bc02..616ee0e 100644
--- a/downloads.php
+++ b/downloads.php
@@ -26,12 +26,12 @@ likely to no longer work.</p>
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:</p>
-<p><i>svn co https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw</i></p>
+<p><pre>svn co https://svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw</pre></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.</p>
-<p clas="note">
+<p class="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.
@@ -46,18 +46,17 @@ have been set up by Bertram. The repositories also contain
version isn't generally available yet. Choose the right repository for your
system, and add the given line to your sources.list file:</p>
-<h4>Debian Testing</h4>
+<h4>Debian Unstable</h4>
-<p><i>
-deb http://bertram.ifrance.com ./<br/>
-deb-src http://bertram.ifrance.com ./
-</i></p>
+<p><pre>
+deb http://bertram.ifrance.com/ debian unstable
+</pre></p>
<h4>Ubuntu Edgy (i386 and AMD-64)</h4>
-<p><i>
-deb http://bertram.ifrance.com/ tmw-edgy main
-</i></p>
+<p><pre>
+deb http://bertram.ifrance.com/ ubuntu edgy
+</pre></p>
<p>Then to install TMW do:</p>