summaryrefslogtreecommitdiff
path: root/downloads.php
blob: 454ddad05a6cb02092e00c7bb84b4f2d42a626fe (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
<?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; 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>Official client</h3>

<p>The official client for playing The Mana World is the Mana client and is
	developed as part of the <a href="http://manasource.org/">Mana project</a>.
	The latest version of the client can be downloaded from there.</p>

<h3>The Mana World packages</h3>

<p>The Mana World packages are available for many platforms. These are based on
	the Mana client, but have a different default skin and will show up
	as "The Mana World" in the application menu.</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://sourceforge.net/projects/themanaworld/files/The%20Mana%20World/0.6.0/tmw-0.6.0-win32.exe/download"><b>Windows installer</b> 0.6.0</a></div>
<div class="release"><img src="images/ico-osx.png"> <a href="http://server.themanaworld.org/mana-0.5.dmg"><b>MacOS X package</b> 0.5.0</a></div>
<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="https://apps.fedoraproject.org/packages/tmw"><b>Fedora package</b></a></div>

</td><td style="border-width: 0px;" width="50%" valign="top">

<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>
<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" width="16" height="16"> <a href="http://www.freshports.org/games/tmw/"><b>FreeBSD port</b></a></div>
<div class="release"><img src="images/ico-openbsd.png" width="16" height="16"> <a href="http://openports.se/games/tmw"><b>OpenBSD port</b></a></div>

</td></tr>
</tbody></table>

<p>For packagers (or for users who're interested), the branding files can be
	downloaded separately:</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-src.png"> <b>Branding files</b> 2012-07-27</a></div>
</td></tr>
</tbody></table>

<p>For older versions please see our <a href="https://sourceforge.net/projects/themanaworld/files/">files
page</a> on SourceForge. Note however that these releases are no longer supported and
likely to no longer work with our server.</p>

<h3>Music</h3>

<p>While the music is optionally downloadable when installing the Windows version,
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.3.tar.gz"><b>The Mana World music</b> 0.3</a></div>
</td></tr>
</table>

<h3>Development version</h3>

<p>The latest version of the client is developed as part of the
<a href="http://manasource.org/">Mana project</a> and is available from the
<a href="http://github.com/mana">Git repositories on github</a>. For
checking out the latest development version of the client you can use the
command:</p>

<pre>
git clone git://github.com/mana/mana.git
</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>.

<?php
  placeFooter();
?>