summaryrefslogtreecommitdiff
path: root/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html132
1 files changed, 97 insertions, 35 deletions
diff --git a/templates/500.html b/templates/500.html
index 84954d9..f45b240 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,37 +1,99 @@
-{% extends 'base.html' %}
-{% load typogrify %}
-{% block pagetitle %}Luxagraf | Internal Server Error {% endblock %}
-{% block metadescription %}Luxagraf: {{object.dek|striptags|safe}}{% endblock %}
-
-
- {% block title %}500 Internal Server Error{% endblock %}
-
-
- {% block primary %}
-
- <p>Holy crap, you broke the internet. The proper authorities have been notified and it will most likely be working again soon.</p>
-
- {% endblock %}
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Luxagraf | Internal Server Error</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <script>
+ document.createElement('header');
+ document.createElement('nav');
+ document.createElement('section');
+ document.createElement('article');
+ document.createElement('aside');
+ document.createElement('footer');
+ document.createElement('time');
+ document.createElement('hgroup');
+ </script>
+
+
+ <link rel="alternate"
+ type="application/rss+xml"
+ title="RSS 2.0"
+ href="http://feeds2.feedburner.com/luxagraf/blog">
+
-
+ <link rel="stylesheet"
+ href="http://media.luxagraf.net//css/base.css"
+ type="text/css"
+ media="screen"
+ charset="utf-8">
+
+<!--[if IE 6]><link rel="stylesheet" href="http://new.luxagraf.net/media/css/ie6.css" type="text/css" media="screen, projection"><![endif]-->
+
+ <link rel="shortcut icon"
+ href="http://media.luxagraf.net/img/favicon.ico"
+ type="image/vnd.microsoft.icon">
+
+ <link rel="apple-touch-icon"
+ href="http://media.luxagraf.net/img/luxagrafiphoneicon.png">
+
+ <meta name="author" content="luxagraf">
+ <meta name="description"
+ content="{% block metadescription %}Luxagraf: a travelogue of sorts, Recording journeys around the world and just next door.{% endblock %}">
+ <meta name="keywords"
+ content="luxagraf writing travel authors philosophy ramblings">
+ <meta name="copyright"
+ content="Licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 License">
+
-{% block sidebar %}
-<div id="sidebar">
- <div id="nav" class="first"><a href="{{featured.get_previous_published.get_absolute_url}}" title="">&laquo;Previous</a></div>
- <div class="blok">
- <h4>Topography</h4>
- {% chunk "regions_sidebar" %}
- </div>
- <div class="blok">
- <h4>About Luxagraf</h4>
- {% chunk "about_sidebar" %}
-
- </div>
-
- <div class="blok">
- <h4>Follow Along</h4>
- {% chunk "follow_sidebar" %}
- </div>
-</div><!-- sidebar -->
-
-{% endblock %} \ No newline at end of file
+ <link rel="openid.server"
+ href="http://www.myopenid.com/server" >
+
+ <link rel="openid.delegate"
+ href="http://luxagraf.myopenid.com/" >
+
+<meta name="verify-v1" content="ZCZSYGNdjeLCPx5trSQELyhY9kq9N7CznTcv5JFkpnM=">
+</head>
+
+<body>
+ <header>
+ <nav>
+ <ul>
+ <li id="stories"><a href="/writing/1/" title="An archive of previous writings from around the world">I write.</a></li>
+ <li id="map" title="Maps and miscellanea"><a href="/map/">I travel.</a></li>
+ <li id="photos" title="Photos from travels around the world"><a href="/photos/1/">I photograph.</a></li>
+ </ul>
+ </nav>
+ <hgroup>
+ <h1><a href="/" title="home">Luxagraf</a></h1>
+ <h2><a href="/about/" title="About Luxagraf">{a travelogue}</a></h2>
+ </hgroup>
+ </header>
+
+ <article>
+ <h1>Server Error</h1>
+ <p>Holy crap, you broke the internet. The proper authorities have been notified and it will most likely be working again soon.</p>
+ </article>
+
+ <div id="clearfix"></div>
+ <footer>
+ <nav>
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/writing/1/">Writing</a></li>
+ <li><a href="/map/">Map</a></li>
+ <li><a href="/photos/1/">Photographs</a></li>
+ <li><a href="/contact/">Contact</a></li>
+ </ul>
+ </nav>
+ <div>
+
+ <section id="license">
+ <p>All content licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en" title="read the Attribution-Noncommercial-Share Alike 3.0 deed">details</a>). <span>Built with <a href="http://geodjango.org/" title="a GeoDjango joint">GeoDjango</a> and hosted on <a href="http://www.webfaction.com/" title="webfaction">Webfaction</a>.</span></p>
+ </section>
+ </div>
+ </footer>
+</body>
+</html>
+
+ {% endblock %}
+ \ No newline at end of file