]> git.openstreetmap.org Git - rails.git/commitdiff
message with a logo and link to Contact page
authorHarry Wood <mail@harrywood.co.uk>
Sat, 8 Nov 2008 16:41:51 +0000 (16:41 +0000)
committerHarry Wood <mail@harrywood.co.uk>
Sat, 8 Nov 2008 16:41:51 +0000 (16:41 +0000)
public/404.html
public/500.html

index 0e1845619d8d06bf998b2b2aff7c2241c7abd009..16abbfca0e03f0483709dcbf6e08b06319ac42e5 100644 (file)
@@ -2,7 +2,11 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
-  <h1>File not found</h1>
-  <p>Change this error message for pages not found in public/404.html</p>
+  <img src="http://www.openstreetmap.org/images/osm_logo.png" style="float:left; margin:10px">
+  <div style="float:left;">
+    <h1>File not found</h1>  
+    <p>Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)</p>
+    <p>Feel free to <a href="http://wiki.openstreetmap.org/index.php/Contact" title="Various contact channels explained">contact</a> the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.</p>
+  </div>
 </body>
 </html>
\ No newline at end of file
index ab95f74c4661b6ebc19908a47d1ce39f4b66087a..552024a2db5cd8829bd528c5ade2022b1564ff91 100644 (file)
@@ -2,7 +2,12 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
-  <h1>Application error</h1>
-  <p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html</p>
+  <img src="http://www.openstreetmap.org/images/osm_logo.png" style="float:left; margin:10px">
+  <div style="float:left;">
+    <h1>Application error</h1>
+    <p>The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)</p>
+    <p>Feel free to <a href="http://wiki.openstreetmap.org/index.php/Contact" title="Various contact channels explained">contact</a> the OpenStreetMap community if your problem persists. Make a note of the exact URL / post data of your request.</p>
+    <p>This may be a problem in our Ruby On Rails code. 500 ocurrs with exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code)</p>
+  </div>
 </body>
 </html>
\ No newline at end of file