constance

Scripts for generating (an earlier obsolete version of) my personal web site
git clone https://code.djc.id.au/git/constance/
commit ad25b4218e357166b6433b12c8c30a69218ed2e0
parent f4dd8adb6abd79fa8af2322007621752d8e4a45f
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat, 20 Sep 2008 20:27:16 +1000

idea

Diffstat:
MTODO | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/TODO b/TODO
@@ -25,3 +25,4 @@
 - alternative entry type for tumblelog-style entries (unnamed)
 - cache headers! (last-modified, e-tag)
   - also conditional request headers (got middleware maybe?)
+- use heapq.nlargest to avoid doing a full sort of entries?