synapse/webclient
2014-08-23 20:45:00 +01:00
..
components Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 2014-08-22 15:48:09 +01:00
img remove the png profile image for now 2014-08-12 18:50:44 +01:00
js autohyperlink messages using linky 2014-08-16 22:21:52 +01:00
login very quick and dirty responsive design for iPhones 2014-08-23 20:45:00 +01:00
room very quick and dirty responsive design for iPhones 2014-08-23 20:45:00 +01:00
rooms very quick and dirty responsive design for iPhones 2014-08-23 20:45:00 +01:00
user very quick and dirty responsive design for iPhones 2014-08-23 20:45:00 +01:00
app-controller.js Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02: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 fixme pointing out name disambiguation is a bit flakey 2014-08-22 01:32:17 +01:00
app.css very quick and dirty responsive design for iPhones 2014-08-23 20:45: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 Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html very quick and dirty responsive design for iPhones 2014-08-23 20:45:00 +01:00
README Reference Matrix Home Server 2014-08-12 15:10:52 +01:00

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/