]> git.immae.eu Git - github/wallabag/wallabag.git/blame - README.md
début de nettoyage des fichiers inclus
[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
33e38dd0 4![poche](http://cdetc.fr/poche/img/logo.png)
5
28cbf46c 6To get news from poche, [follow us on twitter](http://twitter.com/getpoche).
7
1a268ba7 8## Usage
28cbf46c 9You can easily add a "poched" page with the bookmarklet.
1a268ba7 10
28cbf46c 11You can :
12* read a page in a comfortable reading view
13* archive a link
14* put a link in favorite
15* delete a link
1a268ba7 16
a590ea55 17## Security
a590ea55 18You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
19```apache
20<Files ~ "\.sqlite$">
21 Order allow,deny
22 Deny from all
23</Files>
24```
25
1a268ba7 26## License
634cf566 27Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
1a268ba7
NL
28This work is free. You can redistribute it and/or modify it under the
29terms of the Do What The Fuck You Want To Public License, Version 2,
30as published by Sam Hocevar. See the COPYING file for more details.