aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index e0712add..a1c7920f 100755
--- a/README.md
+++ b/README.md
@@ -6,6 +6,16 @@ Abandon Pocket, Instapaper and other Readability service : adopt poche. It is th
6 6
7... 7...
8 8
9## Security
10
11You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
12```apache
13<Files ~ "\.sqlite$">
14 Order allow,deny
15 Deny from all
16</Files>
17```
18
9## License 19## License
10Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org> 20Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
11This work is free. You can redistribute it and/or modify it under the 21This work is free. You can redistribute it and/or modify it under the