aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-25 13:04:03 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-25 13:04:03 +0200
commitb4f5c46ab0ec0da26e201266440511171785a338 (patch)
tree62e774379994e5e649f7272b8e3056e4ed2338fa
parent6fa7d088604665b887faf342e3bef1d599b916b4 (diff)
downloadwallabag-b4f5c46ab0ec0da26e201266440511171785a338.tar.gz
wallabag-b4f5c46ab0ec0da26e201266440511171785a338.tar.zst
wallabag-b4f5c46ab0ec0da26e201266440511171785a338.zip
doc updated
-rw-r--r--INSTALL.md12
-rw-r--r--README.md4
2 files changed, 12 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 63000f26..dfe013b7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,8 +1,16 @@
1# Installing poche 1# Installing poche
2 2
3## requirements 3## requirements
4 4* PHP 5.2.0 or higher
5it's highly recommended to have php cURL and tidy_parse_string to fetch articles content. 5* XML ([?](http://php.net/xml))
6* PCRE ([?](http://php.net/pcre))
7* Data filtering ([?](http://uk.php.net/manual/en/book.filter.php))
8* Tidy ([?](http://php.net/tidy))
9* cURL ([?](http://php.net/curl))
10* Parallel URL fetching
11* allow_url_fopen ([?](http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen))
12
13To see if your server is ok to run poche, execute http://yourpoche/poche_compatibility_test.php.
6 14
7## you don't want to install twig (the template engine) by yourself 15## you don't want to install twig (the template engine) by yourself
8 16
diff --git a/README.md b/README.md
index b58f91f1..ef1ecc4d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,6 @@
2Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is free (like in freedom) and open source. 2Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is free (like in freedom) and open source.
3 3
4## Some features 4## Some features
5
6* adding, deleting, archiving and setting as favorite a link 5* adding, deleting, archiving and setting as favorite a link
7* import from pocket / readability / instapaper 6* import from pocket / readability / instapaper
8* share links by email and on twitter 7* share links by email and on twitter
@@ -18,8 +17,9 @@ Abandon Pocket, Instapaper and other Readability service : adopt poche. It is th
18 17
19To test poche, a demo website is online : [demo.inthepoche.com](http://demo.inthepoche.com) (login poche, password poche). 18To test poche, a demo website is online : [demo.inthepoche.com](http://demo.inthepoche.com) (login poche, password poche).
20 19
21## Installation 20To use poche hosting, [you can create an account here](http://app.inthepoche.com/).
22 21
22## Installation
23Read the [INSTALL.md file](https://github.com/inthepoche/poche/blob/master/INSTALL.md). 23Read the [INSTALL.md file](https://github.com/inthepoche/poche/blob/master/INSTALL.md).
24 24
25## License 25## License