Rename to Tricoteuses Légifrance
This commit is contained in:
parent
1b5f011057
commit
0b01ca46c9
6 changed files with 17 additions and 17 deletions
12
LICENSE.md
12
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 <mailto:emmanuel@raviart.com>
|
||||
|
||||
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.
|
||||
|
|
10
README.md
10
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:
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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 <emmanuel@raviart.com>",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</svelte:head>
|
||||
|
||||
<NavBar
|
||||
contributeUrl="https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer"
|
||||
contributeUrl="https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance"
|
||||
leftMenu={appMenu}
|
||||
title={$page.data.appTitle}
|
||||
url={$page.url.origin}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<main>
|
||||
<Hero
|
||||
contributeUrl="https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer"
|
||||
contributeUrl="https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance"
|
||||
summaryMenu={appMenu}
|
||||
title={$page.data.appTitle}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue