From: Niki Roo Date: Sat, 2 May 2020 12:56:07 +0000 (+0200) Subject: README X-Git-Tag: fanfix-swing-1.1.1~23 X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=8f0296378ce928314091bfb3c3444b9bab22c50e;p=fanfix-swing.git README --- diff --git a/README-fr.md b/README-fr.md index 90c37859..32095cea 100644 --- a/README-fr.md +++ b/README-fr.md @@ -94,6 +94,7 @@ Nécessaires : - ```src/be/nikiroo/fanfix```: la librairie Fanfix sur laquelle tout le programme est basé, inclus en tant que subtree - [```libs/unbescape-sources.jar```](https://github.com/unbescape/unbescape): une librairie sympathique pour convertir du texte depuis/vers beaucoup de formats ; utilisée ici pour la partie HTML - [```libs/jsoup-sources.jar```](https://jsoup.org/): une libraririe pour parser du HTML +- [```libs/JSON-java-20190722-sources.jar```](https://github.com/stleary/JSON-java): une libraririe pour parser du JSON Optionnelles : diff --git a/README.md b/README.md index d0ff0e59..0fd1a927 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Required: - ```src/be/nikiroo/fanfix```: the fanfix library upon which all the program is based, included as a subtree - [```libs/unbescape-sources.jar```](https://github.com/unbescape/unbescape): a nice library to escape/unescape a lot of text formats; used here for HTML - [```libs/jsoup-sources.jar```](https://jsoup.org/): a library to parse HTML +- [```libs/JSON-java-20190722-sources.jar```](https://github.com/stleary/JSON-java): a library to parse JSON Optional: