Skip to content

Commit ef73a24

Browse files
committed
Add Participate block per request from AvK
1 parent 0420e92 commit ef73a24

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

respecConfig.js

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,22 @@ var respecConfig = {
2424
wgPublicList: "www-dom",
2525
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/42538/status"],
2626
subjectPrefix: "DOM-Parsing",
27-
testSuiteURI: "http://w3c-test.org/domparsing/"
28-
};
27+
testSuiteURI: "http://w3c-test.org/domparsing/",
28+
29+
otherLinks: [{
30+
key: 'Participate',
31+
data: [{
32+
value: 'We are on Hg.',
33+
href: 'https://dvcs.w3.org/hg/innerhtml/'
34+
}, {
35+
value: 'File a bug.',
36+
href: 'https://www.w3.org/Bugs/Public/buglist.cgi?component=DOM%20Parsing%20and%20Serialization&list_id=44989&product=WebAppsWG&resolution=---'
37+
}, {
38+
value: 'Commit history.',
39+
href: 'https://dvcs.w3.org/hg/innerhtml/shortlog/'
40+
}, {
41+
value: 'Mailing list.',
42+
href: 'http://lists.w3.org/Archives/Public/www-dom/'
43+
}]
44+
}],
45+
};

0 commit comments

Comments
 (0)