Kegan Dougal 5949571fe7 SYWEB-116: Implement historical display name support.
This works for both live and paginated events. Each 'message' event has
an associated '__room_member' key which points to the state of the sender
at that point in time. Invites have an additional key '__target_room_member'
which point to the state of the invitee at that point in time. This obviates
the need for mapping user_ids to *current* displaynames in the message list,
though this is still required for the user/presence list.
2014-11-04 10:30:34 +00:00
..
2014-09-24 01:12:45 +01:00
2014-10-30 17:33:14 +00:00
2014-09-08 16:10:36 +01:00
2014-09-18 15:25:11 +01:00
2014-09-22 16:50:12 +01:00
2014-10-30 13:24:40 +00:00
2014-10-27 16:42:19 +00:00
2014-08-12 15:10:52 +01:00
2014-10-28 10:03:59 +01:00
2014-09-18 15:25:25 +01:00

Basic Usage
-----------

The web client should automatically run when running the home server. 
Alternatively, you can run it stand-alone:

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/