diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,13 +1,18 @@ | |||
1 | # poche | 1 | # poche |
2 | |||
3 | Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source. | 2 | Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source. |
4 | 3 | ||
4 | To get news from poche, [follow us on twitter](http://twitter.com/getpoche). | ||
5 | |||
5 | ## Usage | 6 | ## Usage |
7 | You can easily add a "poched" page with the bookmarklet. | ||
6 | 8 | ||
7 | ... | 9 | You 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 | |||
11 | You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : | 16 | You **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$"> |