MatrixSynapse/webclient
Emmanuel ROHEE 43369cbe06 Cleaned all sending references as it not used 2014-09-05 11:13:33 +02:00
..
components switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces 2014-09-04 23:14:52 -07:00
home
img
js
login Fixed registration flow when registering with matrixID & password and no email 2014-09-04 14:04:35 +02:00
recents Added mUserDisplayName, a filter to resolve a user display name from a user_id 2014-09-04 13:57:27 +02:00
room Cleaned all sending references as it not used 2014-09-05 11:13:33 +02:00
settings
user
README
app-controller.js
app-directive.js
app-filter.js
app.css
app.js
favicon.ico
index.html
mobile.css

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/