File: index.dox

package info (click to toggle)
atlas-cpp 0.6.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,580 kB
  • sloc: sh: 10,995; cpp: 6,636; xml: 3,660; python: 1,826; makefile: 196; perl: 164
file content (27 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (8)
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
/** @page index

<H1>Atlas-C++</H1>

Welcome to the Atlas-C++ library documentation.

Atlas-C++ is the current C++ implementation of the Atlas protocol, a
communications layer designed to be used in the WorldForge MMORPG gaming
system.

@ref tutorial_index "The Atlas-C++ Tutorial"

<H2>Links</H2>

<UL>
<LI><a href="http://www.worldforge.org/">The WorldForge Project</a></LI>
<LI><a hreF="http://www.worldforge.org/website/protocols/">Atlas</a></LI>
</UL>

<H2>Contact</H2>

The current maintainer for Atlas-C++ is Al Riddoch <alriddoch@zepler.org>
and the authors were Michael Day <mikeday@corplink.com.au> and Stefanus
Du Toit <sdt@gmx.net>. The current maintainer of the Atlas protocol is
Aloril < aloril@iki.fi >.

*/