]> git.immae.eu Git - github/wallabag/wallabag.git/blame - README.md
mise à jour readme
[github/wallabag/wallabag.git] / README.md
CommitLineData
1a268ba7 1# poche
c4fb6f01 2Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source.
1a268ba7 3
28cbf46c 4To get news from poche, [follow us on twitter](http://twitter.com/getpoche).
5
1a268ba7 6## Usage
28cbf46c 7You can easily add a "poched" page with the bookmarklet.
1a268ba7 8
28cbf46c 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
1a268ba7 14
a590ea55 15## Security
a590ea55 16You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
17```apache
18<Files ~ "\.sqlite$">
19 Order allow,deny
20 Deny from all
21</Files>
22```
23
1a268ba7 24## License
634cf566 25Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
1a268ba7
NL
26This work is free. You can redistribute it and/or modify it under the
27terms of the Do What The Fuck You Want To Public License, Version 2,
28as published by Sam Hocevar. See the COPYING file for more details.