mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Updated readme and about page with self-destructing message
information Former-commit-id: 9afef25b0304da842eb41cde6613ee2a56b14ef7 [formerly 2d26b64ed0752e3e1276fa8bf89c8d986b3837cf] [formerly 8785846c8b218b30b18451c2b46387cc505ca85b [formerly c382f978c2e794f2add70d2e89d574d072578a0c [formerlyaf04d05233
]]] Former-commit-id: 6e344f746285c5dbf984758f4373ebd5f0073bc5 [formerly 37fe3ff0c5c8287ca2acddde853b4424c17845bd] Former-commit-id: ba1c83d4af161836f8ea13357dbf383d9b6105a8 Former-commit-id:7eb62c03ee
This commit is contained in:
parent
fc908fb04d
commit
c542615b62
@ -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.
|
||||
|
@ -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 <a href="https://twitter.com/intent/tweet?screen_name=zack_118" class="twitter-mention-button" data-related="zack_118">tweet me @zack_118</a>
|
||||
|
Loading…
Reference in New Issue
Block a user