Méthode | Description | |
---|---|---|
Main ( string args ) : void |
A trivial RSS reader with local caching.
|
Méthode | Description | |
---|---|---|
Add ( string urls ) : void |
Add the specified urls to the RSS dictionary.
|
|
ParseAndPrintRssData ( string rssdata ) : void |
Parse and print some RSS data. This doesn't do a particularily good job of parsing/printing.
|
|
Print ( ) : void |
Print all the RSS data in the dictionary.
|
|
Update ( ) : void |
Get the latest RSS for all the URLs in the dictionary.
|
public static Main ( string args ) : void | ||
args | string | /// No arguments: print the RSS. '-update': update all the RSS feeds in the /// dictionary. Otherwise add all arguments to the dictionary as URLs. /// |
Résultat | void |