forked from speced/respec
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from Logius-standaarden/develop
To main
- Loading branch information
Showing
108 changed files
with
8,069 additions
and
12,190 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
# ReSpec | ||
# ReSpec - NL Profiel | ||
|
||
ReSpec is een JavaScript library voor het publiceren van technische documenten in een [toegankelijk](https://digitaaltoegankelijk.pleio.nl/cms/view/649ed793-7f0d-4676-bb10-f66fbd8a13c6/digitale-toegankelijkheid-bij-geonovum) HTML formaat. Deze repository is een fork van [w3c/respec](https://github.com/w3c/respec). | ||
|
||
Momenteel bevat het een Geonovum profiel en daaruit afgeleid een Logius profiel. Er wordt gewerkt aan een meer configureerbaar profiel dat door meerdere Nederlandse organisaties toegepast kan worden. Iedereen is welkom om pull requests of issues in te dienen. | ||
Momenteel bevat het een Geonovum profiel en daaruit afgeleid een Logius profiel. Logius en Geonovum werken samen aan een meer configureerbaar profiel dat door meerdere Nederlandse organisaties toegepast kan worden. Het "NL-profiel" wordt open ontwikkeld. Iedereen is welkom om pull requests of issues in te dienen. | ||
|
||
Het "NL-profiel" wordt periodiek in sync gehouden met de W3C-bron. Het profiel onderscheidt zich onder andere door de nadruk op zowel configureerbaarheid als het gebruik van Markdown. | ||
Het "NL-profiel" wordt periodiek in sync gehouden met de W3C-bron. Het profiel onderscheidt zich onder andere door de nadruk op zowel configureerbaarheid als het gebruik van Markdown. | ||
|
||
## Toepassen | ||
|
||
Om schrijvers op weg te helpen is er een [template](https://github.com/Logius-standaarden/respec-template) beschikbaar in een aparte repository. Indien u vragen heeft over het toepassen van ReSpec kunt daar de [issues](https://github.com/Logius-standaarden/ReSpec-template/issues?q=) bezoeken. Een uitgebreide Engelstalig overzicht van de algemene functies in ReSpec leest u op [respec.org](https://respec.org/docs/). | ||
Om schrijvers op weg te helpen is er een [template](https://github.com/Logius-standaarden/respec-template) beschikbaar in een aparte repository. Indien u vragen heeft over het toepassen van ReSpec kunt daar de [issues](https://github.com/Logius-standaarden/ReSpec-template/issues?q=) bezoeken. Een uitgebreid Engelstalig overzicht van de algemene functies in ReSpec leest u op [respec.org](https://respec.org/docs/). | ||
|
||
## Aanpassen | ||
|
||
Wie wil sleutelen aan ReSpec wordt aangeraden de [Developers Guide](https://github.com/Logius-standaarden/respec/wiki/Developers-Guide) te raadplegen. Vragen of opmerkingen zijn welkom in de [issues](https://github.com/Logius-standaarden/respec/issues). | ||
|
||
## Test runnen | ||
|
||
Om mogelijke changes in de html te controleren na een update run `node test/test-html-build`. Dit maakt een snapshot van een html pagina en vergelijkt hem met het origineel. Als er veranderingen zijn, geeft hij aan wat en waar. | ||
Voeg de `--createLog` vlag toe aan het commando om de veranderingen in een log file te printen ipv in de CMD prompt. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
/* eslint-disable no-unused-vars */ | ||
const documentConfig = { | ||
useLogo: true, | ||
useLabel: true, | ||
license: "cc0", | ||
specType: "HR", | ||
specStatus: "WV", | ||
govTextCode: "AA", | ||
|
||
// subtitle: "Hier komt een subtitle", | ||
shortName: "API-Design-Rules", | ||
publishVersion: "1.1.0", | ||
publishDate: "2020-09-20", | ||
previousPublishDate: "2018-10-07", | ||
// Zie https://github.com/w3c/respec/wiki/previousMaturity. Dit moet een | ||
// A YYYY-MM-DD date. When a previousPublishDate is specified, this is typically required as well in order to generate the "Previous Version" | ||
previousMaturity: "DEF", | ||
pubDomain: "dk", | ||
pubSubDomain: "watisdk", | ||
nl_markdownTableClass: "simple", | ||
nl_markdownEmbedImageInFigure: true, | ||
|
||
editors: [ | ||
{ | ||
name: "P H", | ||
mailto: "api@digikoppeling", | ||
company: "Logius", | ||
companyURL: "https://logius.nl/standaarden", | ||
}, | ||
{ | ||
name: "P H", | ||
url: "https://logius.nl/standaarden", | ||
}, | ||
], | ||
authors: [ | ||
{ | ||
name: "P H", | ||
url: "https://logius.nl/standaarden", | ||
}, | ||
], | ||
github: "https://github.com/Logius-standaarden/API-Design-Rules", | ||
// testSuiteURI: "https://github.com/Logius-standaarden/API-Design-Rules", | ||
highlightVars: true, | ||
// noHighlightCSS: true, // hidden config ?! | ||
nl_emailcomments: "[email protected]", | ||
addSectionLinks: true, | ||
a11y: false, | ||
maxTocLevel: 3, | ||
alternateFormats: [ | ||
{ | ||
label: "html", | ||
uri: "https://publicatie.centrumvoorstandaarden.nl/api/oauth/static.html", | ||
}, | ||
{ | ||
label: "pdf", | ||
uri: "https://publicatie.centrumvoorstandaarden.nl/api/oauth/static.pdf", | ||
}, | ||
], | ||
|
||
// nl_addReleaseTagTitle: true, | ||
nl_markdownSplitH1sections: false, | ||
nl_github: { | ||
issueBase: "https://github.com/Geonovum/KP-APIs/issues/", | ||
revision: "https://github.com/Logius-standaarden/API-Design-Rules/commits/", | ||
pullrequests: | ||
"https://github.com/Logius-standaarden/API-Design-Rules/pulls/", | ||
}, | ||
}; | ||
/* eslint-enable no-unused-vars */ |
Oops, something went wrong.