10 lines
342 B
Markdown
10 lines
342 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
|
|
|
|
1. Make sure the path to the Excel is correct in hackertours.py
|
|
2. Use uv to create a suitable venv
|
|
3. Run the code
|
|
4. Copy the resulting `39c3-hackertours.json` to the website docroot.
|