FIDD (Format ISO Download Data) =============================== Helper script to: - fetch built ISOs info (names, checksums, sizes, langs, etc.) - build a catalog (in var/definitions) that can be used for the Web site download redirector (see http://www.mageia.org/downloads/ section, source code in svn/web/www). ## Usage First, edit fidd.php and update $prefix, $bcd_path and $bcd_url if needed. Note: after cloning this git you should create some directories (var/tmp and var/definitions) in git root if you don't have them. $ mkdir var $ mkdir var/tmp $ mkdir var/definitions Then: $ make clean $ make catalog Finally, get your copy from var/definitions/data.{ini,json,yaml}. ## Code ### Licensed under MIT license (see LICENSE.txt) ### Authors - Romain d'Alverny (rda at mageia.org) ### Feedback, patches - #mageia-web on Freenode IRC - https://www.mageia.org/mailman/listinfo/mageia-webteam - or to authors