https://github.com/stef/omnom
a replacement for del.icio.us - with snapshotting of webpages
https://github.com/stef/omnom
Last synced: over 1 year ago
JSON representation
a replacement for del.icio.us - with snapshotting of webpages
- Host: GitHub
- URL: https://github.com/stef/omnom
- Owner: stef
- Created: 2021-03-28T22:37:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T22:38:30.000Z (over 5 years ago)
- Last Synced: 2025-02-01T23:17:19.608Z (over 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Required packages:
python
django
MongoDB >= 1.6.5
python-pymongo
django-registration
django-mongokit
django-tinymce
lxml
beautifulsoup
...
== Federation thoughts ==
- Server A and Server B want to federate. Admins add each others public key to their DB.
- Each server maintains an escrow set
- When a new bookmark comes in to server A, it chooses one (or more) of its friends
at random and escrows a copy of the bookmark to there.
Questions:
- How do servers protect their user information?
FriendlyServer:
address
pubkey
EscrowSet:
fromserver
bookmarks