summaryrefslogtreecommitdiff
path: root/about.php
blob: a899837dcee6f3f5a68e42f89ae90a9b95da0dd9 (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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<?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>Contributors</h3>

<p>There are many people who have been involved in this project. The list below
is an attempt to be as complete as possible in listing the contributors and
their area of development. Please contact us if you should be on the list or if
your information is inaccurate.</p>

<table cellspacing="0">
<tr>
<td><a href="mailto:umperio at users.sourceforge.net">Eugenio Favalli</a> (ElvenProgrammer)</td>
<td>Team leader, programmer</td>
</tr>
<tr>
<td><a href="mailto:b_lindeijer at users.sourceforge.net">Bj&oslash;rn Lindeijer</a> (Hammerbear)</td>
<td>Lead programmer</td>
</tr>
<tr>
<td><a href="mailto:rotonen at users.sourceforge.net">Rotonen</a></td>
<td>Head of art, story and music</td>
</tr>
<tr>
<td><a href="mailto:kyokai at users.sourceforge.net">Kiyoshi Kyokai</a></td>
<td>Game systems designer</td>
</tr>
<tr>
<td><a href="mailto:bertram25 at users.sourceforge.net">Bertram</a></td>
<td>Programmer, packager (Debian)</td>
</tr>
<tr>
<td><a href="mailto:nymacro at users.sourceforge.net">nymacro</a></td>
<td>Programmer</td>
</tr>
<tr>
<td><a href="mailto:usiu at users.sourceforge.net">Usiu</a></td>
<td>Programmer</td>
</tr>
<tr>
<td><a href="mailto:malastate at users.sourceforge.net">Jan-Fabian Humann</a></td>
<td>Programmer</td>
</tr>
<tr>
<td><a href="mailto:bitshift2002 at users.sourceforge.net">zenogais</a></td>
<td>Programmer</td>
</tr>
<tr>
<td><a href="mailto:kth5 at users.sourceforge.net">Shura</a></td>
<td>Programmer</td>
</tr>
<tr>
<td><a href="mailto:talaroc at 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>
<td>Vlady</td>
<td>Artist</td>
</tr>
<tr>
<td>Gnulia</td>
<td>Artist</td>
</tr>
<tr>
<td><a href="mailto:pajarico at users.sourceforge.net">Pajarico</a></td>
<td>Artist</td>
</tr>
<tr>
<td><a href="mailto:razor85 at users.sourceforge.net">Romulo Fernandes</a></td>
<td>Artist</td>
</tr>
<tr>
<td><a href="mailto:chetic at users.sourceforge.net">Chetic</a></td>
<td>Mapper</td>
</tr>
<tr>
<td>Ti Sing Hao</td>
<td>Musician</td>
</tr>
<tr>
<td>Magick</td>
<td>Musician and sfx</td>
</tr>
<tr>
<td><a href="mailto:dobey at users.sourceforge.net">Rodney Dawes</a> (dobey)</td>
<td>Packager (install process)</td>
</tr>
<tr>
<td><a href="mailto:catfish_man at users.sourceforge.net">Catfish Man</a></td>
<td>Packager (Mac)</td>
</tr>
<tr>
<td><a href="mailto:simonedw at users.sourceforge.net">Simon Edwardsson</a> (simedw)</td>
<td>Packager (Mac)</td>
</tr>
<tr>
<td><a href="mailto:maci321 at users.sourceforge.net">maci</a></td>
<td>Support Technician</td>
</tr>
<tr>
<td><a href="mailto:sull at users.sourceforge.net">Sull</a></td>
<td>Hosting</td>
</tr>
<tr>
<td>Ultramichy</td>
<td>Hosting</td>
</tr>
<tr class="last">
<td><a href="mailto:imorgado at users.sourceforge.net">Igor Morgado</a></td>
<td>Tester</td>
</tr>
</table>

<p>For a 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();
?>