summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-21 15:09:45 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-21 15:09:45 -0500
commit38f6f640e1f52b268429887979ac45f58caef3a5 (patch)
tree6a6ea0f2dfc79eebc8b09d9fadbd71e5bafc847c
parent8b73025f185f326ae6c06ce21aefea2a87d8a575 (diff)
Add links to the package 'Kanboard on Yunohost'
-rw-r--r--README.markdown1
-rw-r--r--docs/faq.markdown11
2 files changed, 11 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 04973539..fabbc13b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -48,6 +48,7 @@ GNU Affero General Public License version 3: <http://www.gnu.org/licenses/agpl-3
Related projects
----------------
+- [Kanboard for Yunohost by @mbugeia](https://github.com/mbugeia/kanboard_ynh)
- [Trello import script by @matueranet](https://github.com/matueranet/kanboard-import-trello)
- [Chrome extension by Timo](https://chrome.google.com/webstore/detail/kanboard-quickmenu/akjbeplnnihghabpgcfmfhfmifjljneh?utm_source=chrome-ntp-icon), [Source code](https://github.com/BlueTeck/kanboard_chrome_extension)
- [Wunderlist To Kanboard script by EpocDotFr](https://github.com/EpocDotFr/WunderlistToKanboard)
diff --git a/docs/faq.markdown b/docs/faq.markdown
index 8959a320..0b7a3562 100644
--- a/docs/faq.markdown
+++ b/docs/faq.markdown
@@ -51,12 +51,13 @@ Why the minimum requirement is PHP 5.3.3?
Kanboard use the function `password_hash()` to crypt passwords but it's available only for PHP >= 5.5.
However, there is a backport for [older versions of PHP](https://github.com/ircmaxell/password_compat#requirements).
-This library require at least PHP 5.3.7 to work correctly.
+This library require at least PHP 5.3.7 to work correctly.
Apparently, Centos and Debian backports security patches so PHP 5.3.3 should be ok.
Kanboard v1.0.10 and v1.0.11 requires at least PHP 5.3.7 but this change has been reverted to be compatible with PHP 5.3.3 with Kanboard >= v1.0.12
+
How to test Kanboard with the PHP built-in web server?
------------------------------------------------------
@@ -82,3 +83,11 @@ More information here:
- [Wunderlist](http://www.wunderlist.com/)
- <https://github.com/EpocDotFr/WunderlistToKanboard>
+
+
+How to install Kanboard on Yunohost?
+------------------------------------
+
+[YunoHost](https://yunohost.org/) is a server operating system aiming to make self-hosting accessible to everyone.
+
+There is a [package to install Kanboard on Yunohost easily](https://github.com/mbugeia/kanboard_ynh).