views:

95

answers:

3

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.

A: 

If there is no better alternative to dapper I guessI'll have to use that

Thomaschaaf
+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
A: 

You could probably subscribe to www.freshmeat.net's rss feed and only react when an even numbered version shows up.

Soraz