]> git.immae.eu Git - github/wallabag/wallabag.git/blame - README.md
logo
[github/wallabag/wallabag.git] / README.md
CommitLineData
1a268ba7
NL
1# poche
2
c4fb6f01 3Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source.
1a268ba7
NL
4
5## Usage
6
7...
8
a590ea55 9## Security
10
11You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
12```apache
13<Files ~ "\.sqlite$">
14 Order allow,deny
15 Deny from all
16</Files>
17```
18
1a268ba7 19## License
634cf566 20Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
1a268ba7
NL
21This work is free. You can redistribute it and/or modify it under the
22terms of the Do What The Fuck You Want To Public License, Version 2,
23as published by Sam Hocevar. See the COPYING file for more details.