]> git.immae.eu Git - github/wallabag/wallabag.git/blob - README.md
mise à jour readme
[github/wallabag/wallabag.git] / README.md
1 # poche
2 Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source.
3
4 To get news from poche, [follow us on twitter](http://twitter.com/getpoche).
5
6 ## Usage
7 You can easily add a "poched" page with the bookmarklet.
8
9 You can :
10 * read a page in a comfortable reading view
11 * archive a link
12 * put a link in favorite
13 * delete a link
14
15 ## Security
16 You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
17 ```apache
18 <Files ~ "\.sqlite$">
19 Order allow,deny
20 Deny from all
21 </Files>
22 ```
23
24 ## License
25 Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
26 This work is free. You can redistribute it and/or modify it under the
27 terms of the Do What The Fuck You Want To Public License, Version 2,
28 as published by Sam Hocevar. See the COPYING file for more details.