Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/packages.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ columns:
title: Name
website: Website
source: Source
legislation_explorer: Legislation explorer
openapi_spec: OpenAPI
layout: packages
---
1 change: 0 additions & 1 deletion content/packages.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ columns:
title: Nom
website: Site web
source: Source
legislation_explorer: Explorateur de législation
openapi_spec: OpenAPI
layout: packages
---
8 changes: 8 additions & 0 deletions data/packages/CA.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: OpenFisca-Canada
title:
fr: Canada
en: Canada
jurisdiction: CA
source:
repository: https://github.com/Maxoe64/Openfisca_Driver_Revive
license: # unlicensed
1 change: 0 additions & 1 deletion data/packages/FR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ website: https://fr.openfisca.org/legislation
source:
repository: https://github.com/openfisca/openfisca-france
license: AGPL-3.0-only
legislation_explorer: https://legislation.fr.openfisca.org/swagger
openapi_spec: https://api.fr.openfisca.org/latest/spec
9 changes: 9 additions & 0 deletions data/packages/NC.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: OpenFisca-NC
title:
fr: Nouvelle-Calédonie
en: New Caledonia
jurisdiction: NC
website: https://analyse-aide-logement-nouvelle-caledonie.osc-fr1.scalingo.io/
source:
repository: https://github.com/openfisca/openfisca-nouvelle-caledonie/
license: AGPL-3.0-or-later
8 changes: 8 additions & 0 deletions data/packages/PF.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: OpenFisca-PF
title:
fr: Polynésie française
en: French Polynesia
jurisdiction: PF
source:
repository: https://github.com/govpf/openfisca-pf
license: AGPL-3.0-or-later
9 changes: 9 additions & 0 deletions data/packages/PY.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: OpenFisca-PF
title:
fr: Paraguay
en: Paraguay
jurisdiction: PY
website: https://parameters.py.tax-benefit.org/parameters/
source:
repository: https://github.com/openfisca/openfisca-paraguay
license: AGPL-3.0-or-later
1 change: 0 additions & 1 deletion data/packages/ZZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ website: https://openfisca.org
source:
repository: https://github.com/openfisca/country-template
license: AGPL-3.0-only
legislation_explorer: https://legislation.demo.openfisca.org/ # URL to an interactive user interface for navigating implemented legislation
openapi_spec: https://api.demo.openfisca.org/latest/spec # URL to an OpenAPI specification file
2 changes: 1 addition & 1 deletion data/showcase/les_meves_ajudes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ website: https://ajuntament.barcelona.cat/lesmevesajudes/
author:
type: local_institution
name: Ajuntament de Barcelona
contact: mjuans@bcn.cat
contact: dpalomares@bcn.cat
source:
repository: https://github.com/lesmevesajudes/lesmevesajudes-ui
4 changes: 0 additions & 4 deletions test/packages/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ export default {
type: String,
use: {isUrl},
},
legislation_explorer: {
type: String,
use: {isUrl},
},
openapi_spec: {
type: String,
use: {isUrl},
Expand Down
12 changes: 0 additions & 12 deletions themes/OpenFisca-2022/layouts/_default/packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<th>{{ .Params.columns.title }}</th>
<th>{{ .Params.columns.website }}</th>
<th class="th-isSmall">{{ .Params.columns.source }}</th>
<th>{{ .Params.columns.legislation_explorer }}</th>
<th class="th-isSmall">{{ .Params.columns.openapi_spec }}</th>
</tr>
</thead>
Expand Down Expand Up @@ -52,17 +51,6 @@
<span style="color:var(--colorGray500)">-</span>
{{ end }}
</td>
<td data-column="{{ .Params.columns.legislation_explorer }}" class="td-isTruncated">
{{ with .legislation_explorer }}
<a href="{{ . }}" target="_blank">
<button class="button-secondary button-small button-rounded">
<i icon-name="link"></i>
</button>
</a>
{{ else }}
<span style="color:var(--colorGray500)">-</span>
{{ end }}
</td>
<td data-column="{{ .Params.columns.openapi_spec }}" class="td-isTruncated">
{{ with .openapi_spec }}
<a href="{{ . }}" target="_blank">
Expand Down