Small wording tweak
This commit is contained in:
parent
0b8446c58f
commit
5dc39f37d2
|
@ -74,10 +74,12 @@ app = JetforceApplication()
|
|||
HOMEPAGE = r"""
|
||||
# Gemini Chat
|
||||
|
||||
``` The coolest chatroom in gemini!
|
||||
_________________________________
|
||||
< The coolest chatroom in gemini! >
|
||||
---------------------------------
|
||||
A live, unmoderated chat room over gemini://
|
||||
|
||||
``` It's better than grass!
|
||||
_________________________
|
||||
< It's better than grass! >
|
||||
-------------------------
|
||||
\ ^__^
|
||||
\ (oo)\_______
|
||||
(__)\ )\/\
|
||||
|
@ -85,8 +87,6 @@ HOMEPAGE = r"""
|
|||
|| ||
|
||||
```
|
||||
|
||||
A live, unmoderated chat room over gemini://
|
||||
|
||||
You can set a username by connecting with a client certificate.
|
||||
Anonymous users will be identified by their IP addresses.
|
||||
|
||||
|
@ -94,7 +94,7 @@ Anonymous users will be identified by their IP addresses.
|
|||
(view the last 100 messages)
|
||||
|
||||
=> /stream
|
||||
(open a long-running gemini connection that will stream in real-time)
|
||||
(open a long-running TCP connection that will stream in real-time)
|
||||
|
||||
=> /submit
|
||||
(submit a message to the room)
|
||||
|
|
Loading…
Reference in New Issue