comparison src/discord.html.luan @ 119:ec1a61bf5738 default tip

update discord.html
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Dec 2025 23:16:32 -0700
parents 98b2dc732ca0
children
comparison
equal deleted inserted replaced
118:04933d5ba05a 119:ec1a61bf5738
23 23
24 <p>This is a proposal to make a Discord clone based on <a href="about.html">Luan Chat</a>. What Discord calls a "server", I will call a "forum" because it is basically a chat forum. I propose these steps:</p> 24 <p>This is a proposal to make a Discord clone based on <a href="about.html">Luan Chat</a>. What Discord calls a "server", I will call a "forum" because it is basically a chat forum. I propose these steps:</p>
25 25
26 <ol> 26 <ol>
27 27
28 <li><p>We start with Luan Chat. We use it to communicate. fschmidt adds missing features including better login (like Fluentaro) and Markdown. Deleted User installs the code locally and fully understands it. Deleted User can also suggest changes.</p></li> 28 <li><p>We start with Luan Chat. We use it to communicate. This will become the DM service for the Discord clone. Deleted User installs this code locally and fully understands it. Then Deleted User can improve the UI and make any needed changes for DMs</p></li>
29 29
30 <li><p>We design the Discord clone for a stand-alone forum. No coding here, just design discussion. This includes features, UI, and program design.</p></li> 30 <li><p>We design the Discord clone for a stand-alone forum. No coding here, just design discussion. This includes features, UI, and program design.</p></li>
31 31
32 <li><p>Fork Luan Chat and use that to implement stand-alone forum. Deleted User will do this with fschmidt's help.</p></li> 32 <li><p>Fork Luan Chat and use that to implement stand-alone forum. Deleted User will do this with fschmidt's help.</p></li>
33 33