]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - README.md
Merge pull request #109 from inthepoche/dev
[github/wallabag/wallabag.git] / README.md
... / ...
CommitLineData
1# poche
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.
3
4![poche](http://inthepoche.com/img/logo.png)
5
6The website of poche is [inthepoche.com](http://inthepoche.com).
7
8To test poche, a demo website is online : [demo.inthepoche.com](http://demo.inthepoche.com) (login poche, password poche).
9
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).
11
12[![flattr](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/1265480/poche-a-read-it-later-open-source-system)
13
14## Security
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
23Nginx version:
24```nginx
25location ~ /(db) {
26 deny all;
27 return 404;
28}
29```
30
31## Usage
32See the documentation on our website : [inthepoche.com](http://inthepoche.com).
33
34## Travis
35[![Build Status](https://api.travis-ci.org/inthepoche/poche.png?branch=dev)](http://travis-ci.org/#!/inthepoche/poche)
36
37## License
38Copyright © 2010-2013 Nicolas Lœuillet <nicolas.loeuillet@gmail.com>
39This work is free. You can redistribute it and/or modify it under the
40terms of the Do What The Fuck You Want To Public License, Version 2,
41as published by Sam Hocevar. See the COPYING file for more details.