constance

Scripts for generating (an earlier obsolete version of) my personal web site
git clone https://code.djc.id.au/git/constance/
commit 4b2a8e441cc5365422141a005ca42b3969861eb1
parent fb3eab629dbd41cf263ab6ed02654a9e0956bfae
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 15 Aug 2010 13:54:25 +1000

fixed up homepage (TODO remove djc.id.au-specific crap)

Diffstat:
Mtemplates/homepage/index.html | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/templates/homepage/index.html b/templates/homepage/index.html
@@ -8,7 +8,13 @@ from viewutils import markdown, mini_markdown, tag_list
 ?>
 
 <head>
-    <link rel="alternate" type="application/atom+xml" title="Atom feed" href="index.atom" />
+    <link rel="alternate" type="application/atom+xml" title="Atom feed" href="firehose.atom" />
+    <meta name="ICBM" content="-27.485859,152.983643" />
+    <link rel="openid.server" href="http://www.myopenid.com/server" />
+    <link rel="openid.delegate" href="http://djc.myopenid.com/" />
+    <link rel="openid2.local_id" href="http://djc.myopenid.com" />
+    <link rel="openid2.provider" href="http://www.myopenid.com/server" />
+    <meta http-equiv="X-XRDS-Location" content="http://www.myopenid.com/xrds?username=djc.myopenid.com" />
 </head>
 
 <body py:with="sorted_blog_entries=sorted(blog_entries, key=lambda e: e.publication_date, reverse=True)">
@@ -35,7 +41,7 @@ from viewutils import markdown, mini_markdown, tag_list
             <h3 class="entry-title"><a href="blog/${item.id}">${item.title}</a></h3>
             <div class="date published">${item.publication_date.strftime(str('%-1d %b %Y'))}</div>
         </div>
-        <a href="blog/">more...</a>
+        <a href="blog/">more&#8230;</a>
     </div>
 
 </body>