./md5xml.py '1.5.22' ../Joomla_1.5.22-Stable-Full_Package-bz2
./md5xml.py = the script you're running
'1.5.22' = the version of Joomla for which you're creating a new XML file
../Joomla_1.5.22-Stable-Full_Package-bz2 = the path to the directory where the complete unzipped copy of the Joomla installation file is found
alzander wrote: In the future, we may include our (PHP based) XML generator as well as your Python script, if you're ok with it.
system("md5xml.py '1.5.22' ../Joomla_1.5.22-Stable-Full_Package-bz2");
timblack1 wrote: I created an initial PHP version called md5xml.php for use on servers where Python is not an option. The PHP version is not (yet) as configurable as the Python version, but if you read through the code you can probably figure out where to modify it to get it to work for you.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.