| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | retrieve draft rates in card listings | Florian Fischer | 2025-07-03 | 1 | -0/+12 |
| | | |||||
| * | fix mode and typo in scripts | Florian Fischer | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | use python to generate card listings | Florian Fischer | 2022-01-04 | 1 | -0/+51 |
| The previous make/shell based approach results in only a single placeholder id 'placeholder-0' because we invoke generate_card.py for each card which will initialize the placeholder id count each time with 0. Now we generate the whole car listing in python which greatly reduces the number of program invocations and allows the placeholder id to be incremented for each listed card. | |||||
