X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=cgi%2Frss.c;h=c35e33bab479d9c5c486c3b180e16e30563d7537;hb=7d8ef1902ef3030991b50a9414116a0615ac49d9;hp=ae8cfeaa515549606d6e7fd50648b2c331f9fb9c;hpb=4eeb1971141848bfc2c13c275208a906048a3e25;p=blerg.git diff --git a/cgi/rss.c b/cgi/rss.c index ae8cfea..c35e33b 100644 --- a/cgi/rss.c +++ b/cgi/rss.c @@ -1,3 +1,6 @@ +/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a + * BSD-style license. Please see the COPYING file for details. + */ #include #include #include @@ -99,6 +102,6 @@ int main (int argc, char *argv) { printf("Content-type: application/rss+xml\r\n\r\n"); - fprint_rss(stdout, "chip"); + fprint_rss(stdout, info.author); }