MatrixSynapse/webclient
Emmanuel ROHEE ba88c9105c Create a placeholder for each image of the chat thread. The height of this placeholder is the height of the image so that the scroller position will not be disrupted when the image will be actually loaded and displayed in its full height 2014-08-20 17:04:50 +02:00
..
components Send images with their imageInfo (size, mymetype, width & height) 2014-08-20 17:04:50 +02:00
img
js
login
room Create a placeholder for each image of the chat thread. The height of this placeholder is the height of the image so that the scroller position will not be disrupted when the image will be actually loaded and displayed in its full height 2014-08-20 17:04:50 +02:00
rooms
user
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
app.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
favicon.ico
index.html Send images with their imageInfo (size, mymetype, width & height) 2014-08-20 17:04:50 +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/