From 89ba802b23bf1fd22afbc5e9a4b3b732264e3c18 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 4 Nov 2014 15:57:23 +0000 Subject: Move webclient to a python module so that it can be installed --- webclient/settings/settings.html | 106 --------------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 webclient/settings/settings.html (limited to 'webclient/settings/settings.html') diff --git a/webclient/settings/settings.html b/webclient/settings/settings.html deleted file mode 100644 index 094c846f8b..0000000000 --- a/webclient/settings/settings.html +++ /dev/null @@ -1,106 +0,0 @@ -
- -
- -
- [matrix] -
- -

Settings

-
-
-
- -
-
- -
- -
-
-
-
- -

Linked emails

-
-
- - - {{ emailFeedback }} -
-
- Enter validation token for {{ linkedEmails.emailBeingAuthed }}: -
- - -
- - - - -
{{address}}
-
-
- -

Desktop notifications

-
-
- Notifications are enabled. -
-

Specific words to alert on:

-

Leave blank to alert on all messages. Your username & display name always alerts.

- -
    -
  • {{word}}
  • -
-
-
-
- You have denied permission for notifications.
- To enable it, reset the notification setting for this web site into your browser settings. -
-
- -
-
- Sorry, your browser does not support notifications. -
-
-
- -

Configuration

-
-
Home server: {{ config.homeserver }}
-
Identity server: {{ config.identityServer }}
-
User ID: {{ config.user_id }}
-
Access token: {{ config.access_token }}
-
-
- -

Commands

-
- The following commands are available in the room chat: -
    -
  • /nick <display_name>: change your display name
  • -
  • /me <action>: send the action you are doing. /me will be replaced by your display name
  • -
  • /join <room_alias>: join a room
  • -
  • /kick <user_id> [<reason>]: kick the user
  • -
  • /ban <user_id> [<reason>]: ban the user
  • -
  • /unban <user_id>: unban the user
  • -
  • /op <user_id> <power_level>: set user power level
  • -
  • /deop <user_id>: reset user power level to the room default value
  • -
-
-
- - {{ feedback }} - -
-
-- cgit 1.5.1