summaryrefslogtreecommitdiff
path: root/downloads.php
blob: b075132b5f8e8558518d773fdf53f0ba6b784477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?php
  include("includes/common.php");
  placeHeader("Downloads");
?>

<div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px;">
<b>Notice:</b> For the registration of new accounts please use the <a href="registration.php"> web form</a>. The registration from within the client is disabled.
</div>

<h3>Current client release</h3>

<p>Official packages:</p>
<table style="border-width: 0px; width: 600px; margin-bottom: 0px; margin-top: 0px;" border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td style="border-width: 0px;" width="50%">
<div class="release"><img src="images/ico-win.png"> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.29.1-win32.exe"><b>Windows installer</b> 0.0.29.1</a></div>
<div class="release"><img src="images/ico-osx.png"> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.29.1-osx.dmg"><b>MacOS X package</b> 0.0.29.1</a></div>
</td><td style="border-width: 0px;" width="50%">
<div class="release"><img src="images/ico-src.png"> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.29.1.tar.gz"><b>Source code</b> 0.0.29.1</a></div>
<div class="release"><img src="images/ico-slackware.png"> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.26-i686-1.tgz"><b>Slackware 12.1 package</b> 0.0.26</a></div>
</td></tr>
</tbody></table>

<p>Distribution packages and ports:</p>
<table style="border-width: 0px; width: 600px; margin-bottom: 0px; margin-top: 0px;" border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td style="border-width: 0px;" width="50%">
<div class="release"><img src="images/ico-deb.png"> <a href="http://packages.debian.org/tmw"><b>Debian package</b></a></div>
<div class="release"><img src="images/ico-ubuntu.png"> <a href="http://packages.ubuntu.com/tmw"><b>Ubuntu package</b></a></div>
<div class="release"><img src="images/ico-fedora.png"> <a href="http://fedoraproject.org/wiki/Games/manaworld"><b>Fedora package</b></a></div>
<div class="release"><img src="images/ico-win.png"> <a href="http://portableapps.com/apps/games/the_mana_world_portable"><b>Windows Portable</b></a></div>
</td><td style="border-width: 0px;" width="50%">
<div class="release"><img src="images/ico-gentoo.png"> <a href="http://packages.gentoo.org/package/games-rpg/tmw"><b>Gentoo eBuild</b></a></div>
<div class="release"><img src="images/ico-freebsd.png"> <a href="http://www.freshports.org/games/tmw/"><b>FreeBSD port</b></a></div>
<div class="release"><img src="images/ico-openbsd.png"> <a href="http://openports.se/games/tmw"><b>OpenBSD port</b></a></div>
</td></tr>
</tbody></table>

<p>For older versions please see our <a href="http://sourceforge.net/project/showfiles.php?group_id=106790">files
page</a> on SourceForge. Note however that they are no longer supported and
likely to no longer work on our testing server.</p>

<p>People who are still on Ubuntu Hardy (8.04) or Intrepid (8.10) can install a
more recent version of The Mana World by adding the
<a href="https://launchpad.net/~nail-nodomain/+archive/ppa">private package
achive (PPA) of Tomas Kovacik</a>.</p>

<h3>Music</h3>

<p>While the music is included with our installer for Windows, it is left out
of most other releases because of its size. Download it here if the music is
not available for your operating system or if you've compiled The Mana World
manually.</p>

<table cellspacing="0" cellpadding="0" border="0" style="border-width: 0px; margin-bottom: 0px; margin-top: 0px;">
<tr><td style="border-width: 0px; padding-right: 10px;">
<div class="release"><a href="http://downloads.sourceforge.net/themanaworld/tmwmusic-0.2.tar.gz"><b>The Mana World music</b> 0.2</a></div>
</td></tr>
</table>

<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>

<pre>
git clone git://gitorious.org/tmw/mainline.git tmw
</pre>

<p>For more instructions and information about other projects like the server
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();
?>