MatrixSynapse/webclient
Emmanuel ROHEE e40d829363 Support limit and feedback param of initialSync 2014-08-27 15:55:51 +02:00
..
components Support limit and feedback param of initialSync 2014-08-27 15:55:51 +02:00
home Support limit and feedback param of initialSync 2014-08-27 15:55:51 +02:00
img
js
login Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 2014-08-25 11:13:54 +02:00
room Adjusted webclient to use new state paths. Updated membership msg template to actually show the person invited. Factored out common membership functions in matrix service. 2014-08-26 10:24:47 +01:00
settings
user
README
app-controller.js Determine and send user presence state 2014-08-26 16:25:27 +02:00
app-directive.js
app-filter.js
app.css Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 2014-08-25 11:13:54 +02:00
app.js The landing URL is now '#/' which actually points to homeController 2014-08-25 11:35:33 +02:00
favicon.ico
index.html Determine and send user presence state 2014-08-26 16:25:27 +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/