Moved the Presents overview out of the javadocs. Added some simple top-level
pages which give us something useful to link to when we want to point to all of the javadocs for a particular subtree of the Narya packages. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5411 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- $Id: package.html 617 2001-11-13 00:12:20Z mdb $ -->
|
||||
</head>
|
||||
|
||||
<body bgcolor="white">
|
||||
|
||||
Builds on the Presents framework to provide services uesful for chatting
|
||||
and moving from place to place in a distributed space.
|
||||
|
||||
<p> The main Crowd concepts are that of Body and Place and the notion of a
|
||||
PlaceManager on the server and a pairing of PlaceController and PlaceView
|
||||
on the client. </p>
|
||||
|
||||
<ul>
|
||||
<li><a href="client/package-summary.html">client</a> - the client side of
|
||||
the Crowd services.
|
||||
<li><a href="data/package-summary.html">data</a> - classes that are shared
|
||||
between client and server.
|
||||
<li><a href="server/package-summary.html">server</a> - the server side of
|
||||
the Crowd services.
|
||||
</ul>
|
||||
|
||||
<p> Crowd also provides a mechanism for Chat in Places and between
|
||||
individuals that are logged on. </p>
|
||||
|
||||
<ul>
|
||||
<li><a href="chat/client/package-summary.html">client</a> - the client side of
|
||||
the Crowd Chat services.
|
||||
<li><a href="chat/data/package-summary.html">data</a> - classes that are
|
||||
shared between client and server.
|
||||
<li><a href="chat/server/package-summary.html">server</a> - the server side of
|
||||
the Crowd Chat services.
|
||||
</ul>
|
||||
|
||||
<p> Crowd also integrates with the Presents peer system to make its Chat
|
||||
services work in a peer environment. </p>
|
||||
|
||||
<ul>
|
||||
<li><a href="chat/client/package-summary.html">client</a> - the client side of
|
||||
the Crowd Peer Chat services.
|
||||
<li><a href="chat/data/package-summary.html">data</a> - classes that are
|
||||
shared between servers.
|
||||
<li><a href="chat/server/package-summary.html">server</a> - the server side of
|
||||
the Crowd Peer Chat services.
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user