Skip to content

Commit 802e6e2

Browse files
committed
implement redirects for all published codelist IRIs
1 parent 8ca5a49 commit 802e6e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+317
-52
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
4040
# Performance-booster for watching directories on Windows
4141
gem "wdm", "~> 0.1.0" if Gem.win_platform?
4242
gem "webrick"
43-
43+
gem 'jekyll-redirect-from'

README.adoc

Lines changed: 4 additions & 1 deletion

_config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Ontologies for ISO/TC 211 Geographic information/Geomatics standards
2-
title_html: Ontology representations of geographic technology standards
2+
title_html: Semantic Web representations of geographic technology standards
33

44
author: "ISO/TC 211"
55
@@ -64,3 +64,9 @@ exclude:
6464
- vendor/cache/
6565
- vendor/gems/
6666
- vendor/ruby/
67+
68+
plugins:
69+
- jekyll-redirect-from
70+
71+
whitelist:
72+
- jekyll-redirect-from

source/assets/favicon-16x16.png

1020 Bytes
Lines changed: 6 additions & 0 deletions

source/codelists/AddressClass.adoc

Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)