Просмотр исходного кода

Readme remove old Ubuntu 15.10

Alexandre Alapetite 7 лет назад
Родитель
Сommit
1f39537158
2 измененных файлов с 4 добавлено и 16 удалено
  1. 2 8
      README.fr.md
  2. 2 8
      README.md

+ 2 - 8
README.fr.md

@@ -9,7 +9,7 @@ FreshRSS est un agrégateur de flux RSS à auto-héberger à l’image de [Leed]
 Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable.
 Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable.
 
 
 Il permet de gérer plusieurs utilisateurs, et dispose d’un mode de lecture anonyme.
 Il permet de gérer plusieurs utilisateurs, et dispose d’un mode de lecture anonyme.
-Il supporte [PubSubHubbub](https://github.com/pubsubhubbub/PubSubHubbub) pour des notifications instantanées depuis les sites compatibles.
+Il supporte les étiquettes personnalisées, et [PubSubHubbub](https://github.com/pubsubhubbub/PubSubHubbub) pour des notifications instantanées depuis les sites compatibles.
 Il y a une API pour les clients (mobiles), ainsi qu’une [interface en ligne de commande](cli/README.md).
 Il y a une API pour les clients (mobiles), ainsi qu’une [interface en ligne de commande](cli/README.md).
 Enfin, il permet l’ajout d’[extensions](#extensions) pour encore plus de personnalisation.
 Enfin, il permet l’ajout d’[extensions](#extensions) pour encore plus de personnalisation.
 
 
@@ -70,13 +70,7 @@ Plus d’informations sur l’installation et la configuration serveur peuvent 
 sudo apt-get install apache2
 sudo apt-get install apache2
 sudo a2enmod headers expires rewrite ssl	#Modules Apache
 sudo a2enmod headers expires rewrite ssl	#Modules Apache
 
 
-# Pour Ubuntu <= 15.10, Debian <= 8 Jessie
-sudo apt-get install php5 php5-curl php5-gmp php5-intl php5-json php5-sqlite
-sudo apt-get install libapache2-mod-php5	#Pour Apache
-sudo apt-get install mysql-server mysql-client php5-mysql	#Base de données MySQL optionnelle
-sudo apt-get install postgresql php5-pgsql	#Base de données PostgreSQL optionnelle
-
-# Pour Ubuntu >= 16.04, Debian >= 9 Stretch
+# Exemple pour Ubuntu >= 16.04, Debian >= 9 Stretch
 sudo apt install php php-curl php-gmp php-intl php-mbstring php-sqlite3 php-xml php-zip
 sudo apt install php php-curl php-gmp php-intl php-mbstring php-sqlite3 php-xml php-zip
 sudo apt install libapache2-mod-php	#Pour Apache
 sudo apt install libapache2-mod-php	#Pour Apache
 sudo apt install mysql-server mysql-client php-mysql	#Base de données MySQL optionnelle
 sudo apt install mysql-server mysql-client php-mysql	#Base de données MySQL optionnelle

+ 2 - 8
README.md

@@ -9,7 +9,7 @@ FreshRSS is a self-hosted RSS feed aggregator such as [Leed](http://leed.idleman
 It is at the same time lightweight, easy to work with, powerful and customizable.
 It is at the same time lightweight, easy to work with, powerful and customizable.
 
 
 It is a multi-user application with an anonymous reading mode.
 It is a multi-user application with an anonymous reading mode.
-It supports [PubSubHubbub](https://github.com/pubsubhubbub/PubSubHubbub) for instant notifications from compatible Web sites.
+It supports custom tags, and [PubSubHubbub](https://github.com/pubsubhubbub/PubSubHubbub) for instant notifications from compatible Web sites.
 There is an API for (mobile) clients, and a [Command-Line Interface](cli/README.md).
 There is an API for (mobile) clients, and a [Command-Line Interface](cli/README.md).
 Finally, it supports [extensions](#extensions) for further tuning.
 Finally, it supports [extensions](#extensions) for further tuning.
 
 
@@ -70,13 +70,7 @@ More information about installation and server configuration can be found in [ou
 sudo apt-get install apache2
 sudo apt-get install apache2
 sudo a2enmod headers expires rewrite ssl	#Apache modules
 sudo a2enmod headers expires rewrite ssl	#Apache modules
 
 
-# For Ubuntu <= 15.10, Debian <= 8 Jessie
-sudo apt-get install php5 php5-curl php5-gmp php5-intl php5-json php5-sqlite
-sudo apt-get install libapache2-mod-php5	#For Apache
-sudo apt-get install mysql-server mysql-client php5-mysql	#Optional MySQL database
-sudo apt-get install postgresql php5-pgsql	#Optional PostgreSQL database
-
-# For Ubuntu >= 16.04, Debian >= 9 Stretch
+# Example for Ubuntu >= 16.04, Debian >= 9 Stretch
 sudo apt install php php-curl php-gmp php-intl php-mbstring php-sqlite3 php-xml php-zip
 sudo apt install php php-curl php-gmp php-intl php-mbstring php-sqlite3 php-xml php-zip
 sudo apt install libapache2-mod-php	#For Apache
 sudo apt install libapache2-mod-php	#For Apache
 sudo apt install mysql-server mysql-client php-mysql	#Optional MySQL database
 sudo apt install mysql-server mysql-client php-mysql	#Optional MySQL database