MatrixSynapse/webclient
Matthew Hodgson 3277a65052 actually display room metadata based on m.room.membe events 2014-08-21 19:02:00 +01:00
..
components actually display room metadata based on m.room.membe events 2014-08-21 19:02:00 +01:00
img
js
login unbreak login sequence (which spuriously required a sydent server to be specified, which login.html was no longer doing...) 2014-08-17 03:47:58 +01:00
room actually display room metadata based on m.room.membe events 2014-08-21 19:02:00 +01:00
rooms Only start event streaming after having set up the controllers. 2014-08-21 17:55:41 +01:00
user Fill user page with avatar, display name and matrix id 2014-08-19 09:37:10 +02:00
README
app-controller.js Only start event streaming after having set up the controllers. 2014-08-21 17:55:41 +01:00
app-directive.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
app-filter.js Add a var. 2014-08-21 17:59:07 +01:00
app.css actually display room metadata based on m.room.membe events 2014-08-21 19:02:00 +01:00
app.js Only start event streaming after having set up the controllers. 2014-08-21 17:55:41 +01:00
favicon.ico
index.html Send images with their imageInfo (size, mymetype, width & height) 2014-08-20 17:04:50 +02:00

README

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/