summaryrefslogtreecommitdiff
path: root/doc/requirements.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-10-10 14:14:29 -0400
committerFrederic Guillot <fred@kanboard.net>2016-10-10 14:14:29 -0400
commitcd633b9aff78650752906dad0c2f64d82e018f39 (patch)
treec03685bcfa80dc1bb644d40dadc4ade1afd82822 /doc/requirements.markdown
parent26e901dfe69c29d56f5e2164d4683bab57663bb0 (diff)
Update documentation and move screenshots
Diffstat (limited to 'doc/requirements.markdown')
-rw-r--r--doc/requirements.markdown8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/requirements.markdown b/doc/requirements.markdown
index f6c9b309..957d8750 100644
--- a/doc/requirements.markdown
+++ b/doc/requirements.markdown
@@ -35,7 +35,7 @@ Which database to choose?
| Sqlite | Single user or small team (almost no concurrency) |
| Mysql/Postgres | Larger team, high-availability configuration |
-Do not use Sqlite on NFS mounts, use Sqlite only when you have a disk with fast I/O
+Do not use Sqlite on NFS mounts, only when you have a disk with fast I/O.
### Compatible Web Servers
@@ -59,7 +59,7 @@ Kanboard is pre-configured to work with Apache (URL rewriting).
### PHP Extensions Required
-| PHP Extensions required | Note |
+| PHP Extension | Note |
|----------------------------|-------------------------------|
| pdo_sqlite | Only if you use Sqlite |
| pdo_mysql | Only if you use Mysql/MariaDB |
@@ -76,7 +76,7 @@ Kanboard is pre-configured to work with Apache (URL rewriting).
### Optional PHP extensions
-| PHP Extensions required | Note |
+| PHP Extension | Note |
|----------------------------|--------------------------------------------|
| zip | Used to install plugins from Kanboard |
@@ -106,5 +106,3 @@ Always use a modern browser with the latest version if possible:
|-------------------|--------------------|
| Laptop or desktop | >= 1366 x 768 |
| Tablet | >= 1024 x 768 |
-
-Kanboard is not yet optimized for smartphones. It's working but the user interface is not really convenient to use.