RSS Feed Is Broken
For some reason when I installed 2.2, the RSS feed is broken, kaput. I’m sure there’s a logical reason, but it’s a clean install and the RSS should have come up with at least the default “Hello World” post.
hello world, logical reason, rss feed
Hello world!
// The first one who sends a trackback from another blog who can guess
// the bug in this code, I’ll PayPal you $50.
#include “stdio.h”
int main () {
printf (”Hello world!”);
return 0;
}