Meta/genMaintNotes.perl: drop the chrome

Junio C Hamano committed Sep 28, 2011 at 18:12 UTC 71ad357f5f8573a894f5f08983e449f6cd969758
1 file changed +1 -16
genMaintNotes.perl
+1 -16
@@ -1,8 +1,6 @@
1 #!/usr/bin/perl -w
2
3 print <<'EOF' ;
4 -<html>
5 -<head>
4 <style>
5 div.inset {
6 background: #aff;
@@ -34,10 +32,7 @@ border: none;
32 float: right;
33 }
34 </style>
37 -</head>
38 -<body>
39 -<img src="Kun-Wave.gif" id="git" width="64" height="64" />
40 -<h1>A Message from the Git Maintainer</h1>
35 +<img height="64" id="git" src="http://www.kernel.org/%7Ejunio/Kun-Wave.gif" width="64" />
36 EOF
37
38 sub show_links {
@@ -105,13 +100,3 @@ while (<>) {
100 print "<p>$_</p>\n\n";
101 }
102 }
108 -
109 -print <<'EOF' ;
110 -<a href="http://www.ohloh.net/accounts/5439?ref=Detailed">
111 -<img height='35' width='191' id='ohloh-badge'
112 -src='http://www.ohloh.net/accounts/5439/widgets/account_detailed.gif'
113 -alt="ohloh profile for Junio C Hamano" />
114 -</a>
115 -</body>
116 -</html>
117 -EOF