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>
|
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
|
> it under the terms of the GNU Affero General Public License as
|
||||||
> published by the Free Software Foundation, either version 3 of the
|
> published by the Free Software Foundation, either version 3 of the
|
||||||
> License, or (at your option) any later version.
|
> 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
|
> but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
> GNU Affero General Public License for more details.
|
> 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)
|
- [software repository](https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance)
|
||||||
- [GNU Affero General Public License version 3 or greater](https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer/blob/master/LICENSE.md)
|
- [GNU Affero General Public License version 3 or greater](https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance/LICENSE.md)
|
||||||
|
|
||||||
Legal data sources:
|
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",
|
"version": "0.9.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@tricoteuses/legal-explorer",
|
"name": "@tricoteuses/legifrance",
|
||||||
"version": "0.9.0",
|
"version": "0.9.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"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)",
|
"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",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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",
|
"version": "0.9.0",
|
||||||
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
|
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<NavBar
|
<NavBar
|
||||||
contributeUrl="https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer"
|
contributeUrl="https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance"
|
||||||
leftMenu={appMenu}
|
leftMenu={appMenu}
|
||||||
title={$page.data.appTitle}
|
title={$page.data.appTitle}
|
||||||
url={$page.url.origin}
|
url={$page.url.origin}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<Hero
|
<Hero
|
||||||
contributeUrl="https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer"
|
contributeUrl="https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance"
|
||||||
summaryMenu={appMenu}
|
summaryMenu={appMenu}
|
||||||
title={$page.data.appTitle}
|
title={$page.data.appTitle}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue