MatrixSynapse/webclient
Kegan Dougal de727f854a Make #matrix public rooms bold to make them stand out from the other public rooms. Ideally this would be metadata in /publicRooms to say something like 'featured channel', but for now, just make it a client side check. 2014-09-08 11:33:12 -07:00
..
components matrixService.rooms must be renamed matrixService.initialSync now 2014-09-08 18:21:41 +02:00
home Make #matrix public rooms bold to make them stand out from the other public rooms. Ideally this would be metadata in /publicRooms to say something like 'featured channel', but for now, just make it a client side check. 2014-09-08 11:33:12 -07:00
img Better call bar (visually: still lacks ring[back] tones). 2014-09-06 00:14:02 +01:00
js autohyperlink messages using linky 2014-08-16 22:21:52 +01:00
login Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
media add sounds to the calling interface 2014-09-08 16:10:36 +01:00
recents App startup improvements: 2014-09-08 18:14:35 +02:00
room fix embarassing bug where in-progress messages get vaped when the previous one gets delivered 2014-09-08 11:28:51 +02:00
settings Added /join description 2014-09-08 18:25:56 +02:00
user fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
CAPTCHA_SETUP Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
README Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
app-controller.js add sounds to the calling interface 2014-09-08 16:10:36 +01:00
app-directive.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
app-filter.js Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data. 2014-09-04 13:43:48 +02:00
app.css Make #matrix public rooms bold to make them stand out from the other public rooms. Ideally this would be metadata in /publicRooms to say something like 'featured channel', but for now, just make it a client side check. 2014-09-08 11:33:12 -07:00
app.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html add sounds to the calling interface 2014-09-08 16:10:36 +01:00
mobile.css factor out mobile css into its own file 2014-08-31 00:38:45 +01:00

README

Basic Usage
-----------

The web client should automatically run when running the home server. Alternatively, you can run
it stand-alone:

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/