diff --git a/README.md b/README.md index ef2ba91..84962a8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # feuforeve.v4 The code behind the website http://feuforeve.fr and some related tools and scripts. -Main repository: https://projects.feuforeve.fr/feuforeve.v4.git +Main repository: https://projects.feuforeve.fr/Feufochmar/feuforeve.v4.git # Dependencies diff --git a/src/pages/floraverse.rkt b/src/pages/floraverse.rkt index 42b3323..3205381 100644 --- a/src/pages/floraverse.rkt +++ b/src/pages/floraverse.rkt @@ -56,38 +56,26 @@ (section (h3 "History") (p "The current generator is the fifth iteration of the generator. " (br) - "The first version was a written in Java and started as a desktop application, before I added features to run it as a webservice. " (br) + "The first version was a written in Java and started as a desktop application, before I added features to run it as a webservice. " + "This lead to the creation of this website, to initially host that generator. " (br) "The second version was written in Guile Scheme and ran only as a webservice. " (br) "The third version was based on the previous version and was the result of the merger " "of several generators I wrote and hosted on this website into a single project. " (br) - "The fourth version was caused by a rewrite of this website's backend in Racket. " (br) + "The fourth version was caused by a rewrite of this website in Racket. " (br) "The fifth and current version is an iteration of the previous to separate the data used by the generators from the code. ")) (section (h3 "Data") - (p "The data used by the generator is available in a git repository, and is mainly written in JSON. " - "To get them: " - (pre - "git clone https://projects.feuforeve.fr/flora-generator-data.git") + (p "The data used by the generator is available in a " + (a ((href "https://projects.feuforeve.fr/Feufochmar/flora-generator-data")) "git repository") + ", and is mainly written in JSON. " "A mirror of the repository is also hosted on " (a ((href "https://github.com/Feufochmar/flora-generator-data")) "GitHub") ". " (br) "The file structures are documented in the " (code "README.md") " file. ")) (section (h3 "Code") - (p "The code of the generator is available along with the code of this website in a git repository. " + (p "The code of the generator is available along with the code of this website in a " + (a ((href "https://projects.feuforeve.fr/Feufochmar/feuforeve.v4")) "git repository") ". " "It is released under the terms of the GNU General Public License version 2 or any later version (GPLv2+). " - "To get it: " - (pre - "git clone https://projects.feuforeve.fr/feuforeve.v4.git") "The code is written in " (a ((href "http://racket-lang.org/")) "Racket") ". ")) - (section - (h3 "Previous versions") - (p "The code of previous versions of the generator and of this website are also present in git repositories. " (br) - "Fourth version (using Racket): " - (pre - "git clone https://projects.feuforeve.fr/feuforeve.v3.git") - "Third version (using Guile): " - (pre - "git clone https://github.com/Feufochmar/feuforeve.dynamic.git") - "The code of the older versions are not available online anymore. ")) ))) ; Generator page