Add "Participate" section to D3E header with useful links.
authorGary Kacmarcik <garykac@google.com>
Tue, 07 Oct 2014 06:53:14 -0700
changeset 681 b313f98c45dd
parent 680 4a6c90dcf03d
child 682 1892a1d89cb2
Add "Participate" section to D3E header with useful links.
html/DOM3-Events.html
--- 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>