]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - README.md
déplacement de la base de données et explication dans le README pour sécuriser ce...
[github/wallabag/wallabag.git] / README.md
... / ...
CommitLineData
1# poche
2
3Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source.
4
5## Usage
6
7...
8
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
19## License
20Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
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.