An open API service indexing awesome lists of open source software.

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

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