Skip to content

Commit

Permalink
Merge pull request #1039 from w3c/conneg-redefs
Browse files Browse the repository at this point in the history
Conneg redefs
  • Loading branch information
nicholascar committed Sep 1, 2019
2 parents c93cd37 + 0480a29 commit 0ce2eb5
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 301 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.idea/
profiledesc/examples/README.md.backup
52 changes: 26 additions & 26 deletions conneg-by-ap/config.js
Expand Up @@ -2,40 +2,39 @@ var respecConfig = {
specStatus: "WD",
shortName: "dx-prof-conneg",
edDraftURI: "https://w3c.github.io/dxwg/conneg-by-ap/",
previousPublishDate: "2018-12-18",
previousMaturity: "FPWD",
prevRecURI: "https://www.w3.org/TR/2018/WD-dx-prof-conneg-20181218/",
previousPublishDate: "2019-04-30",
previousMaturity: "PWD",
prevRecURI: "https://www.w3.org/TR/2019/WD-dx-prof-conneg-20190430/",
testSuiteURI: "https://github.com/CSIRO-enviro-informatics/prof-conneg-test-suite",
implementationReportURI: "https://github.com/CSIRO-enviro-informatics/prof-conneg-implementations",
canonicalURI: "TR",
editors: [{
name: "Lars G. Svensson",
company: "Deutsche Nationalbibliothek",
name: "Lars G. Svensson",
company: "Deutsche Nationalbibliothek",
companyURL: "http://www.dnb.de/",
orcid: "0000-0002-8714-9718",
w3cid: "44603"
orcid: "0000-0002-8714-9718",
w3cid: "44603"
},
{
name: "Rob Atkinson",
company: "Metalinkage, Open Geospatial Consortium",
name: "Rob Atkinson",
company: "Metalinkage, Open Geospatial Consortium",
companyURL: "http://www.opengeospatial.org/",
orcid: "0000-0002-7878-2693"
orcid: "0000-0002-7878-2693"
},
{
name: "Nicholas J. Car",
url: "https://people.csiro.au/Nicholas-Car",
mailto: "nicholas.car@csiro.au",
company: "CSIRO",
companyURL: "https://www.csiro.au",
mailto: "nicholas.car@surroundaustralia.com",
company: "SURROUND Australia Pty Ltd, formerly CSIRO",
companyURL: "https://surroundaustralia.com",
orcid: "0000-0002-8742-7730",
w3cid: 70131
}],
otherLinks: [{
key: "Contributors",
data: [{
value: "Ruben Verborgh",
href: "https://ruben.verborgh.org/"
}]
value: "Ruben Verborgh",
href: "https://ruben.verborgh.org/"
}]
}],
wg: "Dataset Exchange Working Group",
wgURI: "https://www.w3.org/2017/dxwg/",
Expand All @@ -47,15 +46,16 @@ var respecConfig = {
issueBase: "https://github.com/w3c/dxwg/issues/",
github: "https://github.com/w3c/dxwg/",
localBiblio: {
"ARK" : {
editors: ["J. Kunze",
"R. Rodgers"
],
href: "https://tools.ietf.org/id/draft-kunze-ark-15.txt",
title: "The ARK Identifier Scheme" ,
date: "2008-05-22",
status: "Internet-Draft"
},
"ARK" : {
editors: [
"J. Kunze",
"R. Rodgers"
],
href: "https://tools.ietf.org/id/draft-kunze-ark-15.txt",
title: "The ARK Identifier Scheme" ,
date: "2008-05-22",
status: "Internet-Draft"
},
"PROF-CONNEG": {
editors: [
"Lars G. Svensson",
Expand Down
10 changes: 0 additions & 10 deletions conneg-by-ap/extra.css
Expand Up @@ -15,13 +15,3 @@ th, td {
padding: 10px;
text-align: left;
}

div.req-response {
margin: 1em 0;
padding: 1em;
background-color: #e0e0eb;
}

div.req-response > p.respTitle {

}

0 comments on commit 0ce2eb5

Please sign in to comment.