Static copy of the FOSSY 2024 conference website.
Find a file
2025-02-12 17:19:32 +11:00
about Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
attend Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
credits Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
events Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
pages/tracks Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
schedule Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
site_media/media/speaker_photos Initial wget mirror of https://2024.fossy.us 2024-07-24 10:00:51 +10:00
speaker/profile Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
sponsorship Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
static/build Initial wget mirror of https://2024.fossy.us 2024-07-24 10:00:51 +10:00
travel Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
index.html Update 2024 archive after the event 2025-02-12 17:19:32 +11:00
README.md Update 2024 archive after the event 2025-02-12 17:19:32 +11:00

Mirror of https://2024.fossy.us

Generated with:

cd ..
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://2024.fossy.us/
cd 2024.fossy.us

You may then want to remove the dashboard links, since the login won't work, as well as the link to buy tickets.

find -name '*.html' -print0 | xargs -0 sed -i 's|.*Dashboard</a>||g'
find -name '*.html' -print0 | xargs -0 sed -i 's|.*Get your ticket!.*||' attend/tickets/index.html
rm dashboard.html
rm -rf tickets/
rm -rf account/
``