2024-07-30 03:56:01 +00:00
|
|
|
# Mirror of https://2024.fossy.us
|
2024-07-23 23:59:24 +00:00
|
|
|
|
|
|
|
Generated with:
|
|
|
|
|
|
|
|
```
|
2025-02-12 06:19:32 +00:00
|
|
|
cd ..
|
2024-07-23 23:59:24 +00:00
|
|
|
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/
|
2024-07-23 23:59:24 +00:00
|
|
|
``
|