|
| 1 | +[](https://bluehats.world) |
| 2 | + |
1 | 3 | # Catalogi |
2 | 4 |
|
3 | 5 | ## A Software Catalog application |
4 | 6 |
|
5 | | -This repository contains the catalogi software, a web application to manage |
6 | | -a catalog of software. |
| 7 | +This repository contains Catalogi, a web application to manage software catalogs. |
| 8 | + |
| 9 | + |
7 | 10 |
|
8 | | -## Full documentation |
| 11 | +## Documentation |
9 | 12 |
|
10 | | -The full documentation is available [here](https://codegouvfr.github.io/catalogi/) |
| 13 | +Documentation is available [here](https://codegouvfr.github.io/catalogi/) |
11 | 14 |
|
12 | | -## It is deployed on several places |
| 15 | +## Catalogi deployments |
13 | 16 |
|
14 | | -1. [https://code.gouv.fr/sill](https://code.gouv.fr/sill/) for the |
15 | | -list of recommanded Free Software for French administrations. |
16 | | -2. [https://logiciels.catalogue-esr.fr/](https://logiciels.catalogue-esr.fr/) for the French Research Minister, listing mostly HAL softwares. |
| 17 | +1. [https://code.gouv.fr/sill](https://code.gouv.fr/sill/) is the list of recommanded Free Software for French administrations. |
| 18 | +2. [https://logiciels.catalogue-esr.fr/](https://logiciels.catalogue-esr.fr/) list [HAL](https://hal.science/) for the French Ministry of Research. |
17 | 19 |
|
18 | 20 | ## Code organization |
19 | 21 |
|
20 | | -This "monorepo" is made of several directories: |
| 22 | +This monorepo is made of several directories: |
21 | 23 |
|
22 | | -- api: Application API (also includes jobs, that can be run periodically) |
23 | | -- web: Web frontend |
24 | | -- docs: Documentation, as deployed [here](https://codegouvfr.github.io/catalogi/) |
25 | | -- deploy-examples: Examples of deployment. For now, there is only a Docker Compose example. |
| 24 | +- `api/`: Application API (also includes jobs, that can be run periodically) |
| 25 | +- `web/`: Web frontend |
| 26 | +- `docs/`: Documentation, as deployed [here](https://codegouvfr.github.io/catalogi/) |
| 27 | +- `deploy-examples/`: Deployment examples. For now only a Docker Compose example. |
26 | 28 |
|
27 | 29 | ## Governance and contributions |
28 | 30 |
|
29 | 31 | [](https://code.gouv.fr/documentation/#quels-degres-douverture-pour-les-codes-sources) |
30 | 32 |
|
31 | | -See [GOVERNANCE.md](GOVERNANCE.md) and [CONTRIBUTING.md](CONTRIBUTING.md). |
| 33 | +See [GOVERNANCE](GOVERNANCE.md) and [CONTRIBUTING](CONTRIBUTING.md). |
| 34 | + |
| 35 | +## Discuss with us |
| 36 | + |
| 37 | +You are welcome to join the [Catalogi Matrix channel](https://matrix.to/#/#catalogi:matrix.org). |
32 | 38 |
|
33 | 39 | ## License |
34 | 40 |
|
35 | 41 | 2021-2025 Direction interministérielle du numérique, mission logiciels libres. |
36 | 42 |
|
37 | 43 | The code in this repository is published under [licence MIT](LICENSES/MIT.txt). |
38 | 44 |
|
39 | | -The documentation is published under [licence Ouverte 2.0](LICENSES/Etalab-2.0.md) and CC-BY-4.0. |
| 45 | +The documentation is published under [licence Ouverte 2.0](LICENSES/Etalab-2.0.md) and [CC-BY-4.0](LICENSES/CC-BY-4.0.txt). |
0 commit comments