diff options
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 |