Note
|
This repository is only meant for internal consumption! |
This repository provides all necessary information for the https://osgeo.geolexica.org site.
The site is managed by OSGeo and operated by Geolexica/Ribose.
The site is powered with Geolexica-Site gem maintained by Ribose, which actually employs Jekyll as a work horse.
master
staging
Note
|
This section may need updating |
There are two types of entries in this site:
-
Concepts
-
Terms, which represent concepts in a certain language
Every concept is recognized by a unique ID (the “term id”), and contains terms in different languages.
Here’s an example of it from the _concepts/
directory (which has to be built).
eng:
id: 2
term: do-ocracy
alt: preferred
definition: principle where the person who volunteers to do the work
gets to decide how it gets done
language_code: eng
notes: []
examples: []
entry_status: valid
authoritative_source:
lineage_source:
lineage_source_similarity: 1
date_accepted: 2008-11-15 00:00:00.000000000 +08:00
review_date: 2013-01-29 00:00:00.000000000 +08:00
review_status: final
review_decision: accepted
review_decision_date: 2016-10-01 00:00:00.000000000 +08:00
review_decision_event: ...
review_decision_notes: ...
release: '2'
ara:
...
A term contains multiple attributes, such as:
id: 2
term: abbreviation
alt: preferred
definition: designation formed by omitting words or letters from a longer form and
designating the same concept
language_code: eng
notes: []
examples: []
entry_status: valid
authoritative_source: ISO 1087-1:2000, 3.4.9
...
Note
|
These steps are only intended for the internal operator of the site! |
Make sure glossary database submodule is initialized & updated.
Please file an issue with description of what you are proposing,
or (better) create a pull request, in the osgeo-glossary
repository.
See the existing YAML files under concepts/
for the correct format.