synapse/webclient
2014-09-02 11:54:35 +02:00
..
components Represent user power level in a room by a red bar at the bottom of his avatar image. The width of this bar depends on the power level. 2014-09-02 11:54:35 +02:00
home make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
img moar logos! 2014-08-31 00:37:47 +01:00
js autohyperlink messages using linky 2014-08-16 22:21:52 +01:00
login make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
recents Added roomName, a directive to compute a room name based on its alias (not aliases for now) and its users displaynames or ids 2014-09-01 18:52:24 +02:00
room Represent user power level in a room by a red bar at the bottom of his avatar image. The width of this bar depends on the power level. 2014-09-02 11:54:35 +02:00
settings make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
user make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
app-controller.js Fairly simple move of the call status widget to the header bar (and therefore into the index page rather than the rooms page). 2014-09-01 17:16:27 +01:00
app-directive.js nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +01:00
app-filter.js Follow API renaming. state -> presence. mtime_ago -> last_active_ago 2014-09-01 19:09:49 +02:00
app.css Represent user power level in a room by a red bar at the bottom of his avatar image. The width of this bar depends on the power level. 2014-09-02 11:54:35 +02:00
app.js nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Fairly simple move of the call status widget to the header bar (and therefore into the index page rather than the rooms page). 2014-09-01 17:16:27 +01:00
mobile.css factor out mobile css into its own file 2014-08-31 00:38:45 +01:00
README Reference Matrix Home Server 2014-08-12 15:10:52 +01:00

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

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/