Skip to content

Commit 0fc58c3

Browse files
authored
Merge pull request #886 from arantzaetxebarria/patch-1
Re3gistry update overview
2 parents 4d166c3 + 3612421 commit 0fc58c3

File tree

2 files changed

+24
-35
lines changed

2 files changed

+24
-35
lines changed

doc/overview/re3gistry_overview.rst

Lines changed: 23 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,58 +17,47 @@
1717
About
1818
--------------------------------------------------------------------------------
1919

20-
The Re3gistry 2 is a reusable open source solution for managing and sharing
21-
"reference codes". Initially developed as a central component of the EU's
22-
:doc:`INSPIRE <inspire_overview>` infrastructure, it provides a consistent
23-
central access point where labels and descriptions for reference codes can be
24-
easily browsed by humans and retrieved by machines. Reference codes are
25-
exchanged between applications to uniquely reference some ‘thing’. They can be
26-
used to define sets of permissible values for a data field or to provide a
27-
reference or context for the data being exchanged. Examples are enumerations,
28-
controlled vocabularies, taxonomies, thesauri or, simply, ‘lists of things’.
29-
The Re3gistry 2 supports organisations in managing and updating reference codes
30-
in a consistent way. The Re3gistry software version numbers comply with the
31-
Semantic Versioning Specification 2.0.0.
20+
Re3gistry 2 is an open-source platform for efficiently managing and sharing reference codes. Developed for the EU’s :doc:`INSPIRE <inspire_overview>` infrastructure, it acts as a central hub for browsing and retrieving reference code labels and descriptions. These codes uniquely identify entities and can define acceptable values for data fields, serving various purposes like enumerations, controlled vocabularies, and taxonomies. Re3gistry 2 empowers organizations to manage and update reference codes consistently, adhering to Semantic Versioning 2.0.0.
3221

3322
@SCREENSHOT_re3gistry@
3423

3524
Core Features
3625
--------------------------------------------------------------------------------
3726

38-
* User-friendly editing interface to easily add, edit and manage the registers and reference codes
39-
* Management of the full lifecycle of the reference codes (based on the ISO 19135 Standard)
40-
* Highly flexible and customisable data models
41-
* Multi-lingual content support
42-
* Support for versioning
43-
* RESTful API with content negotiation (including OpenAPI 3 descriptor)
44-
* Free-text search
45-
* Supported formats: HTML, ISO 19135 XML, JSON, RDF/XML, Re3gistry XML, CSV, ATOM
46-
* Service formats can be easily added or customised (default formats: JSON and ISO 19135 XML)
47-
* Multiple authentication options
48-
* Externally governed items referenced through URIs
49-
* INSPIRE register federation format support (option to automatically create the RoR format)
50-
* Web-app to access the reference codes in a human readable way.
27+
* **User-Friendly Interface:** Easily add, edit, and manage reference codes.
28+
* **Complete Lifecycle Management:** Compliant with ISO 19135 standards.
29+
* **Flexible Data Models:** Highly customizable to fit diverse needs.
30+
* **Multi-Language Support:** Cater to global users with multilingual content.
31+
* **Version Control:** Keep track of code changes effectively.
32+
* **RESTful API:** Supports content negotiation, including OpenAPI 3.
33+
* **Robust Search Functionality:** Enables quick retrieval of codes.
34+
* **Supported Formats:** Includes HTML, ISO 19135 XML, JSON, RDF/XML, Re3gistry XML, CSV, ATOM, with options for custom formats.
35+
* **Multiple Authentication Options:** Enhance security with various methods.
36+
* **URI Management:** Reference external items seamlessly through URIs.
37+
* **Accessible Web App:** User-friendly access to reference codes.
5138

5239
Details
5340
--------------------------------------------------------------------------------
5441

55-
**Website:** @WEB_re3gistry@
42+
* **Website:** @WEB_re3gistry@
5643

57-
**Licence:** EUPL
44+
* **Licence:** EUPL
5845

59-
**Software Version:** |version-re3gistry|
46+
* **Software Version:** |version-re3gistry| (latest version installed in OSGEO; newer versions may be available on GitHub)
6047

61-
**Supported Platforms:** Windows, Linux
48+
* **Supported Platforms:** Windows, Linux
6249

63-
**API Interfaces:** Java
50+
* **API Interfaces:** Java
6451

65-
**Support:** https://github.com/ec-jrc/re3gistry
52+
* **Support:** `GitHub Support <https://github.com/ec-jrc/re3gistry>`_
6653

67-
**User manual:** https://github.com/ec-jrc/re3gistry/blob/master/documentation/user-manual.md
54+
* **User manual:** `User Manual <https://github.com/ec-jrc/re3gistry/blob/master/documentation/user-manual.md>`_
6855

69-
**Administrator manual:** https://github.com/ec-jrc/re3gistry/blob/master/documentation/administrator-manual.md
56+
* **Administrator manual:** `Administrator Manual <https://github.com/ec-jrc/re3gistry/blob/master/documentation/administrator-manual.md>`_
7057

71-
**Developer manual:** https://github.com/ec-jrc/re3gistry/blob/master/documentation/developer-manual.md
58+
* **Developer manual:** `Developer Manual <https://github.com/ec-jrc/re3gistry/blob/master/documentation/developer-manual.md>`_
59+
60+
* **Tutorial:** https://github.com/ec-jrc/re3gistry/tree/master/training-material/2024-05-29-JRC-Training.
7261

7362

7463
@QUICKSTART_re3gistry@

projects_info.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Y | actinia | 4.2.0 | Y | Y | Web Services | | Processing of Geographical Data |
4848
Y | eoxserver | 1.1.2 | Y | Y | Web Services | | Web Coverage Service | eoxserver | https://docs.eoxserver.org/en/stable/ | | EOxServer | Y
4949
Y | ETF | 2.0.0 | Y | Y | Web Services | | Testing framework for validating spatial data, metadata and web services in Spatial Data Infrastructures (SDIs) | etf-validator | https://github.com/etf-validator| | ETF | N
5050
Y | qgis_mapserver | 3.34.9 | Y | Y | Web Services | | Web Map Service | | https://www.qgis.org/ | | QGIS Server | Y
51-
Y | re3gistry | 2.4.2 | Y | Y | Web Services | | Management of reference codes | re3gistry | https://github.com/ec-jrc/re3gistry | | Re3gistry | N
51+
Y | re3gistry | 2.6.1 | Y | Y | Web Services | | Management of reference codes | re3gistry | https://github.com/ec-jrc/re3gistry | | Re3gistry | N
5252
Y | t-rex | 0.14.3 | Y | Y | Web Services | | Vector Tile Service | t-rex | https://t-rex.tileserver.ch/ | | t-rex | Y
5353
Y | 52nSOS | 5.5.1 | Y | Y | Web Services | | Sensor Observation Service | SensorObservationService | https://52north.org/software/software-projects/sos | | 52 North SOS | N
5454
###################### | | | | | | | | | | | |

0 commit comments

Comments
 (0)