aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-17 15:32:57 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-17 15:32:57 +0200
commitd178419c66fb1950aee7dc8e012c35f12f2a44bc (patch)
treee7bf5bde7f6de45824b3b9a4a944f524dac5f1da /README.md
parent1c182b6c9d74875054dc8efe75564ceab1bc1abe (diff)
downloadwallabag-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.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c678d11c..1015085a 100755..100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,21 @@ To get news from poche, [follow us on twitter](http://twitter.com/getpoche).
12## Usage 12## Usage
13You can easily add a "poched" page with the bookmarklet. 13You can easily add a "poched" page with the bookmarklet.
14 14
15poche save the entire content of a poched links : text and pictures are stored on your server.
16
15You can : 17You 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
24You have to install [sqlite for php](http://www.php.net/manual/en/book.sqlite.php) on your server.
25
26Get 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
28That's all, **poche works** !
29
21## Security 30## Security
22You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : 31You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
23```apache 32```apache