diff options
| author | 2014-01-11 15:41:58 +0100 | |
|---|---|---|
| committer | 2014-01-11 15:41:58 +0100 | |
| commit | c17f5a139423e58a32ff5e29fb1f3f8a16c240dd (patch) | |
| tree | e3a398a823fb69d9bf5b8fdd3dc3c96922f8c09b | |
| parent | c7a28e836edf4e681fe2e0395ab9f11cc90032c9 (diff) | |
Syntaxe README
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,16 +73,20 @@ Par exemple, pour exécuter le script toutes les heures : 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) |
