1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

"awwkoala -> cowyo"

Former-commit-id: 9c773dc7ec43d1d433009fe469e284b135f65e6e [formerly ff79169c6e0ee8a8fda8da6d1bf3eebb242c64cd] [formerly 48dd767a560f1d539cf69197601c859ceda15f09 [formerly 7dc8e7161d73230525a32eaf97020a85406f5f37 [formerly b1f7805ece]]]
Former-commit-id: 8ecf66ef3fd4b1676c23dad8ac575639912fa83c [formerly 5fb43ee803ac2a3c9be1b760b87e754300360ea2]
Former-commit-id: c4e99e9af4a23af149bfe49e0718bf81a1f4c12f
Former-commit-id: ccbbeda71d
This commit is contained in:
Zack Scholl 2016-03-19 11:27:27 -04:00
parent 5d3c81cda0
commit f5b10f8c2e

View File

@ -4,7 +4,7 @@
## Collections of Organized Words You Open
![Version 0.94](https://img.shields.io/badge/version-0.94-brightgreen.svg)
This is a self-contained wiki webserver that makes sharing easy and _fast_. The most important feature here is *simplicity*. There are many other features as well including versioning, page locking, self-destructing messages, encryption, math support, and listifying. Read on to learn more about the features. **AwwKoala** is also [Open Source](https://github.com/schollz/cowyo).
This is a self-contained wiki webserver that makes sharing easy and _fast_. The most important feature here is *simplicity*. There are many other features as well including versioning, page locking, self-destructing messages, encryption, math support, and listifying. Read on to learn more about the features. **CowYo** is also [Open Source](https://github.com/schollz/cowyo).
## Features
**Simplicity**. The philosophy here is to *just type*. To jot a note, simply load the page at [`/`](/) and just start typing. No need to press edit, the browser will already be focused on the text. No need to press save - it will automatically save when you stop writing. The URL at [`/`](/) will redirect to an easy-to-remember name that you can use to reload the page at anytime, anywhere. But, you can also use any URL you want, e.g. [`/AnythingYouWant`](/AnythingYouWant). All pages can be rendered into HTML by adding `/view`. For example, the page [`/AnythingYouWant`](/AnythingYouWant) is rendered at [`/AnythingYouWant/view`](/AnythingYouWant/view). You can write in HTML or [Markdown](https://daringfireball.net/projects/markdown/) for page rendering. To quickly link to `/view` pages, just use `[[AnythingYouWnat]]`.
@ -13,7 +13,7 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. The
<br>
**Listifying**. If you are writing a list and you want to tick off things really easily, just add `/list`. For example, after editing [`/grocery`](http://AwwKoala.com/grocery), goto [`/grocery/list`](http://AwwKoala.com/grocery/list). In this page, whatever you click on will be struck through and moved to the end. This is helpful if you write a grocery list and then want to easily delete things from it.
**Listifying**. If you are writing a list and you want to tick off things really easily, just add `/list`. For example, after editing [`/grocery`](/grocery), goto [`/grocery/list`](/grocery/list). In this page, whatever you click on will be struck through and moved to the end. This is helpful if you write a grocery list and then want to easily delete things from it.
![Lists are easy to make.](https://raw.githubusercontent.com/schollz/cowyo/master/static/img/help2.gif)