Skip to content

Commit 4cd9c94

Browse files
committed
Updated about page according to README.
1 parent 99003f1 commit 4cd9c94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hideout-frontend/src/Views/About.elm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ what_is_hideout : Model -> Element Msg
163163
what_is_hideout model =
164164
let
165165
body = Body <|
166-
plainPara "Hideout is a private chat service."
166+
plainPara "Hideout is a self-hosted service that makes private, persistent chat rooms possible. It requires no installation or account creation. Unlike disposable chat, a Hideout room preserves privacy without expiring."
167167
in
168168
mkSection What_Is_Hideout "What is Hideout?" body model
169169

@@ -249,7 +249,7 @@ how_private model =
249249
"""
250250
, plainPara
251251
"""
252-
- Disposable letters can't be read after a max read limit is reached. A disposable chat room can't be joined after the max join limit is reached. This "access-based" approach gives a stronger guarantee of privacy than the "time-based" approach. If a message or chat room is set to be deleted after 15 minutes, nothing stops it from being viewed by unwanted parties at the 14th minute.
252+
- Although Hideout's key feature is a persistent private chat room, it's based on the idea of disposable messages. Disposable letters can't be read after a max read limit is reached. A disposable chat room can't be joined after the max join limit is reached. The entrance to a persistent chat room can't be accessed after the max access limit is reached. This "access-based" approach gives a stronger guarantee of privacy than the "time-based" approach. If a message or chat room is set to be deleted after 15 minutes, nothing stops it from being viewed by unwanted parties at the 14th minute.
253253
"""
254254
]
255255
in
@@ -333,7 +333,7 @@ persist_chat model =
333333
[ paraSpacing ]
334334
[ plainPara
335335
"""
336-
Persistent chat rooms is a simple yet powerful idea. It's a private chat room that doesn't expire, so the participants can keep going back to it, without having to create a new room every time they talk. Hideout achieves this in a very simple way.
336+
Persistent chat rooms is a simple yet powerful idea. It's a private chat room that doesn't need to expire. By bookmarking it in the browser, the participants can keep going back to the room, without having to create a new room every time they talk. Hideout achieves this in a very simple way.
337337
"""
338338
, plainPara
339339
"""

0 commit comments

Comments
 (0)