I want to write a little app for myself which notifies me if there is a new version of php or mysql but I would need a feed or an xml file to read it from.
views:
95answers:
3
A:
If there is no better alternative to dapper I guessI'll have to use that
Thomaschaaf
2008-11-13 20:41:21
+5
A:
PHP.net provides one http://www.php.net/releases/index.php?serialize=1
An alternative that may allow you to add additional software later is looking into the feeds provided by freshmeat: http://freshmeat.net/projects/mysql/
preinheimer
2008-11-13 20:55:45
A:
You could probably subscribe to www.freshmeat.net's rss feed and only react when an even numbered version shows up.
Soraz
2008-11-13 20:56:23