Add "Participate" section to D3E header with useful links.
--- a/html/DOM3-Events.html Wed Sep 24 12:32:45 2014 -0700
+++ b/html/DOM3-Events.html Tue Oct 07 06:53:14 2014 -0700
@@ -72,7 +72,30 @@
wgURI: ["http://www.w3.org/2008/webapps/"],
wgPublicList: "www-dom",
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/42538/status"],
- maxTocLevel: 3
+ maxTocLevel: 3,
+
+ otherLinks: [{
+ key: 'Participate',
+ data: [{
+ value: 'File a bug',
+ href: 'https://www.w3.org/Bugs/Public/enter_bug.cgi?component=DOM3%20Events&product=WebAppsWG',
+ }, {
+ value: 'Bug list',
+ href: 'https://www.w3.org/Bugs/Public/buglist.cgi?component=DOM3%20Events&list_id=21979&product=WebAppsWG&resolution=---',
+ }, {
+ value: 'Mailing list archive (www-dom)',
+ href: 'http://lists.w3.org/Archives/Public/www-dom/',
+ }, {
+ value: 'Mercurial repository',
+ href: 'https://dvcs.w3.org/hg/dom3events/',
+ }, {
+ value: 'Commit history',
+ href: 'https://dvcs.w3.org/hg/dom3events/shortlog',
+ }, {
+ value: 'DOM3 Events Wiki Home',
+ href: 'http://www.w3.org/2008/webapps/wiki/DOM3Events',
+ }],
+ }],
};
</script>
</head>