From: Tim Pease Date: 2008-02-05T00:57:45+09:00 Subject: Re: Hobix Dead?? On Feb 4, 2008, at 6:35 AM, Leslie Viljoen wrote: >> >> you can 'svn co http://code.whytheluckystiff.net/svn/hobix/'. But it >> is pretty much dead. > > I had a Junebug wiki, which I used much like a blog. I put all sorts > of articles about > programming and sysadmin etc. there. Now that South Africa has daily > power outages though, I can't run it reliably at home any more and > have > been searching for an alternative. I have tried Blogger.com and > Wordpress, > but I cannot post syntax highlighted, properly formatted code on > those sites without a huge amount of hassle (ie. I interpret it with > Maruku > and paste the html in the box). > > Is there any free online blogging service that can do Ruby syntax > highlighting?? > If not, and I can get access to my own server in a non-banana > country, is there > a Ruby blogging engine that can syntax highlight code and preferably > accept posts > in Markdown? Take a look at Webby http://webby.rubyforge.org It's a not an online service, but it will handle Markdown and do syntax highlighting. Webby generates HTML files that you can sync up to your webserver. Bruce WIlliams is using it for his site, http://www.codefluency.com. It does pagination, ATOM / RSS feeds, markup, syntax highlighting, etc. Blessings, TwP