]> 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 ![poche](http://cdetc.fr/poche/img/logo.png)
5
6 To get news from poche, [follow us on twitter](http://twitter.com/getpoche).
7
8 ## Usage
9 You can easily add a "poched" page with the bookmarklet.
10
11 You can :
12 * read a page in a comfortable reading view
13 * archive a link
14 * put a link in favorite
15 * delete a link
16
17 ## Security
18 You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
19 ```apache
20 <Files ~ "\.sqlite$">
21 Order allow,deny
22 Deny from all
23 </Files>
24 ```
25
26 ## License
27 Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
28 This work is free. You can redistribute it and/or modify it under the
29 terms of the Do What The Fuck You Want To Public License, Version 2,
30 as published by Sam Hocevar. See the COPYING file for more details.