diff --git a/LICENSE.md b/LICENSE.md index 9c2aefa..200b40b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,19 +1,19 @@ -# Tricoteuses Legal Explorer +# Tricoteuses Légifrance -## _Web API & site to browse legal open data from French Direction de l'information légale et administrative (Dila)_ +## _Web API & site to browse Légifrance legal open data from French Direction de l'information légale et administrative (Dila)_ By: Emmanuel Raviart -Copyright (C) 2022, 2023 Emmanuel Raviart +Copyright (C) 2022, 2023, 2024 Emmanuel Raviart -https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer +https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance -> Tricoteuses Legal Explorer is free software; you can redistribute it and/or modify +> Tricoteuses Légifrance is free software; you can redistribute it and/or modify > it under the terms of the GNU Affero General Public License as > published by the Free Software Foundation, either version 3 of the > License, or (at your option) any later version. > -> Tricoteuses Legal Explorer is distributed in the hope that it will be useful, +> Tricoteuses Légifrance is distributed in the hope that it will be useful, > but WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > GNU Affero General Public License for more details. diff --git a/README.md b/README.md index 32ea004..b0cada9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Tricoteuses Legal Explorer +# Tricoteuses Légifrance -## _Library, Web API & site to browse legal open data from French Direction de l'information légale et administrative (Dila)_ +## _Library, Web API & site to browse Légifrance legal open data from French Direction de l'information légale et administrative (Dila)_ -_Tricoteuses Legal Explorer_ is free and open source software. +_Tricoteuses Légifrance_ is free and open source software. -- [software repository](https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer) -- [GNU Affero General Public License version 3 or greater](https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer/blob/master/LICENSE.md) +- [software repository](https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance) +- [GNU Affero General Public License version 3 or greater](https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance/LICENSE.md) Legal data sources: diff --git a/package-lock.json b/package-lock.json index 51c37bd..b3a2a75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@tricoteuses/legal-explorer", + "name": "@tricoteuses/legifrance", "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@tricoteuses/legal-explorer", + "name": "@tricoteuses/legifrance", "version": "0.9.0", "license": "AGPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index b781b2f..9f22d5b 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "@tricoteuses/legal-explorer", + "name": "@tricoteuses/legifrance", "description": "Library, web API & site to browse legal open data from French Direction de l'information légale et administrative (Dila)", "license": "AGPL-3.0-or-later", "repository": { "type": "git", - "url": "https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer.git" + "url": "https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance" }, "version": "0.9.0", "author": "Emmanuel Raviart ", diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d4f340c..09170ab 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -13,7 +13,7 @@