synapse/syweb/webclient
2014-11-17 11:04:10 +00:00
..
components Add clearRooms() to wipe data when you logout. 2014-11-17 11:04:10 +00:00
home Wipe the selected room ID on the home screen. 2014-11-13 12:33:43 +00:00
img Kill ng-animate with fire because it's terrible (was causing the page to be very sluggish). Do the call icons in pure CSS3 and use one less image to boot (in some browsers the phone icon will be the wrong browser but they can deal). 2014-11-13 14:34:03 +00:00
js do *not* depend on external websites to host our JS - if nothing else, it makes hacking on synapse when offline (e.g. on planes) a huge PITA :( 2014-11-15 23:21:24 +00:00
login do not use captcha by default 2014-11-15 01:30:42 +00:00
media Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
recents Move getLastMessage to modelService. 2014-11-17 10:04:36 +00:00
room merge in msg.__room_member usage to new message display template 2014-11-15 01:34:33 +00:00
settings improve notif setting text 2014-11-15 01:30:42 +00:00
test s/eventHandlerService.getUsersCountInRoom/modelService.getUserCountInRoom/g 2014-11-17 09:33:22 +00:00
user Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
app-controller.js Add clearRooms() to wipe data when you logout. 2014-11-17 11:04:10 +00:00
app-directive.js Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
app-filter.js Add extra checks to duration filter. 2014-11-14 15:34:19 +00:00
app.css merge in msg.__room_member usage to new message display template 2014-11-15 01:34:33 +00:00
app.js remove nganimate dependency as it seems to feature disproportionately highly in the FF profiler, and removing it seems to have stopped my FF stalling for seconds on end 2014-11-13 16:34:51 +02:00
bootstrap.css Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
CAPTCHA_SETUP Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
favicon.ico Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
index.html do *not* depend on external websites to host our JS - if nothing else, it makes hacking on synapse when offline (e.g. on planes) a huge PITA :( 2014-11-15 23:21:24 +00:00
mobile.css major CSS overhaul to try to make things look a bit cleaner 2014-11-11 04:39:30 +00:00
README Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00

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/