diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-18 08:13:24 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-18 08:13:24 +0200 |
commit | ebf7a07bff8be55160ff5e5999f095e82f97277f (patch) | |
tree | 4a5d11c35c6e1937bfcd6a7c66d081d97771e57c /README.md | |
parent | 07a192525d19bcafc11bc68d62c30d2d4846faee (diff) | |
parent | 7af30d31eef1003f2a787a6ffd4760856740064e (diff) | |
download | wallabag-ebf7a07bff8be55160ff5e5999f095e82f97277f.tar.gz wallabag-ebf7a07bff8be55160ff5e5999f095e82f97277f.tar.zst wallabag-ebf7a07bff8be55160ff5e5999f095e82f97277f.zip |
Merge branch 'master' of github.com:inthepoche/poche
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 | ||
39 | Nginx version: | ||
40 | ```nginx | ||
41 | location ~ /(db) { | ||
42 | deny all; | ||
43 | return 404; | ||
44 | } | ||
45 | ``` | ||
46 | |||
39 | ## Import from Pocket | 47 | ## Import from Pocket |
40 | 48 | ||
41 | 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. | 49 | 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. |
@@ -44,4 +52,4 @@ If you want to import your Pocket datas, [export them here](https://getpocket.co | |||
44 | Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org> | 52 | Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org> |
45 | This work is free. You can redistribute it and/or modify it under the | 53 | This work is free. You can redistribute it and/or modify it under the |
46 | terms of the Do What The Fuck You Want To Public License, Version 2, | 54 | terms of the Do What The Fuck You Want To Public License, Version 2, |
47 | as published by Sam Hocevar. See the COPYING file for more details. \ No newline at end of file | 55 | as published by Sam Hocevar. See the COPYING file for more details. |