11 lines
425 B
Markdown
11 lines
425 B
Markdown
# Create a schedule.xml from the Hackertours planning Excel
|
|
|
|
Code based on https://github.com/voc/schedule/tree/master/voc
|
|
|
|
## Generating the schedule.xml
|
|
|
|
2. Use uv to create a suitable venv
|
|
3. Run `python hackertours.py .../path/to/39C3-Tour-Planning.xlsx`
|
|
4. Copy the resulting `39c3-hackertours.json` to the website docroot.
|
|
|
|
For 39C3, the resulting file lives at https://hackertours.hamburg.ccc.de/39c3-hackertours.json
|