From 5bd0c0992f35d9d640d53b7ef1f811e28de0dc09 Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Tue, 12 Mar 2013 19:01:14 +0000
Subject: [PATCH] Docs updates
---
editions/tw5.com/tiddlers/commands/ServerCommand.tid | 4 +++-
...iki5_as_a_standalone_HTML_file_with_encryption.tid | 11 +++++++++++
readme.md | 6 +++++-
3 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_encryption.tid
diff --git a/editions/tw5.com/tiddlers/commands/ServerCommand.tid b/editions/tw5.com/tiddlers/commands/ServerCommand.tid
index 756229ef7..f41795f9a 100644
--- a/editions/tw5.com/tiddlers/commands/ServerCommand.tid
+++ b/editions/tw5.com/tiddlers/commands/ServerCommand.tid
@@ -1,7 +1,9 @@
title: ServerCommand
tags: docs command
-The server is very simple. At the root, it serves a rendering of a specified tiddler. Away from the root, it serves individual tiddlers encoded in JSON, and supports the basic HTTP operations for `GET`, `PUT` and `DELETE`.
+The server built in to TiddlyWiki5 is very simple. Although compatible with TiddlyWeb it doesn't support many of the features needed for robust Internet-facing usage - in particular, TiddlyWiki5 is an old-school wiki in the sense that it offers no authentication.
+
+At the root, it serves a rendering of a specified tiddler. Away from the root, it serves individual tiddlers encoded in JSON, and supports the basic HTTP operations for `GET`, `PUT` and `DELETE`.
```
--server
diff --git a/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_encryption.tid b/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_encryption.tid
new file mode 100644
index 000000000..76542256b
--- /dev/null
+++ b/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_encryption.tid
@@ -0,0 +1,11 @@
+title: How to use TiddlyWiki5 as a standalone HTML file with encryption
+tags: docs howto
+
+[[TiddlyWiki5 Standalone Edition]] allows content to be encrypted using the [[Stanford JavaScript Crypto Library]].
+
+1. Scroll to the bottom of the page where you should see the words "This wiki is not encrypted" and a button labelled "Set password"
+2. Click "Set password"
+3. Type a password and click the "Set" button (or use the enter key)
+4. The control panel should now say "This wiki is encrypted" with buttons for changing and clearing the password
+5. Save the wiki using the "Save" button in the left sidebar
+6. Optionally, open the saved file in a text editor and verify that your data is encrypted
diff --git a/readme.md b/readme.md
index 43c3d7b4e..6cf6cdafa 100644
--- a/readme.md
+++ b/readme.md
@@ -123,7 +123,11 @@ For example:
ServerCommand
-The server is very simple. At the root, it serves a rendering of a specified tiddler. Away from the root, it serves individual tiddlers encoded in JSON, and supports the basic HTTP operations for
+The server built in to
+TiddlyWiki5 is very simple. Although compatible with
+TiddlyWeb it doesn't support many of the features needed for robust Internet-facing usage - in particular,
+TiddlyWiki5 is an old-school wiki in the sense that it offers no authentication.
+At the root, it serves a rendering of a specified tiddler. Away from the root, it serves individual tiddlers encoded in JSON, and supports the basic HTTP operations for
GET
,
PUT
and
DELETE
.