aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-11 15:38:29 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-11 15:38:41 +0100
commitc7a28e836edf4e681fe2e0395ab9f11cc90032c9 (patch)
tree377999f73adf540a42a40d889378f71631aaadae /README.md
parent692a57c7d8eff0074481cc946c14dbb8aa7ce446 (diff)
README blibliothèques incluses + ajout librairies pour le mot de passe
Préparation https://github.com/marienfressinaud/FreshRSS/issues/104
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 973ce5f12..aebd445cd 100644
--- a/README.md
+++ b/README.md
@@ -72,3 +72,17 @@ Par exemple, pour exécuter le script toutes les heures :
```bash
mysqldump -u utilisateur -p --databases freshrss > freshrss.sql
```
+
+# Bibliothèques incluses
+* [SimplePie](https://github.com/simplepie/simplepie)
+* [MINZ](https://github.com/marienfressinaud/MINZ)
+* [php-http-304](http://alexandre.alapetite.fr/doc-alex/php-http-304/)
+* [jQuery](http://jquery.com/)
+* [keyboard_shortcuts](http://www.openjs.com/scripts/events/keyboard_shortcuts/)
+## Uniquement dans certaines configurations
+* [bcrypt.js](https://github.com/dcodeIO/bcrypt.js)
+* [phpQuery](http://code.google.com/p/phpquery/)
+* [Lazy Load](http://www.appelsiini.net/projects/lazyload)
+## Uniquement si les fonctions natives ne sont pas disponibles
+* [Services_JSON](http://pear.php.net/pepr/pepr-proposal-show.php?id=198)
+* [password_compat](https://github.com/ircmaxell/password_compat)