You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,25 @@ FreshRSS est un agrégateur de flux RSS à auto-héberger à l'image de [Selfoss
4
4
* Site officiel : http://marienfressinaud.github.io/FreshRSS/

12
12
13
13
# Disclaimer
14
-
Cette application a été développée pour s'adapter à mes besoins personnels.
15
-
Je ne garantis en aucun cas la sécurité de celle-ci, ni son bon fonctionnement
16
-
sur un autre serveur que le mien. Je m'engage néanmoins à répondre dans la
17
-
mesure du possible aux demandes d'évolution si celles-ci me semblent justifiées.
14
+
Cette application a été développée pour s'adapter à des besoins personnels et non professionels.
15
+
Je ne garantis en aucun cas la sécurité de celle-ci, ni son bon fonctionnement.
16
+
Je m'engage néanmoins à répondre dans la mesure du possible aux demandes d'évolution si celles-ci me semblent justifiées.
18
17
Privilégiez pour cela des demandes sur GitHub
19
18
(https://github.com/marienfressinaud/FreshRSS/issues) ou par mail ([email protected])
20
19
21
20
# Pré-requis
22
-
* Serveur Apache ou Nginx (non testé sur les autres)
23
-
* PHP 5.3 (il me faudrait des retours sur d'autres versions antérieures)
24
-
* libxml pour PHP
25
-
* cURL
26
-
* PDO et MySQL
27
-
* MySQL (SQLite à venir)
21
+
* Serveur Apache2 ou Nginx (non testé sur les autres)
0 commit comments