Skip to content

Commit

Permalink
Merge pull request #168 from philarcher1/gh-pages
Browse files Browse the repository at this point in the history
Forgot the config file
  • Loading branch information
Phil Archer committed May 8, 2017
2 parents 4fb41c2 + 8d5ac83 commit a14d024
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions testsuite/config.js
@@ -0,0 +1,26 @@
var respecConfig = {
// preProcess: [dfn_index],
specStatus: "ED",
shortName: "odrl-tests",
// previousMaturity: "NOTE",
// previousPublishDate: "2016-07-23",
// previousURI: "https://www.w3.org/TR/2016/NOTE-poe-ucr-20160721/",
edDraftURI: "https://w3c.github.io/poe/testsuite/",
editors: [{ name: "Phil Archer",
company: "W3C/ERCIM"}
],
wg: "Permissions & Obligations Expression Working Group",
wgURI: "https://www.w3.org/2016/poe/",
wgPublicList: "public-poe-comments",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/87755/status",
inlineCSS: "true",
lint: "false",
noRecTrack: "true",
localBiblio: {
"SCHEMA-ORG":{
"href":"http://schema.org/",
"title":"Schema.org"
},
},
issueBase: "https://www.w3.org/2016/poe/track/issues/"
};

0 comments on commit a14d024

Please sign in to comment.