Mercurial Hosting > chat
changeset 29:5beadcd541aa
about
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 06 Nov 2024 23:05:45 -0700 |
parents | 637bf1df2070 |
children | f4708943f29e |
files | src/about.html.luan |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/about.html.luan Wed Nov 06 22:38:48 2024 -0700 +++ b/src/about.html.luan Wed Nov 06 23:05:45 2024 -0700 @@ -22,13 +22,13 @@ <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> + <p>As a simple service, this doesn't implement features that can be handled elsewhere. In particular it doesn'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> + <p>For questions, <a href="https://chat.luan.software/?with=fschmidt@gmail.com">contact me</a>. This is an open <a href="https://hg.reactionary.software/repo/chat/">source</a> project.</p> </div> </body> </html>