From c5e7e352054792abc90969488eaada8f3f243615 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Fri, 9 Nov 2018 11:05:54 -0500 Subject: [PATCH] Update copy on default pages - Removes more mentions of Write.as - Adds a default privacy policy - Improves the About page --- pages/500.tmpl | 11 ++++++----- pages/about.tmpl | 40 ++++++++++++++++++++++++---------------- pages/privacy.tmpl | 8 ++++++-- 3 files changed, 36 insertions(+), 23 deletions(-) diff --git a/pages/500.tmpl b/pages/500.tmpl index 999d80a..c436280 100644 --- a/pages/500.tmpl +++ b/pages/500.tmpl @@ -1,9 +1,10 @@ {{define "head"}}Server error — {{.SiteName}}{{end}} {{define "content"}} -
-

Server error. 😲 😵

-

The humans have been alerted and reminded of their many shortcomings.

-

On behalf of them, we apologize.

-

– The Write.as Bots

+
+

Server error 😵

+

Please contact the human authors of this software and remind them of their many shortcomings.

+

Be gentle, though. They are fragile mortal beings.

+

Also, unlike the AI that will soon replace them, you will need to include an error log from the server in your report. (Utterly primitive, we know.)

+

– {{.SiteName}} 🤖

{{end}} diff --git a/pages/about.tmpl b/pages/about.tmpl index 061d733..c816e5b 100644 --- a/pages/about.tmpl +++ b/pages/about.tmpl @@ -1,23 +1,31 @@ {{define "head"}}About {{.SiteName}} {{end}} -{{define "content"}}
-
-
-
-
-

Simple and focused

-

Write.as isn't a platform for building any kind of blog or website. It's meant to help you get your thoughts down—and published—fast.

-
+{{define "content"}} +
+

About {{.SiteName}}

-
-

Distraction-free

-

Our editor lets you write and publish — that's it. And we separated the reading experience so there's no stream or feed or "likes" or "follows" to steal your focus.

-
+ -
-

Never lose your progress

-

Your writing automatically saves as you type. It'll always be waiting, even if you don't "save" before leaving.

-
+

+ {{ if .Federation }} + {{.SiteName}} is an interconnected place for you to write and publish, powered by WriteFreely and ActivityPub. + {{ else }} + {{.SiteName}} is a place for you to write and publish, powered by WriteFreely. + {{ end }} +

+ + +

About WriteFreely

+

WriteFreely is a self-hosted, decentralized blogging platform for publishing beautiful, simple blogs.

+

It lets you publish a single blog, or host a community of writers who can create multiple blogs under one account. You can also enable federation, which allows people in the fediverse to follow your blog, bookmark your posts, and share them with others.

+
diff --git a/pages/privacy.tmpl b/pages/privacy.tmpl index 9c8c2c0..7d778b2 100644 --- a/pages/privacy.tmpl +++ b/pages/privacy.tmpl @@ -1,7 +1,11 @@ {{define "head"}}{{.SiteName}} Privacy Policy {{end}} {{define "content"}}
-

Privacy Policy

-

We protect your privacy! Like, for real.

+

Privacy Policy

+

Last updated November 8, 2018

+

Write Freely, the software that powers this site, is built to enforce your right to privacy by default.

+

It retains as little data about you as possible, not even requiring an email address to sign up. However, if you do give us your email address, it is stored encrypted in our database. We salt and hash your account's password.

+

We store log files, or data about what happens on our servers. We also use cookies to keep you logged in to your account.

+

Beyond this, it's important that you trust whoever runs {{.SiteName}}. Software can only do so much to protect you — your level of privacy protections will ultimately fall on the humans that run this particular service.

{{end}}