diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-11-02 20:45:02 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-11-02 20:45:02 +0100 |
commit | 3288b16c6560f39b97e11e90c25ee333c6608bb5 (patch) | |
tree | 76a7f94917d766e7caca5f8012922c80bb88bed4 | |
parent | 57f2c67f59c07ad757d78bdcaaa0e6c04e08d306 (diff) |
Use mustache template wrapping of variables.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | USE.md | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ # Overview of chat -[[domain virtual-assembly]] offers chatrooms. +{{domain}} offers chatrooms. All chatrooms are public accessible. Users can create a chat account and connect directly. @@ -1,6 +1,6 @@ # Chat introduction -Anyone can access chatrooms at [[domain virtual-assembly.org]]. +Anyone can access chatrooms at domain {{domain}}. You can create a personal [[account]] to access the chat service directly. @@ -33,11 +33,11 @@ You can use several clients at once. ## Setup -Members can create an account locally at the [[domain virtual-assembly.org]]. +Members can create an account locally at the domain {{domain}}. Guests may connect indirectly from another Matrix network. To create a local member account, -tell your Matrix client to use the [[chatserver matrix.virtual-assembly.org]] +tell your Matrix client to use the chatserver {{matrixhost}} (some Matrix clients call it "Custom server" or "Home server"). Then request to create a new account, providing your email address as proof of membership |