From 580d6cba683f5c311b7c410450c5295552c78d9d Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 17 Mar 2016 20:13:20 -0400 Subject: [PATCH] Updated page locking Former-commit-id: cdb45541d3db1bacccbff220cbe4088e0f7f59eb [formerly 1106e0eb98b70694e0a59427a646160c224e5d88] [formerly 07e9b03344d1c33a4a720dd53e78ccb88b61de89 [formerly 12fc7b1b7804d79081114bcf02751a8e9ebcfab6]] Former-commit-id: 52d43ace1ce213cc3ab545b843dbff5140ba6cdd [formerly 9126617e8f64187e8816578ad97fa9d80b9b1bea] Former-commit-id: cf573955ac8c2f9ed5e75c4ddea99e2d7779c952 --- templates/aboutpage.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/aboutpage.md b/templates/aboutpage.md index 420adea..0fa9b30 100644 --- a/templates/aboutpage.md +++ b/templates/aboutpage.md @@ -17,6 +17,14 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. The ![Lists are easy to make.](https://raw.githubusercontent.com/schollz/awwkoala/master/static/img/Main3.gif) + +
+ +**Page locking**. Pages can be locked by providing a password to prevent further editing. The whole version tree will still be available. _Note_: This is not available for list mode. + +![Locking is easy.](https://raw.githubusercontent.com/schollz/awwkoala/master/static/img/Main8.gif) + +
**Automatic versioning**. All previous versions of all notes are stored and can be accessed by adding `?version=X` onto `/view` or `/edit`. If you are on the `/view` or `/edit` pages the menu below will show the most substantial changes in the history. Note, only the _current_ version can be edited (no branching allowed, yet). @@ -38,8 +46,6 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. The
-**Page locking**. You can apply a password to a page to allow further edits from being available. The whole version tree will still be available. _Note_: This is not available for list mode. - **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. **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.