From af04d05233eff2895aed8e411542eff39ffab545 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 13 Mar 2016 22:05:32 -0400 Subject: [PATCH] Updated readme and about page with self-destructing message information --- README.md | 2 ++ templates/aboutpage.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index ae2e098..7589191 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. You **Admin controls**. The Admin can view/delete all the documents by setting the `-a YourAdminKey` when starting the program. Then the admin has access to the `/ls/YourAdminKey` to view and delete any of the pages. +**Self-destructing messages**. You can write a message that will delete itself when a user loads it (in any view). Useful for transmitting sensitive information. To use, simply add a line somewhere that says only "`self-destruct`". + # Install First [install Go](https://golang.org/doc/install). Then continue. diff --git a/templates/aboutpage.md b/templates/aboutpage.md index beb8147..37e04c5 100644 --- a/templates/aboutpage.md +++ b/templates/aboutpage.md @@ -17,6 +17,7 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. You **Keyboard Shortcuts**. Quickly transition between Edit/View/List by using `Ctl+Shift+E` to Edit, `Ctl+Shift+Z` to View, and `Ctl+Shift+L` to Listify. +**Self-destructing messages**. You can write a message that will delete itself when a user loads it (in any view). Useful for transmitting sensitive information. To use, simply add a line somewhere that says only "`self-destruct`". # Contact Any other comments, questions or anything at all, just tweet me @zack_118