aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index a1c7920f..2e14888c 100755
--- a/README.md
+++ b/README.md
@@ -1,13 +1,18 @@
1# poche 1# poche
2
3Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source. 2Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source.
4 3
4To get news from poche, [follow us on twitter](http://twitter.com/getpoche).
5
5## Usage 6## Usage
7You can easily add a "poched" page with the bookmarklet.
6 8
7... 9You can :
10* read a page in a comfortable reading view
11* archive a link
12* put a link in favorite
13* delete a link
8 14
9## Security 15## Security
10
11You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : 16You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
12```apache 17```apache
13<Files ~ "\.sqlite$"> 18<Files ~ "\.sqlite$">