r61736 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61735‎ | r61736 | r61737 >
Date:02:14, 31 January 2010
Author:tstarling
Status:deferred
Tags:
Comment:
English-only version of the squid error message, with other assorted space saving changes.
Modified paths:
  • /trunk/debs/squid/debian/changelog (modified) (history)
  • /trunk/debs/squid/debian/errors/error-en.html (added) (history)

Diff [purge]

Index: trunk/debs/squid/debian/changelog
@@ -1,3 +1,9 @@
 2+squid (2.7.6-1wm2) hardy; urgency=low
 3+
 4+ * Added error-en.html
 5+
 6+ -- Tim Starling <tstarling@wikimedia.org> Sun, 31 Jan 2010 13:11:13 +1100
 7+
28 squid (2.7.6-1wm1) hardy; urgency=low
39
410 * New upstream release
Index: trunk/debs/squid/debian/errors/error-en.html
@@ -0,0 +1,97 @@
 2+<!DOCTYPE html>
 3+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 4+<head>
 5+<title>Wikimedia Error</title>
 6+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 7+<meta name="author" content="Mark Ryan"/>
 8+<meta name="copyright" content="(c) 2005-2007 Mark Ryan and others. Text licensed under the GNU Free Documentation License. http://www.gnu.org/licenses/fdl.txt"/>
 9+
 10+<style type="text/css"><!--
 11+body {
 12+background-color: #dbe5df;
 13+font: 100% "Gill Sans MT", "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
 14+margin: 0px;
 15+}
 16+.TechnicalStuff {
 17+font-size: 0.8em;
 18+font-style: italic;
 19+text-align: center;
 20+padding-bottom: 0.8em;
 21+}
 22+.Lines {
 23+width: 100%;
 24+height: 1px;
 25+overflow: hidden;
 26+font-size: 0.5px;
 27+}
 28+.ContentArea {
 29+background-color: white;
 30+padding: 0.8em 10% 0 10%;
 31+font-size: 1.0em;
 32+}
 33+a:hover {
 34+color: red;
 35+}
 36+h1, h2 {
 37+margin: 0px;
 38+font-size: 1.0em;
 39+}
 40+h2 {
 41+background: #9fbfd8;
 42+font-size: 1.2em;
 43+font-weight: bold;
 44+text-align: center;
 45+}
 46+h1 {
 47+background: #dbe5df;
 48+font: bold 1.5em "Gill Sans MT", "Gill Sans", Helvetica, Humanist, sans-serif;
 49+text-transform: uppercase;
 50+text-align: center;
 51+width: 100%;
 52+padding-top:0.8em;
 53+}
 54+-->
 55+</style>
 56+<script>
 57+ function lines(s) {
 58+ var c = s.split(' ');
 59+ for (var i = 0; i < c.length; i++) {
 60+ document.write('<div class="Lines" style="background-color:#' + c[i] + ';"></div>');
 61+ }
 62+ }
 63+</script>
 64+</head>
 65+
 66+<body link="#24442E" text="#000000" vlink="#24442E" alink="#FF0000">
 67+<h1>Wikimedia Foundation</h1>
 68+<script>lines('ccd4cf bdc3bf adb1af 9ea09f dbe5df');</script>
 69+
 70+<h2>Error</h2>
 71+
 72+<script>lines('8f8f8f acacac c6c6c6 dbdbdb eaeaea f4f4f4');</script>
 73+
 74+<!-- BEGIN CONTENT AREA -->
 75+<div class="ContentArea">
 76+
 77+<div id="en" lang="en">
 78+<p>Our servers are currently experiencing a technical problem. This is probably temporary and should be fixed soon. Please <a href="%U" onclick="window.location.reload(false); return false">try again</a> in a few minutes.</p>
 79+<p>You may be able to get further information in the <a href="irc://chat.freenode.net/wikipedia">#wikipedia</a> channel on the <a href="http://www.freenode.net">Freenode IRC network</a>.</p>
 80+<p>The Wikimedia Foundation is a non-profit organisation which hosts some of the most popular sites on the Internet, including Wikipedia. It has a constant need to purchase new hardware. If you would like to help, please <a href="http://wikimediafoundation.org/wiki/Fundraising">donate</a>.</p>
 81+<hr noshade="noshade" size="1px" width="80%" />
 82+<div class="TechnicalStuff">
 83+If you report this error to the Wikimedia System Administrators, please include the details below.<br/>
 84+</div>
 85+<div class="TechnicalStuff">
 86+<bdo dir="ltr">
 87+Request: %M %U, from %i via %h (%s) to %H (%I)<br/>
 88+Error: %c, errno %E at %T
 89+</bdo>
 90+</div>
 91+</div>
 92+
 93+</div>
 94+<script>lines('9ea09f adb1af bdc3bf ccd4cf');</script>
 95+
 96+</body>
 97+</html>
 98+

Status & tagging log