summaryrefslogtreecommitdiff
path: root/downloads.php
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr>2011-04-06 20:17:13 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-06 20:25:51 +0200
commite13b752406e1ea78296fd3b844b056747aee528f (patch)
treedd8410f013f266154f9721005f5bf901a785eed1 /downloads.php
parentba0d17ead08ec1b979efbda8367cbc687888dabe (diff)
downloadwebsite-e13b752406e1ea78296fd3b844b056747aee528f.tar.gz
website-e13b752406e1ea78296fd3b844b056747aee528f.tar.bz2
website-e13b752406e1ea78296fd3b844b056747aee528f.tar.xz
website-e13b752406e1ea78296fd3b844b056747aee528f.zip
Updated the website content in several places
* Corrected information about getting the latest development version of the client * Removed the outdated Servers page and link again to the wiki * Removed some outdated links to external pages * Removed the empty and unused Screenshots page Reviewed-by: Thorbjørn Lindeijer
Diffstat (limited to 'downloads.php')
-rw-r--r--downloads.php31
1 files changed, 6 insertions, 25 deletions
diff --git a/downloads.php b/downloads.php
index b075132..3d3c92e 100644
--- a/downloads.php
+++ b/downloads.php
@@ -58,13 +58,14 @@ manually.</p>
<h3>Development version</h3>
-<p>The latest versions of our projects are always available from their
-<a href="http://gitorious.org/search?q=category%3Athe-mana-world">Git
-repositories on Gitorious</a>. For checking out the latest development version
-of the client you can use the command:</p>
+<p>The latest version of the client is developed as part of the
+<a href="http://manasource.org/">Mana project</a> and it available from the
+<a href="http://gitorious.org/mana">Git repositories on Gitorious</a>. For
+checking out the latest development version of the client you can use the
+command:</p>
<pre>
-git clone git://gitorious.org/tmw/mainline.git tmw
+git clone git://gitorious.org/mana/mana.git mana
</pre>
<p>For more instructions and information about other projects like the server
@@ -72,26 +73,6 @@ and the dynamic data, please check our
<a href="http://wiki.themanaworld.org/index.php/Git_Repository">Git wiki
page</a>.
-<!--
-<a name="repository"></a>
-<h3>Ubuntu repository (out of date)</h3>
-
-<p>For convenience for 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>
-
-<h4>Ubuntu Edgy (i386 and AMD-64)</h4>
-
-<pre>
-deb http://bertram.ifrance.com/ ubuntu edgy
-</pre>
-
-<p>Then to install TMW do:</p>
-
-<p><b>apt-get update<br/>
-apt-get install tmw</b></p>
--->
<?php
placeFooter();
?>