ritter.vg
rss feed!
19 Apr 2009 14:29:00 EST

I am no longer a hyprocrite. I implemented an RSS feed for the site. It was a little tricky, considering I don't use a database or anything of the sort, but it works (I think). I outlined how I did it in an update of my code adventures - making the site post.

Comments
Add a comment...
required
required, hidden, gravatared

required, markdown enabled (help)
you type:you see:
*italics*italics
**bold**bold
[stolen from reddit!](http://reddit.com)stolen from reddit!
* item 1
* item 2
* item 3
  • item 1
  • item 2
  • item 3
> quoted text
quoted text
Lines starting with four spaces
are treated like code:

    if 1 * 2 < 3:
        print "hello, world!"
Lines starting with four spaces
are treated like code:
if 1 * 2 < 3:
    print "hello, world!"