From fb1725d43ac07f38d041047b46cb1f4d70e4580f Mon Sep 17 00:00:00 2001 From: codl Date: Tue, 23 Jul 2019 04:10:33 +0200 Subject: [PATCH] new, better about page I've long wanted to get rid of this weirdly negative and tongue in cheek about page --- CHANGELOG.markdown | 1 + templates/about.html | 33 +++++++++++++++++++++------------ 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index e9f8076..b57347a 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,6 +2,7 @@ * increased frequency of refresh jobs * version number in footer now links to changelog instead of commit log +* updated about page. less negative, more succint, clarifies that forget is not a purging tool ## v1.5.3 diff --git a/templates/about.html b/templates/about.html index eeab2db..0b657bb 100644 --- a/templates/about.html +++ b/templates/about.html @@ -4,18 +4,7 @@
{% include "lib/greet.html" %} -

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

-
- -
-

Features

- +

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

{% if not g.viewer %} @@ -91,6 +80,26 @@ {% endif %} + +
+

Features

+ +
+ +
+

Non-features

+

+ Forget is not a one-time purging tool. + It is designed to prune your account continuously, not quickly. + If you need a lot of posts gone fast, you may want to look for another more-suited tool. +

+
+ {% endblock %}