Static HTML of archive.p2pu.org
- Find all pages with their name / user ID
- Remove ./users/.html
- Update all links to ./users/.html to ./users/anonymous.html
- Delete any profile pictures and use default image
- Anonymize any info on ./user//contact.html
- Remove user names from alt description in user profile images
Something like ack username -l | xargs sed -i "s/username/anonymous/"
can help