~codegouvfr/code.gouv.fr_public

576b7be7f0e4c332718df5b348353a8b42b71517 — Bastien Guerry 26 days ago f4bd1b6 main
Use sill.code.gouv.fr
3 files changed, 6 insertions(+), 6 deletions(-)

M resources/public/md/about.en.md
M resources/public/md/about.fr.md
M src/codegouvfr/core.cljs
M resources/public/md/about.en.md => resources/public/md/about.en.md +2 -2
@@ 27,7 27,7 @@ Dependencies are libraries, from the French public sector or not, required by th

The list of recommended free software is a list of software currently in use in the French administration.  Each software in this list has a public servant who can help other administrations use this software.

If you want to contribute new Free Software used in your administration, please contribute to [sill.etalab.gouv.fr](https://sill.etalab.gouv.fr).
If you want to contribute new Free Software used in your administration, please contribute to [sill.code.gouv.fr](https://sill.code.gouv.fr).

Referenced services are services for public agents based on a free software.



@@ 43,7 43,7 @@ These data are published under the [Open License 2.0](https://spdx.org/licenses/

- The list of organizations as [csv](/data/organizations/csv/all.csv) and [json](/data/organizations/json/all.json).
- The list of repositories as [csv](/data/repositories/csv/all.csv) and [json](/data/repositories/json/all.json).
- Data from the [SILL](https://sill.etalab.gouv.fr) and the catalog of services: [sill.json](https://sill.etalab.gouv.fr/api/sill.json), [sill.tsv](/data/sill.tsv), [sill.pdf](/data/sill.pdf), [sill.md](/data/sill.md) and [sill.org](/data/sill.org).
- Data from the [SILL](https://sill.code.gouv.fr) and the catalog of services: [sill.json](https://sill.code.gouv.fr/api/sill.json), [sill.tsv](/data/sill.tsv), [sill.pdf](/data/sill.pdf), [sill.md](/data/sill.md) and [sill.org](/data/sill.org).

These data, collected from [libraries.io](https://libraries.io/terms), are published under the [Creative Commons BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license:


M resources/public/md/about.fr.md => resources/public/md/about.fr.md +2 -2
@@ 27,7 27,7 @@ Les dépendances sont les bibliothèques, venant du secteur public ou non, requi

Le socle interministériel de logiciels libres est la liste des logiciels libres recommandés pour toutes les administrations.  Chaque logiciel de cette liste est aujourd'hui en usage dans au moins une administration, et dispose d'un « référent SILL » prêt à aider les autres administrations dans son utilisation.

Si vous souhaitez référencer de nouveaux logiciels libres utilisés dans vos administrations, rendez-vous sur [le site de gestion du SILL](https://sill.etalab.gouv.fr).
Si vous souhaitez référencer de nouveaux logiciels libres utilisés dans vos administrations, rendez-vous sur [le site de gestion du SILL](https://sill.code.gouv.fr).

Les services en ligne référencés sur le site sont tous des instances de logiciels libres mises à la disposition des agents publics.



@@ 43,7 43,7 @@ Ces données sont publiées sous [licence Ouverte 2.0](https://spdx.org/licenses

* La liste des organisations en [csv](/data/organizations/csv/all.csv) et [json](/data/organizations/json/all.json).
* La liste des dépôts en [csv](/data/repositories/csv/all.csv) et [json](/data/repositories/json/all.json).
* Les données du socle interministériel de logiciels libres  et du catalogue de services : [sill.json](https://sill.etalab.gouv.fr/api/sill.json), [sill.tsv](/data/sill.tsv), [sill.pdf](/data/sill.pdf), [sill.md](/data/sill.md) et [sill.org](/data/sill.org).
* Les données du socle interministériel de logiciels libres  et du catalogue de services : [sill.json](https://sill.code.gouv.fr/api/sill.json), [sill.tsv](/data/sill.tsv), [sill.pdf](/data/sill.pdf), [sill.md](/data/sill.md) et [sill.org](/data/sill.org).

Ces données, collectées depuis [libraries.io](https://libraries.io/terms), sont publiées sous licence [Creative Commons BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) :


M src/codegouvfr/core.cljs => src/codegouvfr/core.cljs +2 -2
@@ 49,7 49,7 @@
  {;; :annuaire-prefix "https://lannuaire.service-public.fr/"
   :swh-baseurl  "https://archive.softwareheritage.org/browse/origin/"
   :cdl-baseurl  "https://comptoir-du-libre.org/fr/softwares/"
   :sill-baseurl "https://sill.etalab.gouv.fr/"
   :sill-baseurl "https://sill.code.gouv.fr/"
   :support-url "https://communs.numerique.gouv.fr/utiliser/marches-interministeriels-support-expertise-logiciels-libres/"})

(defonce filter-chan (async/chan 100))


@@ 1405,7 1405,7 @@
      [:img {:src i :max-width 200 :align "right"}]
      [:h1.fr-h1 n]
      [:h3.fr-h5 f]
      [:p [:a {:href (str "https://sill.etalab.gouv.fr/software?name=" n)}
      [:p [:a {:href (str "https://sill.code.gouv.fr/software?name=" n)}
           (gstring/format (i/i lang [:sill-visit]) n)]]
      (when (seq clp)
        [:p [:a {:href (str (:cdl-baseurl urls) "servicesProviders/" cl)}