Skip to content

Commit

Permalink
new preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
logius-standaardenbeheer committed Jan 15, 2025
1 parent f016a24 commit 301fa6a
Show file tree
Hide file tree
Showing 8 changed files with 1,008 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BOMOS-Stelsels/script-remove/01_abstract.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<p> BOMOS (Beheer- en OntwikkelModel voor Open Standaarden) is een hulpmiddel
van en voor de standaardisatiewereld. Dit deel bevat een aanvullende
module voor stelsels. Stelsels vallen buiten scope van het de basis van BOMOS,
het Fundament. BOMOS is immers allereerst voor het beheer van standaarden beedoeld.
Maar BOMOS kan wel voor stelsels toegepast kan worden omdat de beheerpraktijken
van standaarden en stelsels veel overeenkomsten heeft.
</p>
1 change: 1 addition & 0 deletions BOMOS-Stelsels/script-remove/images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains images for the document
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
769 changes: 769 additions & 0 deletions BOMOS-Stelsels/script-remove/index.html

Large diffs are not rendered by default.

112 changes: 112 additions & 0 deletions BOMOS-Stelsels/script-remove/js/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
var respecConfig = {
// specStatus currently supported
// WW, GN-WV: Werkversie
// CV, GN-CV: Consultatie versie
// VV, GN-VV: Vastgestelde versie (of Versie ter vaststelling)
// DEF, GN-DEF: Definitieve versie
// EO: Einde ondersteuning, verouderde versie, vervangen door nieuwe versie
// TG: Versie teruggetrokken
// BASIS, GN-BASIS: 'geen status'
specStatus: "DEF",

// SpecType currently supported
// NO: "Norm"
// ST: "Standaard"
// IM: "Informatiemodel"
// PR: "Praktijkrichtlijn"
// HR: "Handreiking"
// WA: "Werkafspraak"
// AL: "Algemeen"
// BD: "Beheerdocumentatie"
// BP: "Best Practice"
specType: "HR",

// The specification's publish domain, which is used to publish the specification
// the url in the header thisVersion is generated like `<conf.nl_organisationPublishURL>/<conf.pubDomain>/<specStatus>-<specType.toLowerCase()>-<conf.shortName>}-conf.publishDate>/`
pubDomain: "bomos",
// The specification's "short name", which is the name used in NL_Respec URLs
shortName: "stelsels",

// A YYYY-MM-DD date. The publication date of the present document.
// Als er geen publishDate is opgegeven, genereert ReSpec de dataum o.b.v. de laatste wijzigingen
// Belangrijk: als publishDate niet opgegeven is, wordt bij de link "Laatst gepubliceerde versie" "geen" gezet. Anders wordt een link opgebouwd voor de laatste versie, met het formaat:
publishDate: "2022-06-07",

// A YYYY-MM-DD date. When there is a previous release of a given specification, (W3C)
//previousPublishDate: "2017-09-20",
publishVersion: "3.0.0",
// Er is nog geen vorige versie
// previousPublishVersion: "1.1",

// 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",

// license can be one of the following: cc0, cc-by or cc-by-nd((default)) (see https://github.com/Geonovum/respec/wiki/license )
license: 'cc-by-nd',

// logos: [], // Geef een lege array op als er geen Geonovum logo moet staan
doJsonLd: true,
maxTocLevel: 3,
editors: [
{
name: "Erwin Folmer",
company: "Kadaster",
companyURL: "https://www.utwente.nl/",
},
{
name: "Edwin Wisse",
company: "Logius",
companyURL: "https://www.logius.nl/",
}
],
authors: [
{
name: "Sander Boer",
company: "Logius",
companyURL: "http://www.logius.nl/",
}
],
// url van de github repository waar je in werkt
github: "https://github.com/Logius-standaarden/BOMOS-Stelsels",
// Controls if linked "§" section markers are added to a document
addSectionLinks: true,
// Lints for accessibility issues using axe-core
a11y: false,
// PDF version
alternateFormats: [
{
label: "pdf",
uri: "BOMOS-Stelsels.pdf",
},
],
// url van de issue lijst in de github repository waar je in werkt
//issueBase: "https://github.com/centrumvoorstandaarden/.../issues/",
// in localBiblio kun je bibliografische items opnemen. In de tekst kun je dan tussen blokhaken verwijzen naar de korte naam bv [NEN3610].
nl_markdownSplitH1sections: false,
nl_organisationName: "Logius",
nl_organisationPrefix: "LS-",
nl_markdownTableClass: "dkkvs",
nl_markdownEmbedImageInFigure: true,
nl_organisationStylesURL: "https://publicatie.centrumvoorstandaarden.nl/respec/style/",
nl_organisationPublishURL: "https://gitdocumentatie.logius.nl/publicatie/",
nl_logo: {
src: "https://publicatie.centrumvoorstandaarden.nl/respec/style/logos/figure-logius.svg",
//src: "http://localhost:8081/respec/style/logos/figure-logius.svg",
alt: "Logius",
id: "Logius",
height: 77,
width: 44,
url: "https://www.logius.nl/standaarden",
},
localBiblio: {
NEN3610: {
href: "http://www.nen.nl/web/Normshop/Norm/NEN-36102011-nl.htm",
title:
"Basismodel Geo-informatie - Termen, definities, relaties en algemene regels voor de uitwisseling van informatie over aan de aarde gerelateerde ruimtelijke objecten",
authors: [""],
date: "Maart 2011",
publisher: "Nederlands Normalisatie-instituut",
},
},
};
119 changes: 119 additions & 0 deletions BOMOS-Stelsels/script-remove/media/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
table.dkkvs {
border-collapse: collapse;
font-size: 12pt;
width: 100%;
/* --- dkcvs --- */
border-collapse: collapse;
border-bottom: 3px solid #005a9c;
}

