]> git.immae.eu Git - github/wallabag/wallabag.git/blame - README.md
typo dans le footer
[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
9232dd8b 6The website of poche is [inthepoche.com](http://inthepoche.com).
2bbeb778 7
28cbf46c 8To get news from poche, [follow us on twitter](http://twitter.com/getpoche).
9
28667ee7 10[If you want to flattr poche, it's here.](https://flattr.com/thing/1225780/nicosombpoche-on-GitHub)
11
1a268ba7 12## Usage
28cbf46c 13You can easily add a "poched" page with the bookmarklet.
1a268ba7 14
28cbf46c 15You can :
16* read a page in a comfortable reading view
17* archive a link
18* put a link in favorite
19* delete a link
1a268ba7 20
a590ea55 21## Security
a590ea55 22You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
23```apache
24<Files ~ "\.sqlite$">
25 Order allow,deny
26 Deny from all
27</Files>
28```
29
1a268ba7 30## License
634cf566 31Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
1a268ba7
NL
32This work is free. You can redistribute it and/or modify it under the
33terms of the Do What The Fuck You Want To Public License, Version 2,
34as published by Sam Hocevar. See the COPYING file for more details.