To generate the final html file:
- Run
python generate_index_file.py
to aggregate participants into participants.xml file - Create the html file by running:
xml tr hackathon.xsl index.xml > index.html
You will need to install xml starlet on your machine to run the xml
command.
Open the final html file with your favorite browser!