From 2a6d0b612f8c778fecd8f79cff252c5a0cc0176c Mon Sep 17 00:00:00 2001 From: codl Date: Fri, 1 Sep 2017 00:43:19 +0200 Subject: [PATCH] update front page copy --- templates/index.html | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7a14611..bcfc727 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,18 +4,17 @@

Hello, stranger!

-

Forget is a service that automatically deletes your old posts once everyone has forgotten about them. After all, why shouldn't computers forget too?

+

Forget is a service that automatically deletes your old posts that everyone has forgotten about. Shouldn't databases forget too?

Features

@@ -27,7 +26,6 @@ {% endif %} -

Sound good to you?

@@ -59,8 +57,16 @@

-

Policy

-

Forget will only start deleting posts if and when you explicitly enable it on this page. Forget will not post as you, follow any account or do anything else than delete posts.

+

Pledge & Privacy Policy

+

Forget does not post, follow, or do anything with your account other than its job: deleting posts. For it to function, Forget needs to retrieve and store some metadata about each of your posts:

+
    +
  • A unique post identifier
  • +
  • The post's time and date of publishing
  • +
  • Whether the post has any media attached
  • +
  • Whether the post has been favourited by you
  • +
  • (Mastodon only) Whether the post is a direct message
  • +
+

No other post metadata and no post contents are stored by Forget.

{% endblock %}