updated readme
This commit is contained in:
12
README.md
12
README.md
@@ -3,10 +3,14 @@
|
|||||||
A simple shopping list app:
|
A simple shopping list app:
|
||||||
|
|
||||||
* Runs on gunicorn+flaskr (python)
|
* Runs on gunicorn+flaskr (python)
|
||||||
* multi-user
|
* Multi-user
|
||||||
* data saved as flat files, can contain markdown
|
* Data saved as flat files, can contain markdown
|
||||||
|
* Syntaxes parsed:
|
||||||
|
* [link](URL) -type links
|
||||||
|
* [ ] and [x] tick boxes
|
||||||
|
|
||||||
Note! register page is enabled by default, but there is no link to it anywhere.
|
Note! Register page is enabled by default, but there is no link to it anywhere.
|
||||||
|
* Does not (yet) have proper configration file
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
@@ -26,4 +30,4 @@ location /myshop/ {
|
|||||||
proxy_set_header X-Scheme $scheme;
|
proxy_set_header X-Scheme $scheme;
|
||||||
proxy_set_header X-Script-Name /myshop;
|
proxy_set_header X-Script-Name /myshop;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user