https://github.com/p2pu/archive
Static HTML of archive.p2pu.org
https://github.com/p2pu/archive
Last synced: 5 months ago
JSON representation
Static HTML of archive.p2pu.org
- Host: GitHub
- URL: https://github.com/p2pu/archive
- Owner: p2pu
- License: other
- Created: 2013-11-13T08:43:47.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-04-08T07:59:31.000Z (about 1 year ago)
- Last Synced: 2025-05-21T15:54:27.534Z (about 1 year ago)
- Language: HTML
- Size: 66.9 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.html
- License: license.html
Awesome Lists containing this project
README
archive
=======
Static HTML of archive.p2pu.org
## Removing users:
- 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