0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-09 20:59:00 +02:00
synapse/webclient
2014-08-22 18:23:38 +02:00
..
components Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 2014-08-22 15:48:09 +01:00
home Merge branch 'settings-page' into develop 2014-08-22 18:18:27 +02: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 Merge branch 'settings-page' into develop 2014-08-22 18:18:27 +02:00
nbproject renamed rooms to home - renamed files 2014-08-22 18:01:08 +02:00
room Merge branch 'settings-page' into develop 2014-08-22 18:18:27 +02:00
settings Added "Your name" as placeholder to help user understand what is this alone input box 2014-08-22 18:23:38 +02:00
user Fill user page with avatar, display name and matrix id 2014-08-19 09:37:10 +02:00
app-controller.js Move profile parts of the rooms page and the config content into a new page: settings 2014-08-22 17:55:05 +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 Move profile parts of the rooms page and the config content into a new page: settings 2014-08-22 17:55:05 +02:00
app.js Use /home everywhere 2014-08-22 18:08:03 +02:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Use /home everywhere 2014-08-22 18:08:03 +02: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/