Static copy of the FOSSY 2024 conference website.
about | ||
attend | ||
credits | ||
events | ||
pages/tracks | ||
schedule | ||
site_media/media/speaker_photos | ||
speaker/profile | ||
sponsorship | ||
static/build | ||
travel | ||
index.html | ||
README.md |
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/
``