comparison src/about.html.luan @ 45:e138343b2c76

unsubscribe and more
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 28 Feb 2025 14:37:11 -0700
parents 5beadcd541aa
children 38c209714df9
comparison
equal deleted inserted replaced
44:1aa50739475a 45:e138343b2c76
23 <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> 23 <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>
24 24
25 <p>As a simple service, this doesn't implement features that can be handled elsewhere. In particular it doesn't provide:</p> 25 <p>As a simple service, this doesn't implement features that can be handled elsewhere. In particular it doesn't provide:</p>
26 <ul> 26 <ul>
27 <li>file transfer - Use email instead.</li> 27 <li>file transfer - Use email instead.</li>
28 <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> 28 <li>voice, video, and screen share - Use <a href="https://talky.io/">Talky</a> or <a href="https://www.zoom.com/">Zoom</a> instead. With Talky, you can set a Talky URL to be your voice URL for easy access. With Zoom, post a meeting URL in chat.</li>
29 </ul> 29 </ul>
30 30
31 <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> 31 <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>
32 </div> 32 </div>
33 </body> 33 </body>