summaryrefslogtreecommitdiff
path: root/about.php
blob: 96220ced0100dc40d68dcf09adfff3044000071e (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
<?php
  include("includes/common.php");
  placeHeader("About");
?>

<h3>Description</h3>

<p>The Mana World (TMW) is a serious effort to create an innovative free and
open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse
interactive world. It is licensed under the GPL, making sure this game can't
ever run away from you.</p>

<p>The project includes the development of both a client and a server, as well
as the development of an online world. At the moment we're making alpha
releases of the client, while our server is in early development. The eAthena
free software Ragnarok Online server is used until our own server has matured
enough to replace it. Once ready, we'll be making releases of our server too so
anybody will be free to set up their own server and start building their own
online world.</p>

<h3>The Team</h3>

<p>There are many people who have been involved in this project. Here we list
the core contributors and their area of development.</p>

<table cellspacing="0">
<tr>
<td><a href="mailto:umperio@users.sourceforge.net">Eugenio Favalli</a> (ElvenProgrammer)</td>
<td>Team leader, programmer</td>
</tr>
<tr>
<td><a href="mailto:b_lindeijer@users.sourceforge.net">Bj&oslash;rn Lindeijer</a> (Hammerbear)</td>
<td>Lead programmer</td>
</tr>
<tr>
<td><a href="mailto:rotonen@users.sourceforge.net">Rotonen</a></td>
<td>Head of art, story and music</td>
</tr>
<tr>
<td><a href="mailto:kyokai@users.sourceforge.net">Kiyoshi Kyokai</a></td>
<td>Game systems designer</td>
</tr>
<tr>
<td><a href="mailto:bertram25@users.sourceforge.net">Bertram</a></td>
<td>Programmer</td>
</tr>
<tr>
<td><a href="mailto:bitshift2002@users.sourceforge.net">zenogais</a></td>
<td>Programmer</td>
</tr>
<tr>
<td><a href="mailto:talaroc@users.sourceforge.net">Talaroc</a></td>
<td>Artist</td>
</tr>
<tr>
<td>Clef</td>
<td>Artist</td>
</tr>
<tr>
<td>Neko-mon</td>
<td>Artist</td>
</tr>
<tr>
<td>Neorice</td>
<td>Artist</td>
</tr>
<tr class="last">
<td>Ti Sing Hao</td>
<td>Musician</td>
</tr>
</table>

<p>For a complete list of people with developer access, check out the project
<a href="http://sourceforge.net/project/memberlist.php?group_id=106790">
member list</a>.</p>

<?php
  placeFooter();
?>