aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: c776bb5c428b507d60c147a32fa0b113211016c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 extract.php and update $prefix, $bcd_path and $bcd_url.

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