File tree Expand file tree Collapse file tree 7 files changed +97
-0
lines changed
Expand file tree Collapse file tree 7 files changed +97
-0
lines changed Original file line number Diff line number Diff line change 1+ # Default environment variables for portal site
2+ # These are the base values that can be overridden by environment-specific files
3+
4+ # Core site configuration
5+ SITE_TITLE = IFLA Standards Portal
6+ SITE_TAGLINE = International Federation of Library Associations and Institutions
7+
8+ # GitHub configuration
9+ GITHUB_REPO_URL = https://github.com/iflastandards/standards-dev
10+ GITHUB_EDIT_URL = https://github.com/iflastandards/standards-dev/tree/main/portal/
Original file line number Diff line number Diff line change 1+ # Base configuration for FRBR
2+ SITE_TITLE = IFLA FR Family of Models
3+ SITE_TAGLINE = Conceptual Models for Bibliographic Information
4+
5+ # GitHub configuration
6+ GITHUB_REPO_URL = https://github.com/iflastandards/standards-dev
7+ GITHUB_EDIT_URL = https://github.com/iflastandards/standards-dev/tree/main/standards/FRBR/
8+
9+ # Vocabulary configuration
10+ VOCABULARY_PREFIX = ifla
11+ VOCABULARY_NUMBER_PREFIX = T
12+ VOCABULARY_PROFILE = vocabulary-profile.csv
13+ VOCABULARY_ELEMENT_URI = https://www.iflastandards.info/elements
14+ VOCABULARY_ELEMENT_PROFILE = elements-profile.csv
Original file line number Diff line number Diff line change 1+ # Base configuration for ISBDM
2+ SITE_TITLE = ISBD for Manifestation
3+ SITE_TAGLINE = International Standard Bibliographic Description for Manifestation
4+
5+ # GitHub configuration
6+ GITHUB_REPO_URL = https://github.com/iflastandards/standards-dev
7+ GITHUB_EDIT_URL = https://github.com/iflastandards/ISBDM/tree/main/
8+
9+ # Vocabulary configuration
10+ VOCABULARY_PREFIX = isbdm
11+ VOCABULARY_NUMBER_PREFIX = T
12+ VOCABULARY_PROFILE = isbdm-values-profile-revised.csv
13+ VOCABULARY_ELEMENT_URI = https://www.iflastandards.info/ISBDM/elements
14+ VOCABULARY_ELEMENT_PROFILE = isbdm-elements-profile.csv
Original file line number Diff line number Diff line change 1+ # Base configuration for LRM
2+ SITE_TITLE = IFLA LRM
3+ SITE_TAGLINE = Library Reference Model
4+
5+ # GitHub configuration
6+ GITHUB_REPO_URL = https://github.com/iflastandards/standards-dev
7+ GITHUB_EDIT_URL = https://github.com/iflastandards/LRM/tree/main/
8+
9+ # Vocabulary configuration
10+ VOCABULARY_PREFIX = lrm
11+ VOCABULARY_NUMBER_PREFIX = E
12+ VOCABULARY_URI_STYLE = numeric
13+ VOCABULARY_PROFILE = lrm-profile-revised.csv
14+
15+ # RDF label mappings for LRM
16+ VOCABULARY_RDF_LABEL_EN = http://www.w3.org/2000/01/rdf-schema # label,http://www.w3.org/2004/02/skos/core#prefLabel
17+ VOCABULARY_RDF_COMMENT_EN = http://www.w3.org/2000/01/rdf-schema # comment
Original file line number Diff line number Diff line change 1+ # Base configuration for isbd
2+ SITE_TITLE = ISBD: International Standard Bibliographic Description
3+ SITE_TAGLINE = Consolidated Edition
4+
5+ # GitHub configuration
6+ GITHUB_REPO_URL = https://github.com/iflastandards/standards-dev
7+ GITHUB_EDIT_URL = https://github.com/iflastandards/standards-dev/tree/main/standards/isbd/
8+
9+ # Vocabulary configuration
10+ VOCABULARY_PREFIX = isbd
11+ VOCABULARY_NUMBER_PREFIX = T
12+ VOCABULARY_PROFILE = isbd-values-profile.csv
13+ VOCABULARY_ELEMENT_URI = https://www.iflastandards.info/ISBD/elements
14+ VOCABULARY_ELEMENT_PROFILE = isbd-elements-profile.csv
Original file line number Diff line number Diff line change 1+ # Base configuration for MulDiCat
2+ SITE_TITLE = MulDiCat
3+ SITE_TAGLINE = Multilingual Dictionary of Cataloguing Terms and Concepts
4+
5+ # GitHub configuration
6+ GITHUB_REPO_URL = https://github.com/iflastandards/standards-dev
7+ GITHUB_EDIT_URL = https://github.com/iflastandards/muldicat/tree/main/
8+
9+ # Vocabulary configuration
10+ VOCABULARY_PREFIX = ifla
11+ VOCABULARY_NUMBER_PREFIX = T
12+ VOCABULARY_PROFILE = vocabulary-profile.csv
13+ VOCABULARY_ELEMENT_URI = https://www.iflastandards.info/elements
14+ VOCABULARY_ELEMENT_PROFILE = elements-profile.csv
Original file line number Diff line number Diff line change 1+ # Base configuration for UNIMARC
2+ SITE_TITLE = IFLA UNIMARC
3+ SITE_TAGLINE = Universal MARC Format
4+
5+ # GitHub configuration
6+ GITHUB_REPO_URL = https://github.com/iflastandards/standards-dev
7+ GITHUB_EDIT_URL = https://github.com/iflastandards/standards-dev/tree/main/standards/unimarc/
8+
9+ # Vocabulary configuration
10+ VOCABULARY_PREFIX = ifla
11+ VOCABULARY_NUMBER_PREFIX = T
12+ VOCABULARY_PROFILE = vocabulary-profile.csv
13+ VOCABULARY_ELEMENT_URI = https://www.iflastandards.info/elements
14+ VOCABULARY_ELEMENT_PROFILE = elements-profile.csv
You can’t perform that action at this time.
0 commit comments