mirror of https://github.com/writeas/writefreely
- Removes more mentions of Write.as - Adds a default privacy policy - Improves the About pagepull/24/head
parent
d6f23b54e3
commit
c5e7e35205
@ -1,9 +1,10 @@ |
||||
{{define "head"}}<title>Server error — {{.SiteName}}</title>{{end}} |
||||
{{define "content"}} |
||||
<div class="error-page"> |
||||
<p class="msg">Server error. 😲 😵</p> |
||||
<p>The humans have been alerted and reminded of their many shortcomings.</p> |
||||
<p style="margin-top:3em">On behalf of them, we apologize.</p> |
||||
<p>– The Write.as Bots</p> |
||||
<div class="content-container tight"> |
||||
<h1>Server error 😵</h1> |
||||
<p>Please <a href="https://github.com/writeas/writefreely/issues/new">contact the human authors</a> of this software and remind them of their many shortcomings.</p> |
||||
<p>Be gentle, though. They are fragile mortal beings.</p> |
||||
<p style="margin-top:2em">Also, unlike the AI that will soon replace them, you will need to include an error log from the server in your report. (Utterly <em>primitive</em>, we know.)</p> |
||||
<p>– {{.SiteName}} 🤖</p> |
||||
</div> |
||||
{{end}} |
||||
|
@ -1,7 +1,11 @@ |
||||
{{define "head"}}<title>{{.SiteName}} Privacy Policy</title> |
||||
{{end}} |
||||
{{define "content"}}<div class="content-container snug"> |
||||
<h2>Privacy Policy</h2> |
||||
<p class="intro">We protect your privacy! Like, for real.</p> |
||||
<h1>Privacy Policy</h1> |
||||
<p style="font-style:italic">Last updated November 8, 2018</p> |
||||
<p class="statement"><a href="https://writefreely.org">Write Freely</a>, the software that powers this site, is built to enforce your right to privacy by default.</p> |
||||
<p>It retains as little data about you as possible, not even requiring an email address to sign up. However, if you <em>do</em> give us your email address, it is stored encrypted in our database. We salt and hash your account's password.</p> |
||||
<p>We store log files, or data about what happens on our servers. We also use cookies to keep you logged in to your account.</p> |
||||
<p>Beyond this, it's important that you trust whoever runs <strong>{{.SiteName}}</strong>. 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.</p> |
||||
</div> |
||||
{{end}} |
||||
|
Loading…
Reference in new issue