Skip to content

Commit

Permalink
small updates for REC
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Feb 7, 2018
1 parent a7e3d41 commit f753aee
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 27 deletions.
16 changes: 8 additions & 8 deletions model/config.js
@@ -1,9 +1,9 @@
var respecConfig = {
specStatus: "ED",
specStatus: "REC",
shortName: "odrl-model",
//publishDate: "2017-09-26",
crEnd: "2017-11-14",
prEnd: "2018-02-04",
publishDate: "2018-02-15",
//crEnd: "2017-11-14",
//prEnd: "2018-02-04",
implementationReportURI: "https://w3c.github.io/poe/test/implementors",
editors: [
{ name: "Renato Iannella",
Expand All @@ -20,9 +20,9 @@ var respecConfig = {
}
],
lint: true,
previousMaturity: "CR",
previousPublishDate: "2017-09-26",
previousURI: "https://www.w3.org/TR/2017/WD-odrl-model-20170223/",
previousMaturity: "PR",
previousPublishDate: "2018-01-04",
previousURI: "https://www.w3.org/TR/2018/PR-odrl-model-20180104/",
edDraftURI: "https://w3c.github.io/poe/model/",
wg: "Permissions & Obligations Expression Working Group",
wgURI: "https://www.w3.org/2016/poe/",
Expand All @@ -48,7 +48,7 @@ var respecConfig = {
},
{
value: "Issue Tracker",
href: "https://github.com/w3c/poe/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3AModel"
href: "https://github.com/w3c/poe/issues"
} ]
}
]
Expand Down
3 changes: 0 additions & 3 deletions model/index.html
Expand Up @@ -18,9 +18,6 @@
</section>

<section id="sotd">
<p>
<strong>This is a work in progress. No section should be considered final, and the absence of any content does not imply that such content is out of scope, or may not appear in the future. If you feel something should be covered, please <a href="mailto:public-poe-comments@w3.org">tell us.</a></strong>
</p>
</section>


Expand Down
12 changes: 6 additions & 6 deletions vocab/config.js
@@ -1,7 +1,7 @@
var respecConfig = {
specStatus: "ED",
specStatus: "REC",
shortName: "odrl-vocab",
//publishDate: "2018-01-04",
publishDate: "2018-02-15",
edDraftURI: "https://w3c.github.io/poe/vocab/",
crEnd: "2017-11-14",
prEnd: "2018-02-04",
Expand Down Expand Up @@ -30,9 +30,9 @@ var respecConfig = {
mailto: "vrodriguez@fi.upm.es"
}
],
previousMaturity: "CR",
previousPublishDate: "2017-09-26",
previousURI: "https://www.w3.org/TR/2017/WD-vocab-odrl-20170223/",
previousMaturity: "PR",
previousPublishDate: "2018-01-04",
previousURI: "ttps://www.w3.org/TR/2018/PR-odrl-vocab-20180104/",
wg: "Permissions &amp; Obligations Expression Working Group",
wgURI: "https://www.w3.org/2016/poe/",
wgPublicList: "public-poe-comments",
Expand All @@ -52,7 +52,7 @@ var respecConfig = {
},
{
value: "Issue Tracker",
href: "https://github.com/w3c/poe/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3AVocab"
href: "https://github.com/w3c/poe/issues"
}]
}
]
Expand Down
6 changes: 1 addition & 5 deletions vocab/index.html
Expand Up @@ -13,10 +13,6 @@
The ODRL Vocabulary and Expression describes the terms used in ODRL policies and how to encode them.</p>
</section>
<section id="sotd">
<p>
<strong>This is a work in progress. No section should be considered final, and the absence of any content does not imply that such content is out of scope, or may not appear in the future. If you feel something should be covered, please <a href="mailto:public-poe-comments@w3.org">tell us.</a></strong>
</p>

</section>
<section class="informative">
<h2>Introduction</h2>
Expand All @@ -29,7 +25,7 @@ <h2>Introduction</h2>
<section id="conformance">


The ODRL Vocabulary & Expression is formalized as a ODRL Ontology. See section <a href="#encodings">5 Vocabulary Expression</a> for further details.
The ODRL Vocabulary & Expression is formalized as the ODRL Ontology. See section <a href="#encodings">5 Vocabulary Expression</a> for further details.

<section id="namespaces" >

Expand Down
2 changes: 1 addition & 1 deletion vocab/parts/conformance.html
@@ -1,5 +1,5 @@

The ODRL Vocabulary & Expression is formalized as a ODRL Ontology. See section <a href="#encodings">5 Vocabulary Expression</a> for further details.
The ODRL Vocabulary & Expression is formalized as the ODRL Ontology. See section <a href="#encodings">5 Vocabulary Expression</a> for further details.

<section id="namespaces" >

Expand Down
4 changes: 0 additions & 4 deletions vocab/parts/sotd.html
@@ -1,6 +1,2 @@
<section id="sotd">
<p>
<strong>This is a work in progress. No section should be considered final, and the absence of any content does not imply that such content is out of scope, or may not appear in the future. If you feel something should be covered, please <a href="mailto:public-poe-comments@w3.org">tell us.</a></strong>
</p>

</section>

0 comments on commit f753aee

Please sign in to comment.