[development] up-to-date function
Ralf Stamm
Flanker at gmx.com
Fri Mar 3 20:54:06 UTC 2006
Hi,
i am working on the module System Info, http://drupal.org/node/48602, which
includes a up-to-date function.
With these function the user can check if the module files of the local
drupal installation are up to date.
But I need an interface at drupal.org to get infos like cvs file id and md5
checksum.
For example an interface can looks like this:
request:
http://drupal.org/uptodate/module/systeminfo/4.7
response:
<?xml version=1.0" encoding="utf-8"?>
<drupal>
<module name="System Info">
<name>systeminfo</name>
<branch>4.7</branch>
<id>1.4</id>
<md5>201E0700D75E565FBD17FA95D90F99D3</md5>
</module>
</drupal>
What do you think ?
Or is already there an interface? Or another way?
Or i am wrong?
Thanks, Ralf
More information about the development
mailing list