Skip to content

Commit

Permalink
prev. version attributes updated in config.js, regenerated static page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Pullmann committed Dec 16, 2018
1 parent 25e5ddc commit 6d6de87
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 29 deletions.
50 changes: 25 additions & 25 deletions ucr/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ var respecConfig = {
// preProcess: [dfn_index],
specStatus: "ED",
shortName: "dcat-ucr",
// previousMaturity: "NOTE",
// previousPublishDate: "2016-07-23",
// previousURI: "https://www.w3.org/TR/2016/NOTE-poe-ucr-20160721/",
previousMaturity: "NOTE",
previousPublishDate: "2017-12-12",
previousURI: "https://www.w3.org/TR/2017/NOTE-dcat-ucr-20171212/",
edDraftURI: "https://w3c.github.io/dxwg/ucr/",
editors: [
{
name: "Jaroslav Pullmann",
company: "Fraunhofer Gesellschaft",
companyURL: "https://www.fraunhofer.de/"
},
{
name: "Rob Atkinson",
company: "Metalinkage, Open Geospatial Consortium",
companyURL: "http://www.opengeospatial.org/"
},
{
name: "Antoine Isaac",
company: "Europeana, Vrije Universiteit Amsterdam",
companyURL: "https://pro.europeana.eu/person/antoine-isaac"
},
{
name: "Ixchel Faniel",
company: "OCLC (Online Computer Library Center, Inc.)",
companyURL: "https://www.oclc.org/"
}
],
editors: [
{
name: "Jaroslav Pullmann",
company: "Fraunhofer Gesellschaft",
companyURL: "https://www.fraunhofer.de/"
},
{
name: "Rob Atkinson",
company: "Metalinkage, Open Geospatial Consortium",
companyURL: "http://www.opengeospatial.org/"
},
{
name: "Antoine Isaac",
company: "Europeana, Vrije Universiteit Amsterdam",
companyURL: "https://pro.europeana.eu/person/antoine-isaac"
},
{
name: "Ixchel Faniel",
company: "OCLC (Online Computer Library Center, Inc.)",
companyURL: "https://www.oclc.org/"
}
],
wg: "Dataset Exchange Working Group",
wgURI: "https://www.w3.org/2017/dxwg/",
wgPublicList: "public-dxwg-comments",
Expand Down
5 changes: 3 additions & 2 deletions ucr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
<head>
<title>Dataset Exchange Use Cases and Requirements</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="width=device-width,initial-scale=1" name="viewport"/>
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-WG-NOTE"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<!-- <link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-WG-NOTE"/>-->
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-WD"/>
<link rel="stylesheet" type="text/css" href="dxwg.css"/>
</head>
<body class="h-entry" role="document" id="respecDocument" onload="init()">
Expand Down
8 changes: 6 additions & 2 deletions ucr/static/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="en" dir="ltr"><head><meta content="width=device-width,initial-scale=1" name="viewport"><meta content="text/html; charset=utf-8" http-equiv="content-type"><meta name="generator" content="ReSpec 23.7.4"><style>/* --- ISSUES/NOTES --- */
<!DOCTYPE html><html lang="en" dir="ltr"><head><meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"><meta content="text/html; charset=utf-8" http-equiv="content-type"><meta name="generator" content="ReSpec 23.7.4"><style>/* --- ISSUES/NOTES --- */
div.issue-title, div.note-title , div.ednote-title, div.warning-title {
padding-right: 1em;
min-width: 7.5em;
Expand Down Expand Up @@ -92,7 +92,8 @@
<title>Dataset Exchange Use Cases and Requirements</title>


<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-WG-NOTE">
<!-- <link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-WG-NOTE"/>-->
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-WD">
<link rel="stylesheet" type="text/css" href="dxwg.css">
<style id="respec-mainstyle">/*****************************************************************
* ReSpec 3 CSS
Expand Down Expand Up @@ -436,6 +437,9 @@
</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED"><link rel="canonical" href="https://www.w3.org/TR/dcat-ucr/"><script id="initialUserConfig" type="application/json">{
"specStatus": "ED",
"shortName": "dcat-ucr",
"previousMaturity": "NOTE",
"previousPublishDate": "2017-12-12",
"previousURI": "https://www.w3.org/TR/2017/NOTE-dcat-ucr-20171212/",
"edDraftURI": "https://w3c.github.io/dxwg/ucr/",
"editors": [
{
Expand Down

0 comments on commit 6d6de87

Please sign in to comment.