Todo List
rss.php - Generates RSS file.
get_rss (RSS_URL, INPUT_CHARSET, OUTPUT_CHARSET)
example: require_once('rss.php'); echo get_rss('http://www.root.cz/rss/','I88592','UTF8');
charsets: I88592, W1250, UTF8
void get_rss( mixed $url, mixed $inputch, mixed $outputch, mixed $limit )