README for submodules
authorNiki Roo <niki@nikiroo.be>
Sun, 30 Jun 2024 18:36:02 +0000 (20:36 +0200)
committerNiki Roo <niki@nikiroo.be>
Sun, 30 Jun 2024 18:36:02 +0000 (20:36 +0200)
README-fr.md
README.md

index d6dbd8e062db186a28217d487f0ff7ca5fe27e19..c69bd4f22e7b2ff57b96529ded27272e83e6647e 100644 (file)
@@ -137,7 +137,6 @@ Les fichiers de test seront:
 
 Nécessaires :
 
-- ```libs/nikiroo-utils-sources.jar```: quelques utilitaires partagés
 - [```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
@@ -147,6 +146,11 @@ Optionnelles :
 - [```libs/jexer-sources.jar```](https://github.com/klamonte/jexer): une petite librairie qui offre des widgets en mode TUI
 - [```pandoc```](http://pandoc.org/): pour générer les man pages depuis les fichiers README
 
+Submodules:
+
+- ```src/be/nikiroo/utils```: quelques utilitaires partagés depuis [https://github.com/nikiroo/nikiroo-utils.git](https://github.com/nikiroo/nikiroo-utils.git) -- branche ```subtree```
+- ```src/be/nikiroo/fanfix```: le code principal, sur le même dépôt mais dans la branche ```subtree```
+
 Rien d'autre, si ce n'est Java 1.6+.
 
 À noter : ```make libs``` exporte ces librairies dans le répertoire src/.
index 1ad3339b89830b9d3ed9634b1af94dd6eea4ef9a..129e69fb9aafc9246c4d0d521b7aa00fd4c01fcc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -138,7 +138,6 @@ The test files will be:
 
 Required:
 
-- ```libs/nikiroo-utils-sources.jar```: some shared utility functions
 - [```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
@@ -148,6 +147,11 @@ Optional:
 - [```libs/jexer-sources.jar```](https://github.com/klamonte/jexer): a small library that offers TUI widgets
 - [```pandoc```](http://pandoc.org/): to generate the man pages from the README files
 
+Submodules:
+
+- ```src/be/nikiroo/utils```: some shared utility functions from [https://github.com/nikiroo/nikiroo-utils.git](https://github.com/nikiroo/nikiroo-utils.git) -- branch ```subtree```
+- ```src/be/nikiroo/fanfix```: the main code on the same repository but on branch ```subtree```
+
 Nothing else but Java 1.6+.
 
 Note that calling ```make libs``` will export the libraries into the src/ directory.