Note that the schedule page will need manual updates to allow visitors to switch between days.
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/
```
Add the "archived" banner:
```
find -name '*.html' -print0 | xargs -0 sed -i 's|<headerclass="clearfix d-print-none">|<headerclass="bg-washed-yellow pa2"><divclass="container"><strong>Archived:</strong> This is an archive from the 2025 conference. See <ahref="https://fossy.us/">fossy.us</a> for the latest event.</div></header><headerclass="clearfix d-print-none">|'
```
You'll also need to make some tweaks to the schedule index page to ensure the tabs work. See this [commit](https://f.sfconservancy.org/Conservancy/2024.fossy.us/commit/cc39ae64532b0c07116045ada85495f0d71e1423).
sudo sed -i 's/2024/2025/g' /etc/apache2/sites-available/420-2025.fossy.us.conf
sudo a2ensite 420-2025.fossy.us
```
After setting up the 2025 DNS and pointing the 2025 to the archive server, create an HTTPS certificate. You may need to comment out the certificate configuration temporarily: