MatrixSynapse/webclient
Emmanuel ROHEE d6a3639269 Replaced the image URL text input by a file selector button: "Send Image" 2014-08-20 14:09:55 +02:00
..
components Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor 2014-08-19 16:41:13 +01:00
img
js
login
room Replaced the image URL text input by a file selector button: "Send Image" 2014-08-20 14:09:55 +02:00
rooms Join room: open the room URL with the room alias in it 2014-08-18 17:41:23 +02:00
user Fill user page with avatar, display name and matrix id 2014-08-19 09:37:10 +02:00
README
app-controller.js
app-directive.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
app-filter.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
app.css Change mouse cursor to pointer on elements user can click on 2014-08-19 11:37:07 +02:00
app.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
favicon.ico
index.html File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00

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/