Mercurial Hosting > chat
changeset 25:13f4d2c8b8fe
fix about
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 05 Nov 2024 23:03:32 -0700 |
parents | af41be2dcdec |
children | 5bdbbd0a65e1 |
files | src/about.html.luan |
diffstat | 1 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
diff -r af41be2dcdec -r 13f4d2c8b8fe src/about.html.luan --- a/src/about.html.luan Tue Nov 05 19:45:08 2024 -0700 +++ b/src/about.html.luan Tue Nov 05 23:03:32 2024 -0700 @@ -14,21 +14,21 @@ <html> <head> <% head() %> - <style> - h1 { - margin-bottom: 0; - } - h3 { - margin-top: 8px; - } - </style> </head> <body> <% header() %> <div content> - <h1>Web Chat</h1> - <h3>A free web-based instant messaging service</h3> - <p><a href="https://hg.reactionary.software/repo/chat/">source code</a></p> + <h1>About Web Chat</h1> + + <p>This is a free web-based instant messaging service written for websites wanting to provide support through chat. The other existing solutions are overcomplicated enterprise services that are often expensive. All that is really needed is a simple general chat. Each user gets a URL and other people can chat with the user through that URL.</p> + + <p>As a simple service, this doesn't implement features that can be handled elsewhere. In particular we don't provide:</p> + <ul> + <li>file transfer - Use email instead.</li> + <li>voice, video, and screen share - Use <a href="https://talky.io/">talky</a> instead. Just make a talky URL and then post it in our chat.</li> + </ul> + + <p>This is an open <a href="https://hg.reactionary.software/repo/chat/">source</a> project.</p> </div> </body> </html>