MatrixSynapse/webclient
David Baker 284d6b279b Hide email link UI from the settings because it doesn't work. 2014-09-03 19:00:56 +01:00
..
components Merge branch 'develop' of github.com:matrix-org/synapse into develop 2014-09-03 18:25:17 +01:00
home better error msgs 2014-09-03 18:39:09 +01:00
img
js
login Merge branch 'develop' of github.com:matrix-org/synapse into develop 2014-09-03 18:25:17 +01:00
recents fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
room Added more ng-if to make nice sentences like "Bob kicked Alice" or "Bob unbanned Alice" 2014-09-03 19:52:09 +02:00
settings Hide email link UI from the settings because it doesn't work. 2014-09-03 19:00:56 +01:00
user fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
README
app-controller.js Merge branch 'develop' of github.com:matrix-org/synapse into develop 2014-09-03 18:25:17 +01:00
app-directive.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
app-filter.js Fix a few cases where we used user_id instead of state_key 2014-09-03 18:03:10 +01:00
app.css
app.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
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/