0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00
synapse/webclient
2014-08-13 14:31:48 +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 Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
room Use strings instead of opaque magic-number constants for presence states; rename AWAY to UNAVAILABLE 2014-08-13 14:31:48 +01:00
rooms 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-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 Use strings instead of opaque magic-number constants for presence states; rename AWAY to UNAVAILABLE 2014-08-13 14:31:48 +01:00
app.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
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/