Migrating blogs to jekyll
Finally got fed up with my slow publishing, tried out jekyll on github.io and really liked it so decided to migrate this from django zinna and some custom models over to jekyll.
toot-toot!
Adding syntax highlighting to the SimpleLog
Since my primary use case here is to keep a log of my own development explorations, so having code syntax highlighting and the ability to show command line type blurbs are needed.
Here is what I am thinking, just need to find a way to make this happen with SimpleLog. http://code.google.com/p/syntaxhighlighter/
Here is a nice investigation of syntax highlighting, http://blog.reindel.com/2007/09/06/beautify-your-blogs-code-samples-with-these-syntax-highlighters/
Migrated: from simplelog 2014-07-03
Reference: http://code.google.com/p/syntaxhighlighter/ http://blog.reindel.com/2007/09/06/beautify-your-blogs-code-samples-with-these-syntax-highlighters/
toot-toot!
Just installed SimpleLog 2.0.22
Seems pretty sweet so far, but my days with FastCGI are over before they ever really began, that think is kinda a pile of poop, mongrel seems to do the job for now, will need to see if I can make it work.
Found this on the Apache mailing list: http://mail-archives.apache.org/mod_mbox/httpd-users/200601.mbox/%[email protected]%3e
Looks like I am having a problem setting up my proxy that other people get too. I have mongrel working on it’s own, just not with apache :(
toot-toot!