From: Dylan Lloyd Date: Tue, 7 Feb 2012 13:04:04 +0000 (-0500) Subject: Fixed git link which would err when looking at a project X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;ds=sidebyside;h=fd9475498aaef1e21324c9acea39463fa53fcbbe;p=dylansserver.git Fixed git link which would err when looking at a project --- diff --git a/index.php b/index.php index 88f82d2..58b10f6 100644 --- a/index.php +++ b/index.php @@ -163,7 +163,7 @@ class index extends cms {
  • git://dylansserver.com
  • + "/git/">git://dylansserver.com
  • some notes:

    diff --git a/publish_notes.py b/publish_notes.py index 3c955c3..4b711d9 100755 --- a/publish_notes.py +++ b/publish_notes.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 NOTES_DIRECTORY = '/home/dylan/docs/notes' @@ -37,5 +37,5 @@ for note in notes: VALUES(\"%s\", \"%s\", \"%s\", \"%s\")"\ % (time.strftime("%Y/%m/%d %I:%M:00", date_posted), url, title, db.escape_string(text)) - #print sql - cursor.execute(sql) + print sql + #cursor.execute(sql)