diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-17 15:32:57 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-17 15:32:57 +0200 |
commit | d178419c66fb1950aee7dc8e012c35f12f2a44bc (patch) | |
tree | e7bf5bde7f6de45824b3b9a4a944f524dac5f1da /README.md | |
parent | 1c182b6c9d74875054dc8efe75564ceab1bc1abe (diff) | |
download | wallabag-d178419c66fb1950aee7dc8e012c35f12f2a44bc.tar.gz wallabag-d178419c66fb1950aee7dc8e012c35f12f2a44bc.tar.zst wallabag-d178419c66fb1950aee7dc8e012c35f12f2a44bc.zip |
README, CREDITS & chmod
Diffstat (limited to 'README.md')
-rw-r--r--[-rwxr-xr-x] | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -12,12 +12,21 @@ To get news from poche, [follow us on twitter](http://twitter.com/getpoche). | |||
12 | ## Usage | 12 | ## Usage |
13 | You can easily add a "poched" page with the bookmarklet. | 13 | You can easily add a "poched" page with the bookmarklet. |
14 | 14 | ||
15 | poche save the entire content of a poched links : text and pictures are stored on your server. | ||
16 | |||
15 | You can : | 17 | You can : |
16 | * read a page in a comfortable reading view | 18 | * read a page in a comfortable reading view |
17 | * archive a link | 19 | * archive a link |
18 | * put a link in favorite | 20 | * put a link in favorite |
19 | * delete a link | 21 | * delete a link |
20 | 22 | ||
23 | ## Requirements & installation | ||
24 | You have to install [sqlite for php](http://www.php.net/manual/en/book.sqlite.php) on your server. | ||
25 | |||
26 | Get the [latest version](https://github.com/nicosomb/poche) of poche on github. Unzip it and upload it on your server. poche must have write access on assets, cache and db directories. | ||
27 | |||
28 | That's all, **poche works** ! | ||
29 | |||
21 | ## Security | 30 | ## Security |
22 | You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : | 31 | You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : |
23 | ```apache | 32 | ```apache |