Add Participate block per request from AvK
authorArt Barstow <art.barstow@gmail.com>
Sun, 05 Oct 2014 08:14:40 -0400
changeset 74 146c801a3528
parent 73 d69286304cc3
child 75 5b04cbad78d9
Add Participate block per request from AvK
respecConfig.js
--- a/respecConfig.js	Fri Jun 13 10:56:15 2014 -0400
+++ b/respecConfig.js	Sun Oct 05 08:14:40 2014 -0400
@@ -24,5 +24,22 @@
     wgPublicList: "www-dom",
     wgPatentURI:  ["http://www.w3.org/2004/01/pp-impl/42538/status"],
     subjectPrefix: "DOM-Parsing",
-    testSuiteURI: "http://w3c-test.org/domparsing/"
-};
\ No newline at end of file
+    testSuiteURI: "http://w3c-test.org/domparsing/",
+
+    otherLinks: [{
+        key: 'Participate',
+        data: [{
+                value: 'We are on Hg.',
+                href: 'https://dvcs.w3.org/hg/innerhtml/'
+            }, {
+                value: 'File a bug.',
+                href: 'https://www.w3.org/Bugs/Public/buglist.cgi?component=DOM%20Parsing%20and%20Serialization&list_id=44989&product=WebAppsWG&resolution=---'
+            }, {
+                value: 'Commit history.',
+                href: 'https://dvcs.w3.org/hg/innerhtml/shortlog/'
+            }, {
+                value: 'Mailing list.',
+                href: 'http://lists.w3.org/Archives/Public/www-dom/'
+        }]
+    }],
+};