2024.fossy.us/README.md

20 lines
525 B
Markdown
Raw Normal View History

# Mirror of https://2024.fossy.us
Generated with:
```
2025-02-12 06:19:32 +00:00
cd ..
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://2024.fossy.us/
2025-02-12 06:19:32 +00:00
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/
``