From 5d273a0c76e12e3125dbf06a8f0caa03de01d4a9 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 17 Nov 2014 12:55:24 +0000 Subject: Remove syweb directory. pull in syweb as a dependency from github --- syweb/webclient/settings/settings.html | 106 --------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 syweb/webclient/settings/settings.html (limited to 'syweb/webclient/settings/settings.html') diff --git a/syweb/webclient/settings/settings.html b/syweb/webclient/settings/settings.html deleted file mode 100644 index 4c20634a76..0000000000 --- a/syweb/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:

-

If blank, all messages will trigger an alert. 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.4.1