.dkkvs th {
border: 1px solid white;
background-color: #005a9c;
color: white;
text-align: left;
padding: 8px;


/* --- dkcvs --- */

padding: 3px 5px;
text-align: left;

}

/* --- dkcvs --- */

.dkkvs th a {
color: #fff;
padding: 3px 5px;
text-align: left;
}

.dkkvs th[scope="row"] {
background: inherit;
color: inherit;
border-top: 1px solid #ddd;
}

.dkkvs td {
border: 1px solid black;
padding: 3px 10px;
border-top: 1px solid #ddd;
vertical-align: top;
}

.dkkvs tr:nth-child(even) {
background: #f0f6ff;
}

/* --- dkcvs --- */

table.dkkvsincell {
border: solid 1px black;
border-collapse: separate;
width: 100%;
font-size: 8pt;
border-bottom: 0px solid #005a9c;

}

table.legendum {
width: auto;
font-weight: lighter;
background-color: white;
color: black;
border: solid 1px black;
border-collapse: collapse;
}

.legendum th {
font-weight: normal;
background-color: white;
border: solid 1px black;
color: black;
}

.legendum td.green {
background-color: #a5d95c;
}

.legendum td.grey {
background-color: #cbcbcb;
}
table.dkcomp{
font-size: 10pt;
}

.dkcomp th {
background-color: #538ED5;
color: white;
font-weight: bold;
}
.dkcomp tr {
vertical-align: middle;
}
.dkcomp tr:first-child {
background-color: #00B0F0;
color: black;
}

.dkcomp td.normative {
background-color: #92D050;
}

.dkcomp td.informative {
background-color: #D8D8D8;
}

.dkcomp td.wus {
background-color: #DBEEF3;
}

.dkcomp td.ebms {
background-color: #B8CCE4;
}

.dkcomp td.gb {
background-color: #95B3D7;
}

0 comments on commit 301fa6a

Please sign in to comment.