Distributed social networking
Par fred, Saturday 15 December 2007 à 05:17 :: Web :: #27 :: rss
I'm toying with the idea of implementing a distributed social networking system. I want to get control back to my contacts and personal data!
To do this, here are the requirements I see for the system:
- personal data and contacts are kept and controlled by each users.
- information should be available differently to contacts and contacts of contacts than to others. So we can call one version restricted and the other one complete.
- information should be searchable.
Interesting components to implement the system are:
- openid and/or gpg could be used to authenticate the users.
- foaf could be used as a standard format to store data and exchange data.
Requirements lead to the following points:
- To satisfy point 1, the data could be published on the personal web site of the user.
- The data could be in FOAF format to satisfy point 3.
- Point 2 is the more complex. One idea could be to publish on the web only the restricted version that will be searchable by search engine. Then we need a way to handle the complete version of the data. We could use an email automate for this or a web service or a kind of web proxy that will act for the user. Anyway what we need is an agent that will act for the user to answer requests from contacts and contacts of contacts. I have to think more to find what is the best way to go.
Commentaires
1. Le Saturday 15 December 2007 à 17:39, par Per Øyvind
2. Le Saturday 15 December 2007 à 18:15, par fred
3. Le Sunday 16 December 2007 à 21:36, par rda
4. Le Monday 24 December 2007 à 17:23, par actualite
5. Le Tuesday 15 January 2008 à 14:35, par boklm
6. Le Wednesday 13 February 2008 à 22:53, par rda
7. Le Wednesday 13 February 2008 à 23:38, par fred
Ajouter un commentaire