| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | #!/bin/sh | 
					
						
							|  |  |  | PAGE=$1 | 
					
						
							|  |  |  | ROOT=$2 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-07 14:57:17 +02:00
										 |  |  | sed "s,<head>,<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://www-old.gnome.org/default.css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"$ROOT/foundation.css\" /><link rel=\"icon\" type=\"image/png\" href=\"http://www-old.gnome.org/img/logo/foot-16.png\" />,i;s,<body\([^>]*\)>,<body\1><div id=\"body\">,i;/<\/body>/,//d" $PAGE | 
					
						
							| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | cat <<-FOOT | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div id="hdr"> | 
					
						
							|  |  |  | 	<div id="logo"><a href="$ROOT/"><img src="http://www.gnome.org/img/spacer" alt="Home" /></a></div> | 
					
						
							|  |  |  | 	<div id="banner"><img src="http://www.gnome.org/img/spacer" alt="" /></div> | 
					
						
							|  |  |  | 	<p class="none"></p> | 
					
						
							|  |  |  | 	<div id="hdrNav"> | 
					
						
							|  |  |  | 		<a href="http://www.gnome.org/about/">About GNOME</a> · | 
					
						
							| 
									
										
										
										
											2004-09-28 04:25:58 +00:00
										 |  |  | 		<a href="http://www.gnome.org/start/stable/">Download</a> · | 
					
						
							| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | 		<!--<a href="http://www.gnome.org/contribute/"><i>Get Involved!</i></a> ·--> | 
					
						
							|  |  |  | 		<a href="http://www.gnome.org/">Users</a> · | 
					
						
							| 
									
										
										
										
											2009-05-17 16:29:40 +02:00
										 |  |  | 		<a href="http://library.gnome.org/devel">Developers</a> · | 
					
						
							| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | 		<a href="http://foundation.gnome.org/"><b>Foundation</b></a> · | 
					
						
							|  |  |  | 		<a href="http://www.gnome.org/contact/">Contact</a> | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-08 18:26:54 +01:00
										 |  |  | <!-- Piwik --> | 
					
						
							|  |  |  | <script type="text/javascript"> | 
					
						
							| 
									
										
										
										
											2009-11-09 20:09:23 +01:00
										 |  |  | var pkBaseURL = (("https:" == document.location.protocol) ? "https://webstats.gnome.org/" : "http://webstats.gnome.org/"); | 
					
						
							|  |  |  | document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); | 
					
						
							| 
									
										
										
										
											2009-11-08 18:26:54 +01:00
										 |  |  | </script><script type="text/javascript"> | 
					
						
							|  |  |  | try { | 
					
						
							| 
									
										
										
										
											2009-11-10 06:49:11 +01:00
										 |  |  | var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 5); | 
					
						
							| 
									
										
										
										
											2009-11-08 18:26:54 +01:00
										 |  |  | piwikTracker.trackPageView(); | 
					
						
							|  |  |  | piwikTracker.enableLinkTracking(); | 
					
						
							|  |  |  | } catch( err ) {} | 
					
						
							| 
									
										
										
										
											2009-11-10 06:49:11 +01:00
										 |  |  | </script><noscript><p><img src="http://webstats.gnome.org/piwik.php?idsite=5" style="border:0" alt=""/></p></noscript> | 
					
						
							| 
									
										
										
										
											2009-11-08 18:26:54 +01:00
										 |  |  | <!-- End Piwik Tag --> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> | 
					
						
							|  |  |  | FOOT |