]> git.immae.eu Git - github/wallabag/wallabag.git/blame - README.md
populate user_config
[github/wallabag/wallabag.git] / README.md
CommitLineData
1a268ba7 1# poche
63c35580 2Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source. Moreover, you can migrate from Pocket & Readability.
1a268ba7 3
421b65eb 4![poche](http://inthepoche.com/img/logo.png)
33e38dd0 5
9232dd8b 6The website of poche is [inthepoche.com](http://inthepoche.com).
2bbeb778 7
e858ac27 8To test poche, a demo website is online : [demo.inthepoche.com](http://demo.inthepoche.com) (login poche, password poche).
9
6d37de5f 10To get news from poche, [follow us on twitter](http://twitter.com/getpoche) or [read the poche blog](http://inthepoche.com/blog). A Google Group is also available : [poche-users](https://groups.google.com/forum/#!forum/poche-users).
28cbf46c 11
0a0b9686 12[![flattr](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/1265480/poche-a-read-it-later-open-source-system)
28667ee7 13
a590ea55 14## Security
a590ea55 15You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
16```apache
17<Files ~ "\.sqlite$">
18 Order allow,deny
19 Deny from all
20</Files>
21```
22
dbb792bf
GM
23Nginx version:
24```nginx
25location ~ /(db) {
26 deny all;
27 return 404;
28}
29```
30
63c35580
NL
31## Usage
32See the documentation on our website : [inthepoche.com](http://inthepoche.com).
0753bfef 33
1a268ba7 34## License
7ce7ec4c 35Copyright © 2010-2013 Nicolas Lœuillet <nicolas.loeuillet@gmail.com>
1a268ba7
NL
36This work is free. You can redistribute it and/or modify it under the
37terms of the Do What The Fuck You Want To Public License, Version 2,
63c35580 38as published by Sam Hocevar. See the COPYING file for more details.