synapse/webclient
2014-08-14 03:35:09 +01:00
..
components/matrix Room: Added a text input to type an image URL in order to send an image message 2014-08-13 11:42:28 +02:00
img remove the png profile image for now 2014-08-12 18:50:44 +01:00
js Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
login completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions. 2014-08-14 02:14:15 +01:00
room fix emote presentation 2014-08-14 03:35:09 +01:00
rooms completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions. 2014-08-14 02:14:15 +01:00
app-controller.js add in copyrights to everything, not just the synapse subdir, and add a copyrighter.pl whilst we're at it 2014-08-13 03:32:18 +01:00
app.css config css 2014-08-14 02:21:49 +01:00
app.js completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions. 2014-08-14 02:14:15 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Reference Matrix Home Server 2014-08-12 15:10:52 +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/