diff options
-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 |