MatrixSynapse/webclient
Kegan Dougal 58548ab557 Implemented GETs for the ContentRepoResource. It all actually appears to be working. 2014-08-18 17:18:54 +01:00
..
components Implemented GETs for the ContentRepoResource. It all actually appears to be working. 2014-08-18 17:18:54 +01:00
img
js
login
room In members list, on avatar mouseover, show a tooltip with the user matrix id 2014-08-18 17:49:50 +02:00
rooms Join room: open the room URL with the room alias in it 2014-08-18 17:41:23 +02:00
README
app-controller.js Do not start the event stream if the user is not logged in (=if he does not has an access token yet) 2014-08-18 10:44:29 +02:00
app.css make my emotes white again 2014-08-18 01:30:58 +01:00
app.js Support urlencoded room aliases in room URL 2014-08-18 17:40:05 +02:00
favicon.ico
index.html

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/