From 5cbb39594f617aeb1d6712132f514c411c7f002c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 20 Jul 2014 05:03:40 +0200 Subject: [PATCH] Fix: I hate duplicated documentation. --- README-FR.md | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README-FR.md b/README-FR.md index 4fda8c4c3e6..aa8c3c1f5da 100644 --- a/README-FR.md +++ b/README-FR.md @@ -115,8 +115,8 @@ Divers: - Application simple à utiliser. - Plusieurs thèmes visuels. - Code simple et facilement personnalisable. -- Fonctionne avec PHP 5.3+, MySQL 4.1+ ou PostgreSql 8.1.4+. -- Compatible avec toutes les offres Cloud du marché respectant les prérequis MySQL et PHP. +- Requiert PHP et Mysql ou Postgresql (Voir versions exactes sur http://wiki.dolibarr.org/index.php/Prérequis). +- Compatible avec toutes les offres Cloud du marché respectant les prérequis MySQL et PHP ou Postgresql. ## CE QUE DOLIBARR NE PEUT PAS FAIRE (TACHES A FAIRE) diff --git a/README.md b/README.md index bf95452487b..93b9d275beb 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ See ChangeLog file found into package. - Very user friendly and easy to use. - Highly customizable: Enable only modules you need, user personalized fields, choose your skin, several menu managers (can be used by internal users as a back-office with a particular menu, or by external users as a front-office with another one). - Works with PHP 5.3+, MySql 4.1 or PostgreSQL 8.1. +- Require PHP and Mysql or Postgresql (See exatc versions on http://wiki.dolibarr.org/index.php/Prerequisite). - Compatible with all Cloud solutions that match MySql, PHP or PostgreSQL prerequisites. - An easy to understand, maintain and code interfaces with your own system information (PHP with no heavy frameworks, trigger and hook architecture). - Support countries specific features: -- GitLab