mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
site: update URLs to iseal-community
This commit is contained in:
parent
7ed52b703a
commit
16b183f36b
@ -1,5 +1,5 @@
|
|||||||
title="ISEAL Core Metadata Set"
|
title="ISEAL Core Metadata Set"
|
||||||
baseURL="https://alanorth.github.io/iseal-schema"
|
baseURL="https://iseal-community.github.io/iseal-core"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
publishDir = "docs"
|
publishDir = "docs"
|
||||||
|
@ -137,13 +137,13 @@
|
|||||||
{{ $fileCodeIcon := resources.Get "icons/file-earmark-code.svg" | resources.Fingerprint }}
|
{{ $fileCodeIcon := resources.Get "icons/file-earmark-code.svg" | resources.Fingerprint }}
|
||||||
<h3><img class="icon me-1" src="{{ $fileCodeIcon.Permalink }}" alt="File icon with earmark"/>Turtle</h3>
|
<h3><img class="icon me-1" src="{{ $fileCodeIcon.Permalink }}" alt="File icon with earmark"/>Turtle</h3>
|
||||||
<p>Terse RDF Triple Language (TTL). Use this format when you need to validate metadata against ISEAL Core programmatically.</p>
|
<p>Terse RDF Triple Language (TTL). Use this format when you need to validate metadata against ISEAL Core programmatically.</p>
|
||||||
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/iseal-core.ttl" class="btn btn-primary">Download</a>
|
<a href="https://raw.githubusercontent.com/iseal-community/iseal-core/main/data/iseal-core.ttl" class="btn btn-primary">Download</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-12 col-lg-4">
|
<div class="col-sm-12 col-lg-4">
|
||||||
{{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }}
|
{{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }}
|
||||||
<h3><img class="icon me-1" src="{{ $fileSpreadsheetIcon.Permalink }}" alt="File icon with earmark"/>CSV</h3>
|
<h3><img class="icon me-1" src="{{ $fileSpreadsheetIcon.Permalink }}" alt="File icon with earmark"/>CSV</h3>
|
||||||
<p>Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference.</p>
|
<p>Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference.</p>
|
||||||
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/iseal-core.csv" class="btn btn-primary">Download</a>
|
<a href="https://raw.githubusercontent.com/iseal-community/iseal-core/main/data/iseal-core.csv" class="btn btn-primary">Download</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "iseal-schema",
|
"name": "iseal-core",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Generate ISEAL Core Metadata Set documentation website.",
|
"description": "Generate ISEAL Core Metadata Set documentation website.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user