synapse/webclient
2014-09-01 11:12:24 +02:00
..
components change the world: make the default matrix API URL prefix /_matrix rather than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. 2014-08-31 14:51:37 +01:00
home nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40: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 BF: Pass desired_user_id to register API. And update the app header to avoid to display the previous matrix id 2014-09-01 11:12:24 +02:00
recents Recents update: do not care of events coming from the past (they are fired when doing pagination of room messages in the past) 2014-08-29 09:55:47 +02:00
room only show presence timings if we know them 2014-08-31 11:55:48 +01:00
settings nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +01:00
user nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +01:00
app-controller.js BF: Pass desired_user_id to register API. And update the app header to avoid to display the previous matrix id 2014-09-01 11:12:24 +02: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 add fixme pointing out name disambiguation is a bit flakey 2014-08-22 01:32:17 +01:00
app.css fix footer on non-room pages 2014-09-01 00:41:53 +01: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 nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +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/