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 Feb 21, 2025
1 parent 1ab03ba commit d4acc93
Show file tree
Hide file tree
Showing 16 changed files with 2,388 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<p>Dit document beschrijft een aantal Best Practices voor de DigiKoppeling Grote Berichten.</p>
</p>

<p>Het document is bestemd voor architecten en ontwikkelaars die op basis van DigiKoppeling Grote Berichten gegevens
willen uitwisselen. Dit document is een aanvulling hierop en
heeft tot doel ontwikkelaars te informeren en adviseren over de te volgen werkwijze bij het toepassen van de
Koppelvlakstandaard Grote Berichten.</p>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
var respecConfig = {
alternateFormats: [ {
"label" : "pdf",
"uri" : "Digikoppeling-Best-Practices-GB.pdf"
} ],
authors: [ {
"name" : "Logius",
"url" : "https://logius.nl/standaarden"
} ],
editors: [
{
"company" : "Logius",
"name" : "Peter Haasnoot",
"companyURL" : "https://logius.nl/standaarden"
},
{
"company" : "Logius",
"name" : "Pieter Hering",
"companyURL" : "https://logius.nl/standaarden"
},
{
"company" : "Logius",
"name" : "Martin van der Plas",
"companyURL" : "https://logius.nl/standaarden"
}
],
github: "https://github.com/Logius-standaarden/Digikoppeling-Best-Practices-GB",
previousPublishDate: "2017-10-01",
previousPublishVersion: "3.1.1",
pubDomain: "dk",
publishDate: "2023-05-16",
publishVersion: "3.2.0",
shortName: "bpgb",
specStatus: "WV",
specType: "BP"
};

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
table.dkkvs {
border-collapse: collapse;
font-size: 10.5pt;
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: 1px;
border-collapse: separate;
width:100%;
font-size: 8pt;
border-bottom: 0px solid #005a9c;

}
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.
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.
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.
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.

0 comments on commit d4acc93

Please sign in to comment.