Add quote

This commit is contained in:
Bob Mottram 2016-12-20 16:27:58 +00:00
parent 79c7f73fa7
commit 75c68a785f
2 changed files with 20 additions and 10 deletions

View File

@ -16,6 +16,10 @@
</center>
#+END_EXPORT
#+begin_quote
"/Now is a very important time in history. Every aspect of our lives is moving into the digital world faster than we realize. We use apps like Dropbox or Evernote because of their convenience, but in doing so we sacrifice our privacy. What data isn't sold to advertisers or stolen by hackers is carved up by government surveillance./"
#+end_quote
Turtl is a system for privately creating and sharing notes and images, similar to Evernote. It can be set up so that a small number of users on the server can share their notes in a convenient way. It doesn't have any web user interface, and you need to install native clients on mobile or laptop/desktop machines.
Since the data at rest is stored in PGP encrypted format this is a good system to use in cases where security really is a critical factor.

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-12-20 Tue 16:22 -->
<!-- 2016-12-20 Tue 16:27 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -247,6 +247,12 @@ for the JavaScript code in this tag.
<h1>Turtl</h1>
</center>
<blockquote>
<p>
"<i>Now is a very important time in history. Every aspect of our lives is moving into the digital world faster than we realize. We use apps like Dropbox or Evernote because of their convenience, but in doing so we sacrifice our privacy. What data isn't sold to advertisers or stolen by hackers is carved up by government surveillance.</i>"
</p>
</blockquote>
<p>
Turtl is a system for privately creating and sharing notes and images, similar to Evernote. It can be set up so that a small number of users on the server can share their notes in a convenient way. It doesn't have any web user interface, and you need to install native clients on mobile or laptop/desktop machines.
</p>
@ -264,9 +270,9 @@ Since the data at rest is stored in PGP encrypted format this is a good system t
</div>
</div>
<div id="outline-container-org0393936" class="outline-2">
<h2 id="org0393936">Installation</h2>
<div class="outline-text-2" id="text-org0393936">
<div id="outline-container-org4bf8ab8" class="outline-2">
<h2 id="org4bf8ab8">Installation</h2>
<div class="outline-text-2" id="text-org4bf8ab8">
<p>
Log into your system with:
</p>
@ -290,9 +296,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
</div>
</div>
<div id="outline-container-org51cc744" class="outline-2">
<h2 id="org51cc744">Initial setup</h2>
<div class="outline-text-2" id="text-org51cc744">
<div id="outline-container-orgc507e86" class="outline-2">
<h2 id="orgc507e86">Initial setup</h2>
<div class="outline-text-2" id="text-orgc507e86">
<p>
The most common use case will be with Android devices. The Android app isn't currently available within F-droid (see <a href="https://turtlapp.com/faq">the FAQ</a> for details) but can be <a href="https://turtlapp.com/download/">downloaded from the Turtl site</a>.
</p>
@ -308,9 +314,9 @@ You should then be able to log in and start using the app. You might also want t
</div>
<div id="outline-container-org3ca9d33" class="outline-2">
<h2 id="org3ca9d33">Locking it down</h2>
<div class="outline-text-2" id="text-org3ca9d33">
<div id="outline-container-org644c5b5" class="outline-2">
<h2 id="org644c5b5">Locking it down</h2>
<div class="outline-text-2" id="text-org644c5b5">
<p>
Once you have created accounts it's a good idea to turn off new turtl signups. This will prevent millions of random users on the interwebs from creating accounts on your system and killing your server, or possibly other nefarious security scenarios. Go to the <b>administrator control panel</b> and select <b>App Settings</b> then <b>turtl</b>. You will then be able to disable new user registrations and also set the data storage limit for users. If you need additional users later you can always temporarily re-enable signups.
</p>