aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-18 08:13:24 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-18 08:13:24 +0200
commitebf7a07bff8be55160ff5e5999f095e82f97277f (patch)
tree4a5d11c35c6e1937bfcd6a7c66d081d97771e57c
parent07a192525d19bcafc11bc68d62c30d2d4846faee (diff)
parent7af30d31eef1003f2a787a6ffd4760856740064e (diff)
downloadwallabag-ebf7a07bff8be55160ff5e5999f095e82f97277f.tar.gz
wallabag-ebf7a07bff8be55160ff5e5999f095e82f97277f.tar.zst
wallabag-ebf7a07bff8be55160ff5e5999f095e82f97277f.zip
Merge branch 'master' of github.com:inthepoche/poche
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1015085a..34c45e63 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,14 @@ You **have** to protect your db/poche.sqlite file. Modify the virtual host of yo
36</Files> 36</Files>
37``` 37```
38 38
39Nginx version:
40```nginx
41location ~ /(db) {
42 deny all;
43 return 404;
44}
45```
46
39## Import from Pocket 47## Import from Pocket
40 48
41If 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. 49If 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.
@@ -44,4 +52,4 @@ If you want to import your Pocket datas, [export them here](https://getpocket.co
44Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org> 52Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
45This work is free. You can redistribute it and/or modify it under the 53This work is free. You can redistribute it and/or modify it under the
46terms of the Do What The Fuck You Want To Public License, Version 2, 54terms of the Do What The Fuck You Want To Public License, Version 2,
47as published by Sam Hocevar. See the COPYING file for more details. \ No newline at end of file 55as published by Sam Hocevar. See the COPYING file for more details.