]> git.immae.eu Git - github/wallabag/wallabag.git/blob - README.md
import depuis Pocket, yeah cf #3
[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://inthepoche.com/img/logo.png)
5
6 The website of poche is [inthepoche.com](http://inthepoche.com).
7
8 To get news from poche, [follow us on twitter](http://twitter.com/getpoche).
9
10 [If you want to flattr poche, it's here.](https://flattr.com/thing/1225780/nicosombpoche-on-GitHub)
11
12 ## Usage
13 You can easily add a "poched" page with the bookmarklet.
14
15 You can :
16 * read a page in a comfortable reading view
17 * archive a link
18 * put a link in favorite
19 * delete a link
20
21 ## Security
22 You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
23 ```apache
24 <Files ~ "\.sqlite$">
25 Order allow,deny
26 Deny from all
27 </Files>
28 ```
29
30 ## Import from Pocket
31
32 If you want to import your Pocket datas, [export them here](https://getpocket.com/export). Put the HTML file in your poche directory, execute import.php file locally by following instructions. Be careful, the script can take a very long time.
33
34 ## License
35 Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
36 This work is free. You can redistribute it and/or modify it under the
37 terms of the Do What The Fuck You Want To Public License, Version 2,
38 as published by Sam Hocevar. See the COPYING file for more details.