bilu
2nd July 2003, 17:09
Ever heard of RSS news feeds? Some readers even do HTML parsing! ;)
Take a look at this:
http://yole.ru/projects/syndirella/
This was the coolest I've found, although it need .NET framework.
But like a lot of other cool stuff (DVX for example) it worths it :)
Parsing details for Doom9 news
Description starts with: <td valign=top>
and ends with: </tr>
Date starts with: <td valign=top align=center>
and ends with: </td>
Date format: M'/'d
Parsing details for Doom9 forums
(this way you can check if there are new threads)
Description starts with: align="left" width="70%">
and ends with: </font>
Date starts with: <font color="#333333">
and ends with: </font><br>
Date format: HH:mm
Hope you enjoy it as much as I do now :)
Bilu
Take a look at this:
http://yole.ru/projects/syndirella/
This was the coolest I've found, although it need .NET framework.
But like a lot of other cool stuff (DVX for example) it worths it :)
Parsing details for Doom9 news
Description starts with: <td valign=top>
and ends with: </tr>
Date starts with: <td valign=top align=center>
and ends with: </td>
Date format: M'/'d
Parsing details for Doom9 forums
(this way you can check if there are new threads)
Description starts with: align="left" width="70%">
and ends with: </font>
Date starts with: <font color="#333333">
and ends with: </font><br>
Date format: HH:mm
Hope you enjoy it as much as I do now :)
Bilu