diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-10-13 11:25:39 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-10-13 11:25:39 +0200 |
commit | fba6a8e69916f2bb3a4aade76be5e5da6d90aa80 (patch) | |
tree | 058f5237a2870a64db642c328487015a65d64777 /chat.sr.ht | |
parent | d11df21d7eee403e7140c770bd0fe23205a1f275 (diff) | |
download | sr.ht-docs-fba6a8e69916f2bb3a4aade76be5e5da6d90aa80.tar.gz |
chat.sr.ht: use dl for connection info
Diffstat (limited to 'chat.sr.ht')
-rw-r--r-- | chat.sr.ht/bouncer-usage.md | 19 | ||||
-rw-r--r-- | chat.sr.ht/quickstart.md | 19 |
2 files changed, 16 insertions, 22 deletions
diff --git a/chat.sr.ht/bouncer-usage.md b/chat.sr.ht/bouncer-usage.md index 9479075..c10768f 100644 --- a/chat.sr.ht/bouncer-usage.md +++ b/chat.sr.ht/bouncer-usage.md @@ -13,17 +13,14 @@ token issuance page](https://meta.sr.ht/oauth2/personal-token) and set the grant string to "meta.sr.ht/PROFILE:RO", adding an optional comment, and leaving the other fields unchanged. -**Hostname**: chat.sr.ht - -**Port**: 6697 - -**SSL/TLS**: Yes - -**SASL**: Yes - -**Username**: *Your sourcehut username* - -**Password**: *Your personal access token* +<dl> +<dt>Hostname</dt><dd>chat.sr.ht</dd> +<dt>Port</dt><dd>6697</dd> +<dt>SSL/TLS</dt><dd>Yes</dd> +<dt>SASL</dt><dd>Yes</dd> +<dt>Username</dt><dd><em>your sourcehut username</em></dd> +<dt>Password</dt><dd><em>your sourcehut password</em></dd> +</dl> If you intend to use multiple clients, it is recommended that you append "@*clientname*" to your username, using an arbitrary unique string to identify diff --git a/chat.sr.ht/quickstart.md b/chat.sr.ht/quickstart.md index 6d99cf4..06a0bb4 100644 --- a/chat.sr.ht/quickstart.md +++ b/chat.sr.ht/quickstart.md @@ -13,17 +13,14 @@ token issuance page](https://meta.sr.ht/oauth2/personal-token) and set the grant string to "meta.sr.ht/PROFILE:RO", adding an optional comment, and leaving the other fields unchanged. -**Hostname**: chat.sr.ht - -**Port**: 6697 - -**SSL/TLS**: Yes - -**SASL**: Yes - -**Username**: *Your sourcehut username* - -**Password**: *Your personal access token* +<dl> +<dt>Hostname</dt><dd>chat.sr.ht</dd> +<dt>Port</dt><dd>6697</dd> +<dt>SSL/TLS</dt><dd>Yes</dd> +<dt>SASL</dt><dd>Yes</dd> +<dt>Username</dt><dd><em>your sourcehut username</em></dd> +<dt>Password</dt><dd><em>your sourcehut password</em></dd> +</dl> If you intend to use multiple clients, it is recommended that you append "@*clientname*" to your username, using an arbitrary unique string to identify |