<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robert</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robert"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/Robert"/>
	<updated>2026-04-26T11:29:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=22838</id>
		<title>social-network-portability</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=22838"/>
		<updated>2007-10-23T17:12:23Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Social Network Portability &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Social network portability is one of several [[user-interface]] ideas and suggestions for working with microformats in the area of [[data-portability]].&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
Why is it that every single social network community site makes you:&lt;br /&gt;
* re-enter all your personal profile info (name, email, birthday, URL etc.)?&lt;br /&gt;
* re-add all your friends?&lt;br /&gt;
&lt;br /&gt;
In addition, why do you have to:&lt;br /&gt;
* re-turn off notifications?&lt;br /&gt;
* re-specify privacy preferences?&lt;br /&gt;
* re-block [http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html negative people]?&lt;br /&gt;
&lt;br /&gt;
AKA &amp;quot;social network fatigue problem&amp;quot; and &amp;quot;social network update/maintenance problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The Goals ==&lt;br /&gt;
When you join a new site, you should be able to ''import'' or preferably ''subscribe'' to&lt;br /&gt;
* your profile information&lt;br /&gt;
* your social network&lt;br /&gt;
from any existing profile of yours. &lt;br /&gt;
&lt;br /&gt;
In addition it would be nice if preferences around:&lt;br /&gt;
* notifications&lt;br /&gt;
* [[privacy]]&lt;br /&gt;
also transferred between profiles.&lt;br /&gt;
&lt;br /&gt;
AKA a social internetwork, a network of social networks.&lt;br /&gt;
&lt;br /&gt;
== Design Patterns and Recipes ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;How To&amp;quot; for social network profile sites that want to solve the above problems and achieve the above goals.&lt;br /&gt;
&lt;br /&gt;
# Publish microformats in your user profiles:&lt;br /&gt;
## implement [[hcard|hCard]] on user profile pages, including [[xfn]] rel=&amp;quot;me&amp;quot; on hyperlinks to users' blogs or home pages that they specify.  See [[hcard-supporting-profiles]] for sites that have already done this.&lt;br /&gt;
## implement [[hcard|hCard]]+[[xfn|XFN]] on the list of friends on your user profile pages. Use [[xfn]] rel=&amp;quot;me&amp;quot; to link to friends list pages and friends list pagination links too. See [[hcard-xfn-supporting-friends-lists]] for sites that already do this. (e.g. [[http://twitter.com/ Twitter]]).&lt;br /&gt;
# Subscribe to microformats for your user profiles:&lt;br /&gt;
## when signing up a new user:&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; from one of their existing [[hcard-supporting-profiles]], their name, their icon etc.  [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Satisfaction Inc already supports this] ([http://staging.getsatisfaction.com/people/new sign up page]).&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; their list of friends from one of their existing [[hcard-xfn-supporting-friends-lists|hCard+XFN supporting friends lists]]. [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Dopplr.com already supports this] ([http://www.flickr.com/photo_zoom.gne?id=576635008&amp;amp;size=o screenshot]).&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Groups ===&lt;br /&gt;
* [http://ma.gnolia.com/groups/PSN Ma.gnolia Portable Social Networks group] for aggregated bookmarks around the subject and join the group to share links.&lt;br /&gt;
* [http://upcoming.yahoo.com/group/3601/ Upcoming Social Network Portability group] for events to discuss and implement social network portability.&lt;br /&gt;
=== Open Source ===&lt;br /&gt;
* [[hKit]] - web service and open source PHP for parsing/importing/subscribing to [[hcard-supporting-profiles|hCard open user profiles]].&lt;br /&gt;
* &amp;quot;[http://opensocialgraph.plaxo.com/ Online Identity Consolidator]&amp;quot; rel=&amp;quot;me&amp;quot; web parser/crawler web service and open source Python.&lt;br /&gt;
* &amp;quot;[http://django-psn.googlecode.com/svn/trunk/readme.html Django-PSN (portable social networks)]&amp;quot; open source for a user interface to create links on a social network profile to &amp;quot;other profiles&amp;quot; marked up with rel=&amp;quot;me&amp;quot; naturally.  The code can be seen in action on the [http://pownce.com Pownce] website, e.g. on [http://pownce.com/t/ a Pownce profile page that links to other profiles of the same user]. This is a great complement to the above Plaxo Online Identity Consolidator. What Django-PSN publishes, Plaxo Online Identity Consolidator parses.&lt;br /&gt;
* [http://code.google.com/p/identity-matcher/ identity-matcher] - Rails plugin to match identities and social network information from sites such as GMail, Twitter, Flickr, Facebook and any site supporting appropriate microformats. This code was extracted and contributed from Dopplr.&lt;br /&gt;
&lt;br /&gt;
=== User Interfaces ===&lt;br /&gt;
* &amp;quot;[http://gerardramos.com/mf/ Social Network Portability with Microformats]&amp;quot; - a user interface that lets you check how portable your social network is across various sites.&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability FAQ ==&lt;br /&gt;
See [[social-network-portability-faq]].&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
*[[events/2007-07-28-portable-social-networks-meetup|2007-07-28 portable social networks initial meeting]] between Daniel Burka, [[User:Tantek|Tantek Çelik]], Eran Globen, Brian Oberkirch at Ritual Coffee Roasters, San Francisco, CA. Discussed portable social networks, simplified and crystalized problem statement (with progressive problems to solve), goals, design patterns, recipes. Created [[social-network-portability]] page.&lt;br /&gt;
* [[events/2007-08-19-social-network-portability-today|2007-08-19 BarCampBlock session on social network portability TODAY]] at Princeton Review offices, High Street, Palo Alto, CA. Reviewed problem statement, how sites can use the [[hcard|hCard]] and [[xfn|XFN]] microformats *today* to become a node on the &amp;quot;open social web&amp;quot; (phrase introduced).&lt;br /&gt;
* [[events/2007-08-28-social-network-portability-today|2007-08-28 Social Network Portability Today]] lunchtime meetup&lt;br /&gt;
* [[events/2007-09-05-dconstruct-microformats-workshop|2007-09-05 d.Construct workshop on microformats]] which covered both [[data-portability]] and [[social-network-portability]].&lt;br /&gt;
* [[events/2007-09-08-social-network-portability|2007-09-08 BarCampBrighton session on social network portability]] at Madgex offices, North Street, Brighton, England.&lt;br /&gt;
* [[events/2007-09-25-social-network-portability|2007-09-25 Portable Social Network Micro Meetup]] at Citizen Space, San Francisco, CA, USA.&lt;br /&gt;
*[[events/2007-09-28-portable-social-networks-meetup-amsterdam|2007-09-28 Portable Social Network Panel]] at PICNIC in Amsterdam, Netherlands&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-10-04&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web: Social Network Portability]]&amp;lt;/span&amp;gt; by Tantek Çelik &amp;amp;mdash; &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Gij&amp;amp;oacute;n&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Spain&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
See the microformats [[events]] page for upcoming events related to social network portability.&lt;br /&gt;
&lt;br /&gt;
== Articles and blog posts ==&lt;br /&gt;
Note: if you know of or can find earlier mentions on the web of the phrases &amp;quot;portable social network&amp;quot; or &amp;quot;social network portability&amp;quot;, please add the earliest reference elsewhere on the web to this chronology. [[User:Tantek|Tantek]] 08:25, 22 Aug 2007 (PDT).&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 Jon Hicks: [http://www.flickr.com/photos/hicksdesign/298271647/ The straw that broke this camels back]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Thats the last social service that involves me adding all my friends in all over again. Life is too chuffing short.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Please, can someone come up with some way of avoiding this repetition of 'buddies'?!&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-15&amp;lt;/strong&amp;gt; [http://twitter.com/drewm/statuses/68199 Drew McLellan on Twitter]: (Perhaps the earliest mention of the concept of social network portability.) &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Thinking that we really need to join the dots with XFN and make social networks portable.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-15&amp;lt;/strong&amp;gt; [http://twitter.com/adactio/statuses/68412 Jeremy Keith on Twitter]: (first known reference to &amp;quot;&amp;lt;strong&amp;gt;portable social networks&amp;lt;/strong&amp;gt;&amp;quot;) &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt; Agreeing with Drew about using XFN to create portable social networks. If we don't, Jon is going to go postal.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; The mention of Jon is likely a reference to the [http://www.flickr.com/photos/hicksdesign/298271647/ above-mentioned Flickr photo].&lt;br /&gt;
* 2006-11-19 Phil Gyford: [http://www.gyford.com/phil/writing/2006/11/19/your_single_soci.php Your single social network] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I really, really want a single service where I can say “these people are my friends” and then when I sign up to any new website I can sync it with my previously-defined social network.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2006-11-21 Jeremy Keith: [http://adactio.com/journal/1209/ Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Here’s what I want: when I go to the latest social networking fadsite, I want it to ask for my URL. Then it can go off and fetch my [[hcard|hCard]] and [[xfn|XFN]] list. A pre-filled form for my details and a pre-filled list of potential contacts can then be presented to me.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2006-11-21 Derek Featherstone: [http://www.boxofchocolates.ca/archives/2006/11/21/solving-problems-with-social-networking Solving problems with social networking]&lt;br /&gt;
* 2006-11-22 Thomas Vander Wal: [http://www.personalinfocloud.com/2006/11/following_frien.html Following Friends Across Walled Gardens] - first mention of &amp;quot;portable social network&amp;quot; but in reference to quoting Jeremy Keith&lt;br /&gt;
* 2006-11-23 Jeremy Keith: [http://adactio.com/journal/1212/ More thoughts on portable social networks] - describes the process of portability&lt;br /&gt;
* 2006-11-23 Glenn Jones: [http://www.glennjones.net/Post/820/Microformatsandportablesocialnetwork.htm Microformats and portable social network] - talks about portable social networks in the backnetwork&lt;br /&gt;
* 2006-11-23 Velvetsarah has [http://www.velvet.id.au/2006/11/23/portable-social-networks/ posted a screenshot and brainstorm] about how a site could handle importing XFN enabled contacts. See [[social-network-portability-interfaces]] for more.&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-24&amp;lt;/strong&amp;gt; [http://microformats.org/wiki?title=user-interface&amp;amp;diff=10524&amp;amp;oldid=10523 &amp;quot;&amp;lt;strong&amp;gt;social network portability&amp;lt;/strong&amp;gt;&amp;quot; phrase and problem statement introduced to microformats wiki] by [[User:Tantek|Tantek Çelik]] &lt;br /&gt;
* 2007-03-11 Robert Gaal: [http://www.53miles.com/archives/making-openid-your-only-online-profile-alpha-dash Making OpenID your only online profile: Alpha Dash] - An abstract attempt to create one dashboard, to be used as a starting point for all social networks. It contains four elements: identity, ownership, presence and contacts (see comments also)&lt;br /&gt;
* 2007-05-16 [http://2007.xtech.org/public/schedule/paper/69 What is your provenance?] by Gavin Bell for Xtech 2007. Also available on [http://video.google.com/videoplay?docid=-8663100900373306094 Google Video]&lt;br /&gt;
* 2007-06-20 Alper Çuğun: [http://fourstarters.com/2007/06/20/the-future-of-everything-is-social-consolidate-and-take-back-your-social-network/ The Future of Everything is Social: Consolidate and take back your social network]&lt;br /&gt;
* 2007-07-17 Kevin Lawver: [http://www.lawver.net/archive/2007/07/17/h12_portable_social_networks_at_mashup_camp.php A Portable Social Network Prototype] - A simple Ruby on Rails app that uses OpenID + XFN to look for users of the site w/ the same homepage as the href value and allows you to add them as contacts.&lt;br /&gt;
*[http://www.plaxo.com/about/releases/release-20070718 2007-07-17 Plaxo Pushes For &amp;quot;Open Social Web&amp;quot;: Endorses and implements key open standards, OpenID and microformats]&lt;br /&gt;
* 2007-07-18 Jeremiah Owyang: [http://twitter.com/jowyang/statuses/156097392 Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What if we could port all our friends and family from one social network to another. Why do we have to continue to add people = annoying&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-07-18 Brian Oberkirch: [http://www.brianoberkirch.com/2007/07/18/highrise-microformats-and-portable-social-networks/ Highrise, microformats and portable social networks]&lt;br /&gt;
* 2007-07-24 Thomas Vander Wal: [http://vanderwal.net/random/entrysel.php?blog=1937 Sharing and Following/Listening in the Social Web]&lt;br /&gt;
* See [[events/2007-07-28-portable-social-networks-meetup#blog_posts|blog posts following up]] from the [[events/2007-07-28-portable-social-networks-meetup|2007-07-28-portable social networks meetup]].&lt;br /&gt;
* 2007-08-01 Jeffrey Zeldman: [http://www.zeldman.com/2007/08/01/social-network-portability/ &amp;quot;InterNetwork&amp;quot; regarding social network portability]&lt;br /&gt;
* 2007-08-02 &lt;br /&gt;
** [http://www.brosbeforeblogs.com/2007/08/identity-crisis.html Identity Crisis part 1] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;We need to put the ownership of how we define relationships online in the hands of the individual, not the services that utilize them.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;My theory on how this should be accomplished is based on a marriage of OpenID and an open standard for defining relationships such as the [[XFN]] [http://microformats.org/ Microformat]. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** [http://www.brianoberkirch.com/2007/08/02/deeelightful-making-profile-import-a-snap/ Deeelightful: Making Profile Import a Snap] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Why not make it simple for them to jumpstart a profile by reusing information they already have on the [[hcard|Web? Some forward thinking Web services are marking up user profile data with hCard, a microformat that]] signifies a person, place or organization is being described.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-08-08 Brian Oberkirch: [http://www.brianoberkirch.com/2007/08/08/building-blocks-for-portable-social-networks/ Building Blocks for Portable Social Networks]&lt;br /&gt;
* 2007-08-15 [http://news.bbc.co.uk/1/hi/technology/6944653.stm Pull down the walled gardens] Internet law professor Michael Geist says the walled gardens of social networks should be pulled down.&lt;br /&gt;
* 2007-08-16 Stephanie Booth: [http://climbtothestars.org/archives/2007/08/16/we-need-structured-portable-social-networks-spsn/ We Need Structured Portable Social Networks (SPSN)] (links to two more posts on the subject, but not certain they're relevant enough for a separate listing; edit as you see fit)&lt;br /&gt;
* 2007-08-17 [http://bradfitz.com/social-graph-problem/ Thoughts on the Social Graph] by Brad Fitzpatrick.&lt;br /&gt;
* 2007-08-25 [http://www.ignitesocialmedia.com/linking-it-all-%e2%80%93-social-network-portability/ Linking It All-Social Network Portability] by Mike Lotz for Ignite Social Media&lt;br /&gt;
* 2007-09-03 [http://themaninblue.com/writing/perspective/2007/09/03/ There are no social networks] by Cameron Adams&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;If you can't see my friends and let my friends be seen, you'll be washed up and hung out to dry.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-09-07 [[User:LynX|Carlo v. Loesch]]: [http://about.psyc.eu/Social_network#But.._why_microformats.3F Privacy and the web? Notification and HTTP? Are you looking at the right technologies!?]&lt;br /&gt;
&lt;br /&gt;
See [http://ma.gnolia.com/groups/PSN ma.gnolia Portable Social Network Group] for aggregated bookmarks around the subject and join the group to share links.&lt;br /&gt;
&lt;br /&gt;
[http://technorati.com/search/microformats.org/wiki/social-network-portability View blog reactions] to this page.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Beware of and avoid [[social-network-anti-patterns]]!&lt;br /&gt;
* See and add to [[social-network-portability-issues]].&lt;br /&gt;
&lt;br /&gt;
== Alternative Approaches ==&lt;br /&gt;
Non-web based:&lt;br /&gt;
* [http://about.psyc.eu psyc] and [http://www.psyced.org psyced], a decentralized multi-protocol chat and event notification system with [http://about.psyc.eu/Social_Network friendship] and [http://about.psyc.eu/Trust trust] modeling.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[social-network-portability-interfaces]]&lt;br /&gt;
* [[social-network-portability-faq]]&lt;br /&gt;
* [[social-network-portability-issues]]&lt;br /&gt;
* [[social-network-anti-patterns]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[data-portability]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=22826</id>
		<title>social-network-portability</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=22826"/>
		<updated>2007-10-23T17:12:04Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Social Network Portability &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Social network portability is one of several [[user-interface]] ideas and suggestions for working with microformats in the area of [[data-portability]].&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
Why is it that every single social network community site makes you:&lt;br /&gt;
* re-enter all your personal profile info (name, email, birthday, URL etc.)?&lt;br /&gt;
* re-add all your friends?&lt;br /&gt;
&lt;br /&gt;
In addition, why do you have to:&lt;br /&gt;
* re-turn off notifications?&lt;br /&gt;
* re-specify privacy preferences?&lt;br /&gt;
* re-block [http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html negative people]?&lt;br /&gt;
&lt;br /&gt;
AKA &amp;quot;social network fatigue problem&amp;quot; and &amp;quot;social network update/maintenance problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The Goals ==&lt;br /&gt;
When you join a new site, you should be able to ''import'' or preferably ''subscribe'' to&lt;br /&gt;
* your profile information&lt;br /&gt;
* your social network&lt;br /&gt;
from any existing profile of yours. &lt;br /&gt;
&lt;br /&gt;
In addition it would be nice if preferences around:&lt;br /&gt;
* notifications&lt;br /&gt;
* [[privacy]]&lt;br /&gt;
also transferred between profiles.&lt;br /&gt;
&lt;br /&gt;
AKA a social internetwork, a network of social networks.&lt;br /&gt;
&lt;br /&gt;
== Design Patterns and Recipes ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;How To&amp;quot; for social network profile sites that want to solve the above problems and achieve the above goals.&lt;br /&gt;
&lt;br /&gt;
# Publish microformats in your user profiles:&lt;br /&gt;
## implement [[hcard|hCard]] on user profile pages, including [[xfn]] rel=&amp;quot;me&amp;quot; on hyperlinks to users' blogs or home pages that they specify.  See [[hcard-supporting-profiles]] for sites that have already done this.&lt;br /&gt;
## implement [[hcard|hCard]]+[[xfn|XFN]] on the list of friends on your user profile pages. Use [[xfn]] rel=&amp;quot;me&amp;quot; to link to friends list pages and friends list pagination links too. See [[hcard-xfn-supporting-friends-lists]] for sites that already do this. (e.g. [[http://twitter.com/ Twitter]]).&lt;br /&gt;
# Subscribe to microformats for your user profiles:&lt;br /&gt;
## when signing up a new user:&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; from one of their existing [[hcard-supporting-profiles]], their name, their icon etc.  [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Satisfaction Inc already supports this] ([http://staging.getsatisfaction.com/people/new sign up page]).&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; their list of friends from one of their existing [[hcard-xfn-supporting-friends-lists|hCard+XFN supporting friends lists]]. [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Dopplr.com already supports this] ([http://www.flickr.com/photo_zoom.gne?id=576635008&amp;amp;size=o screenshot]).&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Groups ===&lt;br /&gt;
* [http://ma.gnolia.com/groups/PSN Ma.gnolia Portable Social Networks group] for aggregated bookmarks around the subject and join the group to share links.&lt;br /&gt;
* [http://upcoming.yahoo.com/group/3601/ Upcoming Social Network Portability group] for events to discuss and implement social network portability.&lt;br /&gt;
=== Open Source ===&lt;br /&gt;
* [[hKit]] - web service and open source PHP for parsing/importing/subscribing to [[hcard-supporting-profiles|hCard open user profiles]].&lt;br /&gt;
* &amp;quot;[http://opensocialgraph.plaxo.com/ Online Identity Consolidator]&amp;quot; rel=&amp;quot;me&amp;quot; web parser/crawler web service and open source Python.&lt;br /&gt;
* &amp;quot;[http://django-psn.googlecode.com/svn/trunk/readme.html Django-PSN (portable social networks)]&amp;quot; open source for a user interface to create links on a social network profile to &amp;quot;other profiles&amp;quot; marked up with rel=&amp;quot;me&amp;quot; naturally.  The code can be seen in action on the [http://pownce.com Pownce] website, e.g. on [http://pownce.com/t/ a Pownce profile page that links to other profiles of the same user]. This is a great complement to the above Plaxo Online Identity Consolidator. What Django-PSN publishes, Plaxo Online Identity Consolidator parses.&lt;br /&gt;
* [http://code.google.com/p/identity-matcher/ identity-matcher] - Rails plugin to match identities and social network information from sites such as GMail, Twitter, Flickr, Facebook and any site supporting appropriate microformats. This code was extracted and contributed from Dopplr.&lt;br /&gt;
&lt;br /&gt;
=== User Interfaces ===&lt;br /&gt;
* &amp;quot;[http://gerardramos.com/mf/ Social Network Portability with Microformats]&amp;quot; - a user interface that lets you check how portable your social network is across various sites.&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability FAQ ==&lt;br /&gt;
See [[social-network-portability-faq]].&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
*[[events/2007-07-28-portable-social-networks-meetup|2007-07-28 portable social networks initial meeting]] between Daniel Burka, [[User:Tantek|Tantek Çelik]], Eran Globen, Brian Oberkirch at Ritual Coffee Roasters, San Francisco, CA. Discussed portable social networks, simplified and crystalized problem statement (with progressive problems to solve), goals, design patterns, recipes. Created [[social-network-portability]] page.&lt;br /&gt;
* [[events/2007-08-19-social-network-portability-today|2007-08-19 BarCampBlock session on social network portability TODAY]] at Princeton Review offices, High Street, Palo Alto, CA. Reviewed problem statement, how sites can use the [[hcard|hCard]] and [[xfn|XFN]] microformats *today* to become a node on the &amp;quot;open social web&amp;quot; (phrase introduced).&lt;br /&gt;
* [[events/2007-08-28-social-network-portability-today|2007-08-28 Social Network Portability Today]] lunchtime meetup&lt;br /&gt;
* [[events/2007-09-05-dconstruct-microformats-workshop|2007-09-05 d.Construct workshop on microformats]] which covered both [[data-portability]] and [[social-network-portability]].&lt;br /&gt;
* [[events/2007-09-08-social-network-portability|2007-09-08 BarCampBrighton session on social network portability]] at Madgex offices, North Street, Brighton, England.&lt;br /&gt;
* [[events/2007-09-25-social-network-portability|2007-09-25 Portable Social Network Micro Meetup]] at Citizen Space, San Francisco, CA, USA.&lt;br /&gt;
*[[events/2007-09-28-portable-social-networks-meetup-amsterdam|2007-09-28 Portable Social Network Panel at PICNIC in Amsterdam]], Netherlands&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-10-04&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web: Social Network Portability]]&amp;lt;/span&amp;gt; by Tantek Çelik &amp;amp;mdash; &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Gij&amp;amp;oacute;n&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Spain&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
See the microformats [[events]] page for upcoming events related to social network portability.&lt;br /&gt;
&lt;br /&gt;
== Articles and blog posts ==&lt;br /&gt;
Note: if you know of or can find earlier mentions on the web of the phrases &amp;quot;portable social network&amp;quot; or &amp;quot;social network portability&amp;quot;, please add the earliest reference elsewhere on the web to this chronology. [[User:Tantek|Tantek]] 08:25, 22 Aug 2007 (PDT).&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 Jon Hicks: [http://www.flickr.com/photos/hicksdesign/298271647/ The straw that broke this camels back]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Thats the last social service that involves me adding all my friends in all over again. Life is too chuffing short.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Please, can someone come up with some way of avoiding this repetition of 'buddies'?!&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-15&amp;lt;/strong&amp;gt; [http://twitter.com/drewm/statuses/68199 Drew McLellan on Twitter]: (Perhaps the earliest mention of the concept of social network portability.) &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Thinking that we really need to join the dots with XFN and make social networks portable.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-15&amp;lt;/strong&amp;gt; [http://twitter.com/adactio/statuses/68412 Jeremy Keith on Twitter]: (first known reference to &amp;quot;&amp;lt;strong&amp;gt;portable social networks&amp;lt;/strong&amp;gt;&amp;quot;) &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt; Agreeing with Drew about using XFN to create portable social networks. If we don't, Jon is going to go postal.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; The mention of Jon is likely a reference to the [http://www.flickr.com/photos/hicksdesign/298271647/ above-mentioned Flickr photo].&lt;br /&gt;
* 2006-11-19 Phil Gyford: [http://www.gyford.com/phil/writing/2006/11/19/your_single_soci.php Your single social network] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I really, really want a single service where I can say “these people are my friends” and then when I sign up to any new website I can sync it with my previously-defined social network.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2006-11-21 Jeremy Keith: [http://adactio.com/journal/1209/ Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Here’s what I want: when I go to the latest social networking fadsite, I want it to ask for my URL. Then it can go off and fetch my [[hcard|hCard]] and [[xfn|XFN]] list. A pre-filled form for my details and a pre-filled list of potential contacts can then be presented to me.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2006-11-21 Derek Featherstone: [http://www.boxofchocolates.ca/archives/2006/11/21/solving-problems-with-social-networking Solving problems with social networking]&lt;br /&gt;
* 2006-11-22 Thomas Vander Wal: [http://www.personalinfocloud.com/2006/11/following_frien.html Following Friends Across Walled Gardens] - first mention of &amp;quot;portable social network&amp;quot; but in reference to quoting Jeremy Keith&lt;br /&gt;
* 2006-11-23 Jeremy Keith: [http://adactio.com/journal/1212/ More thoughts on portable social networks] - describes the process of portability&lt;br /&gt;
* 2006-11-23 Glenn Jones: [http://www.glennjones.net/Post/820/Microformatsandportablesocialnetwork.htm Microformats and portable social network] - talks about portable social networks in the backnetwork&lt;br /&gt;
* 2006-11-23 Velvetsarah has [http://www.velvet.id.au/2006/11/23/portable-social-networks/ posted a screenshot and brainstorm] about how a site could handle importing XFN enabled contacts. See [[social-network-portability-interfaces]] for more.&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-24&amp;lt;/strong&amp;gt; [http://microformats.org/wiki?title=user-interface&amp;amp;diff=10524&amp;amp;oldid=10523 &amp;quot;&amp;lt;strong&amp;gt;social network portability&amp;lt;/strong&amp;gt;&amp;quot; phrase and problem statement introduced to microformats wiki] by [[User:Tantek|Tantek Çelik]] &lt;br /&gt;
* 2007-03-11 Robert Gaal: [http://www.53miles.com/archives/making-openid-your-only-online-profile-alpha-dash Making OpenID your only online profile: Alpha Dash] - An abstract attempt to create one dashboard, to be used as a starting point for all social networks. It contains four elements: identity, ownership, presence and contacts (see comments also)&lt;br /&gt;
* 2007-05-16 [http://2007.xtech.org/public/schedule/paper/69 What is your provenance?] by Gavin Bell for Xtech 2007. Also available on [http://video.google.com/videoplay?docid=-8663100900373306094 Google Video]&lt;br /&gt;
* 2007-06-20 Alper Çuğun: [http://fourstarters.com/2007/06/20/the-future-of-everything-is-social-consolidate-and-take-back-your-social-network/ The Future of Everything is Social: Consolidate and take back your social network]&lt;br /&gt;
* 2007-07-17 Kevin Lawver: [http://www.lawver.net/archive/2007/07/17/h12_portable_social_networks_at_mashup_camp.php A Portable Social Network Prototype] - A simple Ruby on Rails app that uses OpenID + XFN to look for users of the site w/ the same homepage as the href value and allows you to add them as contacts.&lt;br /&gt;
*[http://www.plaxo.com/about/releases/release-20070718 2007-07-17 Plaxo Pushes For &amp;quot;Open Social Web&amp;quot;: Endorses and implements key open standards, OpenID and microformats]&lt;br /&gt;
* 2007-07-18 Jeremiah Owyang: [http://twitter.com/jowyang/statuses/156097392 Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What if we could port all our friends and family from one social network to another. Why do we have to continue to add people = annoying&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-07-18 Brian Oberkirch: [http://www.brianoberkirch.com/2007/07/18/highrise-microformats-and-portable-social-networks/ Highrise, microformats and portable social networks]&lt;br /&gt;
* 2007-07-24 Thomas Vander Wal: [http://vanderwal.net/random/entrysel.php?blog=1937 Sharing and Following/Listening in the Social Web]&lt;br /&gt;
* See [[events/2007-07-28-portable-social-networks-meetup#blog_posts|blog posts following up]] from the [[events/2007-07-28-portable-social-networks-meetup|2007-07-28-portable social networks meetup]].&lt;br /&gt;
* 2007-08-01 Jeffrey Zeldman: [http://www.zeldman.com/2007/08/01/social-network-portability/ &amp;quot;InterNetwork&amp;quot; regarding social network portability]&lt;br /&gt;
* 2007-08-02 &lt;br /&gt;
** [http://www.brosbeforeblogs.com/2007/08/identity-crisis.html Identity Crisis part 1] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;We need to put the ownership of how we define relationships online in the hands of the individual, not the services that utilize them.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;My theory on how this should be accomplished is based on a marriage of OpenID and an open standard for defining relationships such as the [[XFN]] [http://microformats.org/ Microformat]. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** [http://www.brianoberkirch.com/2007/08/02/deeelightful-making-profile-import-a-snap/ Deeelightful: Making Profile Import a Snap] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Why not make it simple for them to jumpstart a profile by reusing information they already have on the [[hcard|Web? Some forward thinking Web services are marking up user profile data with hCard, a microformat that]] signifies a person, place or organization is being described.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-08-08 Brian Oberkirch: [http://www.brianoberkirch.com/2007/08/08/building-blocks-for-portable-social-networks/ Building Blocks for Portable Social Networks]&lt;br /&gt;
* 2007-08-15 [http://news.bbc.co.uk/1/hi/technology/6944653.stm Pull down the walled gardens] Internet law professor Michael Geist says the walled gardens of social networks should be pulled down.&lt;br /&gt;
* 2007-08-16 Stephanie Booth: [http://climbtothestars.org/archives/2007/08/16/we-need-structured-portable-social-networks-spsn/ We Need Structured Portable Social Networks (SPSN)] (links to two more posts on the subject, but not certain they're relevant enough for a separate listing; edit as you see fit)&lt;br /&gt;
* 2007-08-17 [http://bradfitz.com/social-graph-problem/ Thoughts on the Social Graph] by Brad Fitzpatrick.&lt;br /&gt;
* 2007-08-25 [http://www.ignitesocialmedia.com/linking-it-all-%e2%80%93-social-network-portability/ Linking It All-Social Network Portability] by Mike Lotz for Ignite Social Media&lt;br /&gt;
* 2007-09-03 [http://themaninblue.com/writing/perspective/2007/09/03/ There are no social networks] by Cameron Adams&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;If you can't see my friends and let my friends be seen, you'll be washed up and hung out to dry.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-09-07 [[User:LynX|Carlo v. Loesch]]: [http://about.psyc.eu/Social_network#But.._why_microformats.3F Privacy and the web? Notification and HTTP? Are you looking at the right technologies!?]&lt;br /&gt;
&lt;br /&gt;
See [http://ma.gnolia.com/groups/PSN ma.gnolia Portable Social Network Group] for aggregated bookmarks around the subject and join the group to share links.&lt;br /&gt;
&lt;br /&gt;
[http://technorati.com/search/microformats.org/wiki/social-network-portability View blog reactions] to this page.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Beware of and avoid [[social-network-anti-patterns]]!&lt;br /&gt;
* See and add to [[social-network-portability-issues]].&lt;br /&gt;
&lt;br /&gt;
== Alternative Approaches ==&lt;br /&gt;
Non-web based:&lt;br /&gt;
* [http://about.psyc.eu psyc] and [http://www.psyced.org psyced], a decentralized multi-protocol chat and event notification system with [http://about.psyc.eu/Social_Network friendship] and [http://about.psyc.eu/Trust trust] modeling.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[social-network-portability-interfaces]]&lt;br /&gt;
* [[social-network-portability-faq]]&lt;br /&gt;
* [[social-network-portability-issues]]&lt;br /&gt;
* [[social-network-anti-patterns]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[data-portability]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=22825</id>
		<title>social-network-portability</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=22825"/>
		<updated>2007-10-23T17:10:48Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Social Network Portability &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Social network portability is one of several [[user-interface]] ideas and suggestions for working with microformats in the area of [[data-portability]].&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
Why is it that every single social network community site makes you:&lt;br /&gt;
* re-enter all your personal profile info (name, email, birthday, URL etc.)?&lt;br /&gt;
* re-add all your friends?&lt;br /&gt;
&lt;br /&gt;
In addition, why do you have to:&lt;br /&gt;
* re-turn off notifications?&lt;br /&gt;
* re-specify privacy preferences?&lt;br /&gt;
* re-block [http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html negative people]?&lt;br /&gt;
&lt;br /&gt;
AKA &amp;quot;social network fatigue problem&amp;quot; and &amp;quot;social network update/maintenance problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The Goals ==&lt;br /&gt;
When you join a new site, you should be able to ''import'' or preferably ''subscribe'' to&lt;br /&gt;
* your profile information&lt;br /&gt;
* your social network&lt;br /&gt;
from any existing profile of yours. &lt;br /&gt;
&lt;br /&gt;
In addition it would be nice if preferences around:&lt;br /&gt;
* notifications&lt;br /&gt;
* [[privacy]]&lt;br /&gt;
also transferred between profiles.&lt;br /&gt;
&lt;br /&gt;
AKA a social internetwork, a network of social networks.&lt;br /&gt;
&lt;br /&gt;
== Design Patterns and Recipes ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;How To&amp;quot; for social network profile sites that want to solve the above problems and achieve the above goals.&lt;br /&gt;
&lt;br /&gt;
# Publish microformats in your user profiles:&lt;br /&gt;
## implement [[hcard|hCard]] on user profile pages, including [[xfn]] rel=&amp;quot;me&amp;quot; on hyperlinks to users' blogs or home pages that they specify.  See [[hcard-supporting-profiles]] for sites that have already done this.&lt;br /&gt;
## implement [[hcard|hCard]]+[[xfn|XFN]] on the list of friends on your user profile pages. Use [[xfn]] rel=&amp;quot;me&amp;quot; to link to friends list pages and friends list pagination links too. See [[hcard-xfn-supporting-friends-lists]] for sites that already do this. (e.g. [[http://twitter.com/ Twitter]]).&lt;br /&gt;
# Subscribe to microformats for your user profiles:&lt;br /&gt;
## when signing up a new user:&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; from one of their existing [[hcard-supporting-profiles]], their name, their icon etc.  [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Satisfaction Inc already supports this] ([http://staging.getsatisfaction.com/people/new sign up page]).&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; their list of friends from one of their existing [[hcard-xfn-supporting-friends-lists|hCard+XFN supporting friends lists]]. [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Dopplr.com already supports this] ([http://www.flickr.com/photo_zoom.gne?id=576635008&amp;amp;size=o screenshot]).&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Groups ===&lt;br /&gt;
* [http://ma.gnolia.com/groups/PSN Ma.gnolia Portable Social Networks group] for aggregated bookmarks around the subject and join the group to share links.&lt;br /&gt;
* [http://upcoming.yahoo.com/group/3601/ Upcoming Social Network Portability group] for events to discuss and implement social network portability.&lt;br /&gt;
=== Open Source ===&lt;br /&gt;
* [[hKit]] - web service and open source PHP for parsing/importing/subscribing to [[hcard-supporting-profiles|hCard open user profiles]].&lt;br /&gt;
* &amp;quot;[http://opensocialgraph.plaxo.com/ Online Identity Consolidator]&amp;quot; rel=&amp;quot;me&amp;quot; web parser/crawler web service and open source Python.&lt;br /&gt;
* &amp;quot;[http://django-psn.googlecode.com/svn/trunk/readme.html Django-PSN (portable social networks)]&amp;quot; open source for a user interface to create links on a social network profile to &amp;quot;other profiles&amp;quot; marked up with rel=&amp;quot;me&amp;quot; naturally.  The code can be seen in action on the [http://pownce.com Pownce] website, e.g. on [http://pownce.com/t/ a Pownce profile page that links to other profiles of the same user]. This is a great complement to the above Plaxo Online Identity Consolidator. What Django-PSN publishes, Plaxo Online Identity Consolidator parses.&lt;br /&gt;
* [http://code.google.com/p/identity-matcher/ identity-matcher] - Rails plugin to match identities and social network information from sites such as GMail, Twitter, Flickr, Facebook and any site supporting appropriate microformats. This code was extracted and contributed from Dopplr.&lt;br /&gt;
&lt;br /&gt;
=== User Interfaces ===&lt;br /&gt;
* &amp;quot;[http://gerardramos.com/mf/ Social Network Portability with Microformats]&amp;quot; - a user interface that lets you check how portable your social network is across various sites.&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability FAQ ==&lt;br /&gt;
See [[social-network-portability-faq]].&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
*[[events/2007-07-28-portable-social-networks-meetup|2007-07-28 portable social networks initial meeting]] between Daniel Burka, [[User:Tantek|Tantek Çelik]], Eran Globen, Brian Oberkirch at Ritual Coffee Roasters, San Francisco, CA. Discussed portable social networks, simplified and crystalized problem statement (with progressive problems to solve), goals, design patterns, recipes. Created [[social-network-portability]] page.&lt;br /&gt;
* [[events/2007-08-19-social-network-portability-today|2007-08-19 BarCampBlock session on social network portability TODAY]] at Princeton Review offices, High Street, Palo Alto, CA. Reviewed problem statement, how sites can use the [[hcard|hCard]] and [[xfn|XFN]] microformats *today* to become a node on the &amp;quot;open social web&amp;quot; (phrase introduced).&lt;br /&gt;
* [[events/2007-08-28-social-network-portability-today|2007-08-28 Social Network Portability Today]] lunchtime meetup&lt;br /&gt;
* [[events/2007-09-05-dconstruct-microformats-workshop|2007-09-05 d.Construct workshop on microformats]] which covered both [[data-portability]] and [[social-network-portability]].&lt;br /&gt;
* [[events/2007-09-08-social-network-portability|2007-09-08 BarCampBrighton session on social network portability]] at Madgex offices, North Street, Brighton, England.&lt;br /&gt;
* [[events/2007-09-25-social-network-portability|2007-09-25 Portable Social Network Micro Meetup]] at Citizen Space, San Francisco, CA, USA.&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-09-28&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2007-09-28-portable-social-networks-meetup-amsterdam|Portable Social Network Panel at at PICNIC in Amsterdam]], Netherlands &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-10-04&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web: Social Network Portability]]&amp;lt;/span&amp;gt; by Tantek Çelik &amp;amp;mdash; &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Gij&amp;amp;oacute;n&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Spain&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
See the microformats [[events]] page for upcoming events related to social network portability.&lt;br /&gt;
&lt;br /&gt;
== Articles and blog posts ==&lt;br /&gt;
Note: if you know of or can find earlier mentions on the web of the phrases &amp;quot;portable social network&amp;quot; or &amp;quot;social network portability&amp;quot;, please add the earliest reference elsewhere on the web to this chronology. [[User:Tantek|Tantek]] 08:25, 22 Aug 2007 (PDT).&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 Jon Hicks: [http://www.flickr.com/photos/hicksdesign/298271647/ The straw that broke this camels back]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Thats the last social service that involves me adding all my friends in all over again. Life is too chuffing short.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Please, can someone come up with some way of avoiding this repetition of 'buddies'?!&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-15&amp;lt;/strong&amp;gt; [http://twitter.com/drewm/statuses/68199 Drew McLellan on Twitter]: (Perhaps the earliest mention of the concept of social network portability.) &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Thinking that we really need to join the dots with XFN and make social networks portable.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-15&amp;lt;/strong&amp;gt; [http://twitter.com/adactio/statuses/68412 Jeremy Keith on Twitter]: (first known reference to &amp;quot;&amp;lt;strong&amp;gt;portable social networks&amp;lt;/strong&amp;gt;&amp;quot;) &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt; Agreeing with Drew about using XFN to create portable social networks. If we don't, Jon is going to go postal.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; The mention of Jon is likely a reference to the [http://www.flickr.com/photos/hicksdesign/298271647/ above-mentioned Flickr photo].&lt;br /&gt;
* 2006-11-19 Phil Gyford: [http://www.gyford.com/phil/writing/2006/11/19/your_single_soci.php Your single social network] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I really, really want a single service where I can say “these people are my friends” and then when I sign up to any new website I can sync it with my previously-defined social network.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2006-11-21 Jeremy Keith: [http://adactio.com/journal/1209/ Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Here’s what I want: when I go to the latest social networking fadsite, I want it to ask for my URL. Then it can go off and fetch my [[hcard|hCard]] and [[xfn|XFN]] list. A pre-filled form for my details and a pre-filled list of potential contacts can then be presented to me.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2006-11-21 Derek Featherstone: [http://www.boxofchocolates.ca/archives/2006/11/21/solving-problems-with-social-networking Solving problems with social networking]&lt;br /&gt;
* 2006-11-22 Thomas Vander Wal: [http://www.personalinfocloud.com/2006/11/following_frien.html Following Friends Across Walled Gardens] - first mention of &amp;quot;portable social network&amp;quot; but in reference to quoting Jeremy Keith&lt;br /&gt;
* 2006-11-23 Jeremy Keith: [http://adactio.com/journal/1212/ More thoughts on portable social networks] - describes the process of portability&lt;br /&gt;
* 2006-11-23 Glenn Jones: [http://www.glennjones.net/Post/820/Microformatsandportablesocialnetwork.htm Microformats and portable social network] - talks about portable social networks in the backnetwork&lt;br /&gt;
* 2006-11-23 Velvetsarah has [http://www.velvet.id.au/2006/11/23/portable-social-networks/ posted a screenshot and brainstorm] about how a site could handle importing XFN enabled contacts. See [[social-network-portability-interfaces]] for more.&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-24&amp;lt;/strong&amp;gt; [http://microformats.org/wiki?title=user-interface&amp;amp;diff=10524&amp;amp;oldid=10523 &amp;quot;&amp;lt;strong&amp;gt;social network portability&amp;lt;/strong&amp;gt;&amp;quot; phrase and problem statement introduced to microformats wiki] by [[User:Tantek|Tantek Çelik]] &lt;br /&gt;
* 2007-03-11 Robert Gaal: [http://www.53miles.com/archives/making-openid-your-only-online-profile-alpha-dash Making OpenID your only online profile: Alpha Dash] - An abstract attempt to create one dashboard, to be used as a starting point for all social networks. It contains four elements: identity, ownership, presence and contacts (see comments also)&lt;br /&gt;
* 2007-05-16 [http://2007.xtech.org/public/schedule/paper/69 What is your provenance?] by Gavin Bell for Xtech 2007. Also available on [http://video.google.com/videoplay?docid=-8663100900373306094 Google Video]&lt;br /&gt;
* 2007-06-20 Alper Çuğun: [http://fourstarters.com/2007/06/20/the-future-of-everything-is-social-consolidate-and-take-back-your-social-network/ The Future of Everything is Social: Consolidate and take back your social network]&lt;br /&gt;
* 2007-07-17 Kevin Lawver: [http://www.lawver.net/archive/2007/07/17/h12_portable_social_networks_at_mashup_camp.php A Portable Social Network Prototype] - A simple Ruby on Rails app that uses OpenID + XFN to look for users of the site w/ the same homepage as the href value and allows you to add them as contacts.&lt;br /&gt;
*[http://www.plaxo.com/about/releases/release-20070718 2007-07-17 Plaxo Pushes For &amp;quot;Open Social Web&amp;quot;: Endorses and implements key open standards, OpenID and microformats]&lt;br /&gt;
* 2007-07-18 Jeremiah Owyang: [http://twitter.com/jowyang/statuses/156097392 Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What if we could port all our friends and family from one social network to another. Why do we have to continue to add people = annoying&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-07-18 Brian Oberkirch: [http://www.brianoberkirch.com/2007/07/18/highrise-microformats-and-portable-social-networks/ Highrise, microformats and portable social networks]&lt;br /&gt;
* 2007-07-24 Thomas Vander Wal: [http://vanderwal.net/random/entrysel.php?blog=1937 Sharing and Following/Listening in the Social Web]&lt;br /&gt;
* See [[events/2007-07-28-portable-social-networks-meetup#blog_posts|blog posts following up]] from the [[events/2007-07-28-portable-social-networks-meetup|2007-07-28-portable social networks meetup]].&lt;br /&gt;
* 2007-08-01 Jeffrey Zeldman: [http://www.zeldman.com/2007/08/01/social-network-portability/ &amp;quot;InterNetwork&amp;quot; regarding social network portability]&lt;br /&gt;
* 2007-08-02 &lt;br /&gt;
** [http://www.brosbeforeblogs.com/2007/08/identity-crisis.html Identity Crisis part 1] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;We need to put the ownership of how we define relationships online in the hands of the individual, not the services that utilize them.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;My theory on how this should be accomplished is based on a marriage of OpenID and an open standard for defining relationships such as the [[XFN]] [http://microformats.org/ Microformat]. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** [http://www.brianoberkirch.com/2007/08/02/deeelightful-making-profile-import-a-snap/ Deeelightful: Making Profile Import a Snap] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Why not make it simple for them to jumpstart a profile by reusing information they already have on the [[hcard|Web? Some forward thinking Web services are marking up user profile data with hCard, a microformat that]] signifies a person, place or organization is being described.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-08-08 Brian Oberkirch: [http://www.brianoberkirch.com/2007/08/08/building-blocks-for-portable-social-networks/ Building Blocks for Portable Social Networks]&lt;br /&gt;
* 2007-08-15 [http://news.bbc.co.uk/1/hi/technology/6944653.stm Pull down the walled gardens] Internet law professor Michael Geist says the walled gardens of social networks should be pulled down.&lt;br /&gt;
* 2007-08-16 Stephanie Booth: [http://climbtothestars.org/archives/2007/08/16/we-need-structured-portable-social-networks-spsn/ We Need Structured Portable Social Networks (SPSN)] (links to two more posts on the subject, but not certain they're relevant enough for a separate listing; edit as you see fit)&lt;br /&gt;
* 2007-08-17 [http://bradfitz.com/social-graph-problem/ Thoughts on the Social Graph] by Brad Fitzpatrick.&lt;br /&gt;
* 2007-08-25 [http://www.ignitesocialmedia.com/linking-it-all-%e2%80%93-social-network-portability/ Linking It All-Social Network Portability] by Mike Lotz for Ignite Social Media&lt;br /&gt;
* 2007-09-03 [http://themaninblue.com/writing/perspective/2007/09/03/ There are no social networks] by Cameron Adams&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;If you can't see my friends and let my friends be seen, you'll be washed up and hung out to dry.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-09-07 [[User:LynX|Carlo v. Loesch]]: [http://about.psyc.eu/Social_network#But.._why_microformats.3F Privacy and the web? Notification and HTTP? Are you looking at the right technologies!?]&lt;br /&gt;
&lt;br /&gt;
See [http://ma.gnolia.com/groups/PSN ma.gnolia Portable Social Network Group] for aggregated bookmarks around the subject and join the group to share links.&lt;br /&gt;
&lt;br /&gt;
[http://technorati.com/search/microformats.org/wiki/social-network-portability View blog reactions] to this page.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Beware of and avoid [[social-network-anti-patterns]]!&lt;br /&gt;
* See and add to [[social-network-portability-issues]].&lt;br /&gt;
&lt;br /&gt;
== Alternative Approaches ==&lt;br /&gt;
Non-web based:&lt;br /&gt;
* [http://about.psyc.eu psyc] and [http://www.psyced.org psyced], a decentralized multi-protocol chat and event notification system with [http://about.psyc.eu/Social_Network friendship] and [http://about.psyc.eu/Trust trust] modeling.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[social-network-portability-interfaces]]&lt;br /&gt;
* [[social-network-portability-faq]]&lt;br /&gt;
* [[social-network-portability-issues]]&lt;br /&gt;
* [[social-network-anti-patterns]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[data-portability]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=33432</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=33432"/>
		<updated>2007-10-23T17:09:29Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of several microformats related [[events]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-09-28T14:00&amp;lt;/span&amp;gt;-17:00&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westergasfabriek&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Amsterdam&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;The Netherlands&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, a &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;meet during the [http://picnicnetwork.org PICNIC conference]. (Coordinates: &amp;lt;span class=&amp;quot;geo&amp;quot;&amp;gt;52.3864;4.8717&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like [[hcard|hCard]], [[XFN]] and OpenId.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also the PICNIC site: &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.picnicnetwork.org/artefact-8259-en.html&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://technorati.com/events/http://microformats.org/wiki/events/2007-09-28-portable-social-networks-meetup-amsterdam Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png &lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
[http://gabe.nl/2007/10/open-id-converstaion-picnic-2007.html Video roundup of the event]&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
* Robert Gaal (Wakoopa)&lt;br /&gt;
* Yme Bosma (Hyves)&lt;br /&gt;
* Marc Canter (PeopleAggregator)&lt;br /&gt;
* Dick Hardt (Sxip)&lt;br /&gt;
* Raymond Spanjaar (Hyves)&lt;br /&gt;
* Jyri Engestrom (Jaiku)&lt;br /&gt;
* Ralph Meijer (Jaiku)&lt;br /&gt;
* ...?&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
* http://www.53miles.com/archives/portable-social-networks-becoming-more-real&lt;br /&gt;
* http://www.53miles.com/archives/video-portable-social-networks-discussion-picnic&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=22823</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=22823"/>
		<updated>2007-10-23T17:02:54Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of several microformats related [[events]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-09-28T14:00&amp;lt;/span&amp;gt;-17:00&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westergasfabriek&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Amsterdam&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;The Netherlands&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, a &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;meet during the [http://picnicnetwork.org PICNIC conference]. (Coordinates: &amp;lt;span class=&amp;quot;geo&amp;quot;&amp;gt;52.3864;4.8717&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like [[hcard|hCard]], [[XFN]] and OpenId.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also the PICNIC site: &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.picnicnetwork.org/artefact-8259-en.html&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://technorati.com/events/http://microformats.org/wiki/events/2007-09-28-portable-social-networks-meetup-amsterdam Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png &lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [http://microformats.org/wiki/events/2007-07-28-portable-social-networks-meetup San Francisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. -[[User:Robert|Robert]]&lt;br /&gt;
&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
* ...&lt;br /&gt;
* ... please add your name if you attended.&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
* http://www.53miles.com/archives/portable-social-networks-becoming-more-real&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=22822</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=22822"/>
		<updated>2007-10-23T17:00:55Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* planning to attend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of several microformats related [[events]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-09-28T14:00&amp;lt;/span&amp;gt;-17:00&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westergasfabriek&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Amsterdam&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;The Netherlands&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, a &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;meet during the [http://picnicnetwork.org PICNIC conference]. (Coordinates: &amp;lt;span class=&amp;quot;geo&amp;quot;&amp;gt;52.3864;4.8717&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like [[hcard|hCard]], [[XFN]] and OpenId.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also the PICNIC site: &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.picnicnetwork.org/artefact-8259-en.html&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://technorati.com/events/http://microformats.org/wiki/events/2007-09-28-portable-social-networks-meetup-amsterdam Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png &lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [http://microformats.org/wiki/events/2007-07-28-portable-social-networks-meetup San Francisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. -[[User:Robert|Robert]]&lt;br /&gt;
&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
* ...&lt;br /&gt;
* ... please add your name if you attended.&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
* http://www.53miles.com/archives/portable-social-networks-becoming-more-real&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=22824</id>
		<title>social-network-portability</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=22824"/>
		<updated>2007-10-23T17:00:06Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Social Network Portability &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Social network portability is one of several [[user-interface]] ideas and suggestions for working with microformats in the area of [[data-portability]].&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
Why is it that every single social network community site makes you:&lt;br /&gt;
* re-enter all your personal profile info (name, email, birthday, URL etc.)?&lt;br /&gt;
* re-add all your friends?&lt;br /&gt;
&lt;br /&gt;
In addition, why do you have to:&lt;br /&gt;
* re-turn off notifications?&lt;br /&gt;
* re-specify privacy preferences?&lt;br /&gt;
* re-block [http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html negative people]?&lt;br /&gt;
&lt;br /&gt;
AKA &amp;quot;social network fatigue problem&amp;quot; and &amp;quot;social network update/maintenance problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The Goals ==&lt;br /&gt;
When you join a new site, you should be able to ''import'' or preferably ''subscribe'' to&lt;br /&gt;
* your profile information&lt;br /&gt;
* your social network&lt;br /&gt;
from any existing profile of yours. &lt;br /&gt;
&lt;br /&gt;
In addition it would be nice if preferences around:&lt;br /&gt;
* notifications&lt;br /&gt;
* [[privacy]]&lt;br /&gt;
also transferred between profiles.&lt;br /&gt;
&lt;br /&gt;
AKA a social internetwork, a network of social networks.&lt;br /&gt;
&lt;br /&gt;
== Design Patterns and Recipes ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;How To&amp;quot; for social network profile sites that want to solve the above problems and achieve the above goals.&lt;br /&gt;
&lt;br /&gt;
# Publish microformats in your user profiles:&lt;br /&gt;
## implement [[hcard|hCard]] on user profile pages, including [[xfn]] rel=&amp;quot;me&amp;quot; on hyperlinks to users' blogs or home pages that they specify.  See [[hcard-supporting-profiles]] for sites that have already done this.&lt;br /&gt;
## implement [[hcard|hCard]]+[[xfn|XFN]] on the list of friends on your user profile pages. Use [[xfn]] rel=&amp;quot;me&amp;quot; to link to friends list pages and friends list pagination links too. See [[hcard-xfn-supporting-friends-lists]] for sites that already do this. (e.g. [[http://twitter.com/ Twitter]]).&lt;br /&gt;
# Subscribe to microformats for your user profiles:&lt;br /&gt;
## when signing up a new user:&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; from one of their existing [[hcard-supporting-profiles]], their name, their icon etc.  [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Satisfaction Inc already supports this] ([http://staging.getsatisfaction.com/people/new sign up page]).&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; their list of friends from one of their existing [[hcard-xfn-supporting-friends-lists|hCard+XFN supporting friends lists]]. [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Dopplr.com already supports this] ([http://www.flickr.com/photo_zoom.gne?id=576635008&amp;amp;size=o screenshot]).&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Groups ===&lt;br /&gt;
* [http://ma.gnolia.com/groups/PSN Ma.gnolia Portable Social Networks group] for aggregated bookmarks around the subject and join the group to share links.&lt;br /&gt;
* [http://upcoming.yahoo.com/group/3601/ Upcoming Social Network Portability group] for events to discuss and implement social network portability.&lt;br /&gt;
=== Open Source ===&lt;br /&gt;
* [[hKit]] - web service and open source PHP for parsing/importing/subscribing to [[hcard-supporting-profiles|hCard open user profiles]].&lt;br /&gt;
* &amp;quot;[http://opensocialgraph.plaxo.com/ Online Identity Consolidator]&amp;quot; rel=&amp;quot;me&amp;quot; web parser/crawler web service and open source Python.&lt;br /&gt;
* &amp;quot;[http://django-psn.googlecode.com/svn/trunk/readme.html Django-PSN (portable social networks)]&amp;quot; open source for a user interface to create links on a social network profile to &amp;quot;other profiles&amp;quot; marked up with rel=&amp;quot;me&amp;quot; naturally.  The code can be seen in action on the [http://pownce.com Pownce] website, e.g. on [http://pownce.com/t/ a Pownce profile page that links to other profiles of the same user]. This is a great complement to the above Plaxo Online Identity Consolidator. What Django-PSN publishes, Plaxo Online Identity Consolidator parses.&lt;br /&gt;
* [http://code.google.com/p/identity-matcher/ identity-matcher] - Rails plugin to match identities and social network information from sites such as GMail, Twitter, Flickr, Facebook and any site supporting appropriate microformats. This code was extracted and contributed from Dopplr.&lt;br /&gt;
&lt;br /&gt;
=== User Interfaces ===&lt;br /&gt;
* &amp;quot;[http://gerardramos.com/mf/ Social Network Portability with Microformats]&amp;quot; - a user interface that lets you check how portable your social network is across various sites.&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability FAQ ==&lt;br /&gt;
See [[social-network-portability-faq]].&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
*[[events/2007-07-28-portable-social-networks-meetup|2007-07-28 portable social networks initial meeting]] between Daniel Burka, [[User:Tantek|Tantek Çelik]], Eran Globen, Brian Oberkirch at Ritual Coffee Roasters, San Francisco, CA. Discussed portable social networks, simplified and crystalized problem statement (with progressive problems to solve), goals, design patterns, recipes. Created [[social-network-portability]] page.&lt;br /&gt;
* [[events/2007-08-19-social-network-portability-today|2007-08-19 BarCampBlock session on social network portability TODAY]] at Princeton Review offices, High Street, Palo Alto, CA. Reviewed problem statement, how sites can use the [[hcard|hCard]] and [[xfn|XFN]] microformats *today* to become a node on the &amp;quot;open social web&amp;quot; (phrase introduced).&lt;br /&gt;
* [[events/2007-08-28-social-network-portability-today|2007-08-28 Social Network Portability Today]] lunchtime meetup&lt;br /&gt;
* [[events/2007-09-05-dconstruct-microformats-workshop|2007-09-05 d.Construct workshop on microformats]] which covered both [[data-portability]] and [[social-network-portability]].&lt;br /&gt;
* [[events/2007-09-08-social-network-portability|2007-09-08 BarCampBrighton session on social network portability]] at Madgex offices, North Street, Brighton, England.&lt;br /&gt;
* [[events/2007-09-25-social-network-portability|2007-09-25 Portable Social Network Micro Meetup]] at Citizen Space, San Francisco, CA, USA.&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-09-28&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2007-09-28-portable-social-networks-meetup-amsterdam|Meet-up at at PICNIC in Amsterdam]], Netherlands &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-10-04&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web: Social Network Portability]]&amp;lt;/span&amp;gt; by Tantek Çelik &amp;amp;mdash; &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Gij&amp;amp;oacute;n&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Spain&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
See the microformats [[events]] page for upcoming events related to social network portability.&lt;br /&gt;
&lt;br /&gt;
== Articles and blog posts ==&lt;br /&gt;
Note: if you know of or can find earlier mentions on the web of the phrases &amp;quot;portable social network&amp;quot; or &amp;quot;social network portability&amp;quot;, please add the earliest reference elsewhere on the web to this chronology. [[User:Tantek|Tantek]] 08:25, 22 Aug 2007 (PDT).&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 Jon Hicks: [http://www.flickr.com/photos/hicksdesign/298271647/ The straw that broke this camels back]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Thats the last social service that involves me adding all my friends in all over again. Life is too chuffing short.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Please, can someone come up with some way of avoiding this repetition of 'buddies'?!&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-15&amp;lt;/strong&amp;gt; [http://twitter.com/drewm/statuses/68199 Drew McLellan on Twitter]: (Perhaps the earliest mention of the concept of social network portability.) &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Thinking that we really need to join the dots with XFN and make social networks portable.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-15&amp;lt;/strong&amp;gt; [http://twitter.com/adactio/statuses/68412 Jeremy Keith on Twitter]: (first known reference to &amp;quot;&amp;lt;strong&amp;gt;portable social networks&amp;lt;/strong&amp;gt;&amp;quot;) &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt; Agreeing with Drew about using XFN to create portable social networks. If we don't, Jon is going to go postal.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; The mention of Jon is likely a reference to the [http://www.flickr.com/photos/hicksdesign/298271647/ above-mentioned Flickr photo].&lt;br /&gt;
* 2006-11-19 Phil Gyford: [http://www.gyford.com/phil/writing/2006/11/19/your_single_soci.php Your single social network] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I really, really want a single service where I can say “these people are my friends” and then when I sign up to any new website I can sync it with my previously-defined social network.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2006-11-21 Jeremy Keith: [http://adactio.com/journal/1209/ Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Here’s what I want: when I go to the latest social networking fadsite, I want it to ask for my URL. Then it can go off and fetch my [[hcard|hCard]] and [[xfn|XFN]] list. A pre-filled form for my details and a pre-filled list of potential contacts can then be presented to me.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2006-11-21 Derek Featherstone: [http://www.boxofchocolates.ca/archives/2006/11/21/solving-problems-with-social-networking Solving problems with social networking]&lt;br /&gt;
* 2006-11-22 Thomas Vander Wal: [http://www.personalinfocloud.com/2006/11/following_frien.html Following Friends Across Walled Gardens] - first mention of &amp;quot;portable social network&amp;quot; but in reference to quoting Jeremy Keith&lt;br /&gt;
* 2006-11-23 Jeremy Keith: [http://adactio.com/journal/1212/ More thoughts on portable social networks] - describes the process of portability&lt;br /&gt;
* 2006-11-23 Glenn Jones: [http://www.glennjones.net/Post/820/Microformatsandportablesocialnetwork.htm Microformats and portable social network] - talks about portable social networks in the backnetwork&lt;br /&gt;
* 2006-11-23 Velvetsarah has [http://www.velvet.id.au/2006/11/23/portable-social-networks/ posted a screenshot and brainstorm] about how a site could handle importing XFN enabled contacts. See [[social-network-portability-interfaces]] for more.&lt;br /&gt;
* &amp;lt;strong&amp;gt;2006-11-24&amp;lt;/strong&amp;gt; [http://microformats.org/wiki?title=user-interface&amp;amp;diff=10524&amp;amp;oldid=10523 &amp;quot;&amp;lt;strong&amp;gt;social network portability&amp;lt;/strong&amp;gt;&amp;quot; phrase and problem statement introduced to microformats wiki] by [[User:Tantek|Tantek Çelik]] &lt;br /&gt;
* 2007-03-11 Robert Gaal: [http://www.53miles.com/archives/making-openid-your-only-online-profile-alpha-dash Making OpenID your only online profile: Alpha Dash] - An abstract attempt to create one dashboard, to be used as a starting point for all social networks. It contains four elements: identity, ownership, presence and contacts (see comments also)&lt;br /&gt;
* 2007-05-16 [http://2007.xtech.org/public/schedule/paper/69 What is your provenance?] by Gavin Bell for Xtech 2007. Also available on [http://video.google.com/videoplay?docid=-8663100900373306094 Google Video]&lt;br /&gt;
* 2007-06-20 Alper Çuğun: [http://fourstarters.com/2007/06/20/the-future-of-everything-is-social-consolidate-and-take-back-your-social-network/ The Future of Everything is Social: Consolidate and take back your social network]&lt;br /&gt;
* 2007-07-17 Kevin Lawver: [http://www.lawver.net/archive/2007/07/17/h12_portable_social_networks_at_mashup_camp.php A Portable Social Network Prototype] - A simple Ruby on Rails app that uses OpenID + XFN to look for users of the site w/ the same homepage as the href value and allows you to add them as contacts.&lt;br /&gt;
*[http://www.plaxo.com/about/releases/release-20070718 2007-07-17 Plaxo Pushes For &amp;quot;Open Social Web&amp;quot;: Endorses and implements key open standards, OpenID and microformats]&lt;br /&gt;
* 2007-07-18 Jeremiah Owyang: [http://twitter.com/jowyang/statuses/156097392 Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What if we could port all our friends and family from one social network to another. Why do we have to continue to add people = annoying&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-07-18 Brian Oberkirch: [http://www.brianoberkirch.com/2007/07/18/highrise-microformats-and-portable-social-networks/ Highrise, microformats and portable social networks]&lt;br /&gt;
* 2007-07-24 Thomas Vander Wal: [http://vanderwal.net/random/entrysel.php?blog=1937 Sharing and Following/Listening in the Social Web]&lt;br /&gt;
* See [[events/2007-07-28-portable-social-networks-meetup#blog_posts|blog posts following up]] from the [[events/2007-07-28-portable-social-networks-meetup|2007-07-28-portable social networks meetup]].&lt;br /&gt;
* 2007-08-01 Jeffrey Zeldman: [http://www.zeldman.com/2007/08/01/social-network-portability/ &amp;quot;InterNetwork&amp;quot; regarding social network portability]&lt;br /&gt;
* 2007-08-02 &lt;br /&gt;
** [http://www.brosbeforeblogs.com/2007/08/identity-crisis.html Identity Crisis part 1] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;We need to put the ownership of how we define relationships online in the hands of the individual, not the services that utilize them.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;My theory on how this should be accomplished is based on a marriage of OpenID and an open standard for defining relationships such as the [[XFN]] [http://microformats.org/ Microformat]. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** [http://www.brianoberkirch.com/2007/08/02/deeelightful-making-profile-import-a-snap/ Deeelightful: Making Profile Import a Snap] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Why not make it simple for them to jumpstart a profile by reusing information they already have on the [[hcard|Web? Some forward thinking Web services are marking up user profile data with hCard, a microformat that]] signifies a person, place or organization is being described.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-08-08 Brian Oberkirch: [http://www.brianoberkirch.com/2007/08/08/building-blocks-for-portable-social-networks/ Building Blocks for Portable Social Networks]&lt;br /&gt;
* 2007-08-15 [http://news.bbc.co.uk/1/hi/technology/6944653.stm Pull down the walled gardens] Internet law professor Michael Geist says the walled gardens of social networks should be pulled down.&lt;br /&gt;
* 2007-08-16 Stephanie Booth: [http://climbtothestars.org/archives/2007/08/16/we-need-structured-portable-social-networks-spsn/ We Need Structured Portable Social Networks (SPSN)] (links to two more posts on the subject, but not certain they're relevant enough for a separate listing; edit as you see fit)&lt;br /&gt;
* 2007-08-17 [http://bradfitz.com/social-graph-problem/ Thoughts on the Social Graph] by Brad Fitzpatrick.&lt;br /&gt;
* 2007-08-25 [http://www.ignitesocialmedia.com/linking-it-all-%e2%80%93-social-network-portability/ Linking It All-Social Network Portability] by Mike Lotz for Ignite Social Media&lt;br /&gt;
* 2007-09-03 [http://themaninblue.com/writing/perspective/2007/09/03/ There are no social networks] by Cameron Adams&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;If you can't see my friends and let my friends be seen, you'll be washed up and hung out to dry.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 2007-09-07 [[User:LynX|Carlo v. Loesch]]: [http://about.psyc.eu/Social_network#But.._why_microformats.3F Privacy and the web? Notification and HTTP? Are you looking at the right technologies!?]&lt;br /&gt;
&lt;br /&gt;
See [http://ma.gnolia.com/groups/PSN ma.gnolia Portable Social Network Group] for aggregated bookmarks around the subject and join the group to share links.&lt;br /&gt;
&lt;br /&gt;
[http://technorati.com/search/microformats.org/wiki/social-network-portability View blog reactions] to this page.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Beware of and avoid [[social-network-anti-patterns]]!&lt;br /&gt;
* See and add to [[social-network-portability-issues]].&lt;br /&gt;
&lt;br /&gt;
== Alternative Approaches ==&lt;br /&gt;
Non-web based:&lt;br /&gt;
* [http://about.psyc.eu psyc] and [http://www.psyced.org psyced], a decentralized multi-protocol chat and event notification system with [http://about.psyc.eu/Social_Network friendship] and [http://about.psyc.eu/Trust trust] modeling.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[social-network-portability-interfaces]]&lt;br /&gt;
* [[social-network-portability-faq]]&lt;br /&gt;
* [[social-network-portability-issues]]&lt;br /&gt;
* [[social-network-anti-patterns]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[data-portability]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=irc-people&amp;diff=22546</id>
		<title>irc-people</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=irc-people&amp;diff=22546"/>
		<updated>2007-10-11T18:57:03Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A list of [[irc|IRC]] regulars, sorted by nick, and their normal timezones (winter/summer).&lt;br /&gt;
&lt;br /&gt;
* {{irc user|Adam Ballai|AdamBallai|-700/-700}}&lt;br /&gt;
* {{irc user|Adam Craven|AdamCraven|+0000}}&lt;br /&gt;
* {{irc user|Alexander Graf|AlexanderGraf|+0100}}&lt;br /&gt;
* {{irc user|Tomasino|aloneone|-0500}}&lt;br /&gt;
* {{irc user|AmanuelTewolde|Amanuel|-0500/-0400}}&lt;br /&gt;
* {{irc user|Amette|amette|+1000}}&lt;br /&gt;
* {{irc user|Amir Guindehi|AmirGuindehi|+1000}}&lt;br /&gt;
* {{irc user|Ajaswa|Andrew Jaswa|-0500}}&lt;br /&gt;
* {{irc user|AnselHalliburton|anselxyz|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ashe Dryden|Ashe|-600}}&lt;br /&gt;
* {{irc user|Ashley|Ashley|+1000}}&lt;br /&gt;
* {{irc user|Tyler Roehmholdt|Baristo|-0800/-0700}}&lt;br /&gt;
* {{irc user|BenjaminCarlyle|BenjaminCarlyle|+1000}}&lt;br /&gt;
* {{irc user|HenriBergius|bergie|+0200/+0300}}&lt;br /&gt;
* {{irc user|Ben Ward|BenWard|+0000}}&lt;br /&gt;
* {{irc user|BenWest|bewest|-0800/-0700}}&lt;br /&gt;
* {{irc user|B.K._DeLong|bkdelong|-0500/-0400}}&lt;br /&gt;
* {{irc user|Robert|blueace|+0100}}&lt;br /&gt;
* {{irc user|BluesMoon|bluesmoon|+0530}}&lt;br /&gt;
* {{irc user|BobChao|BobChao|+0800}}&lt;br /&gt;
* {{irc user|Bob Jonkman|BobJonkman|-0500/-0400}}&lt;br /&gt;
* {{irc user|Boneill|boneill|+0000}}&lt;br /&gt;
* {{irc user|Brian|briansuda|+0000}}&lt;br /&gt;
* {{irc user|Briski|Briski|+0000}}&lt;br /&gt;
* {{irc user|BryanL|BryanL|-0500/-0400}}&lt;br /&gt;
* {{irc user|BryanRieger|Bryan Rieger|+0000}}&lt;br /&gt;
* {{irc user|Bug-E|Bug-E|+0200}}&lt;br /&gt;
* {{irc user|CarlaHufstedler|carlamagpie|-0500/-0400}}&lt;br /&gt;
* {{irc user|Colin_Barrett|cbarrett|-1000}}&lt;br /&gt;
* {{irc user|ColinDDevroe|cdevroe|-0500/-0600}}&lt;br /&gt;
* {{irc user|Cgriego|cgriego|-0600/-0500}}&lt;br /&gt;
* {{irc user|Charlvn|Charl|+0200/+0200}}&lt;br /&gt;
* {{irc user|CharlesRoper|charles_r|0000/+0100}}&lt;br /&gt;
* {{irc user|ChristopherStJohn|cks|-0600/-0500}}&lt;br /&gt;
* {{irc user|Cloud|Cloud|+0000}}&lt;br /&gt;
* {{irc user|Cruster|cruster|+0200}}&lt;br /&gt;
* {{irc user|Csarven|csarven|-0500/-0400}}&lt;br /&gt;
* {{irc user|ChrisBrentano|ctb|-0800/-0700}}&lt;br /&gt;
* {{irc user|DanC|DanC|-0600/-0500}}&lt;br /&gt;
* {{irc user|DanielBurka|DanielBurka|-0400}}&lt;br /&gt;
* {{irc user|DannyAyers|danja|+0100/+0200}}&lt;br /&gt;
* {{irc user|Dave Cardwell|davecardwell|+0000}}&lt;br /&gt;
* {{irc user|DavidMead|DavidMead|-0400}}&lt;br /&gt;
* {{irc user|DenisDefreyne|ddfreyne|+0100/+0200}}&lt;br /&gt;
* {{irc user|DeanEro|deanero|-0800/-0700}}&lt;br /&gt;
* {{irc user|DerrickPallas|DerrickPallas|-0800/-0700}}&lt;br /&gt;
* {{irc user|DimitriGlazkov|dglazkov|-0600/-0500}}&lt;br /&gt;
* {{irc user|DiegoBudny|DiegoBudny|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|Dan Kubb|dkubb|-0800/-0700}}&lt;br /&gt;
* {{irc user|DrErnie|DrErnie|-0800/-0700}}&lt;br /&gt;
* {{irc user|DrewMcLellan|drewinthehead|+0000/+0100}}&lt;br /&gt;
* {{irc user|DrewBell|droob|-0600/-0500}}&lt;br /&gt;
* {{irc user|DimitriosZachariadis|dzach|+0200/+0300}}&lt;br /&gt;
* {{irc user|DydimusTK|dydimustk|-0600}}&lt;br /&gt;
* {{irc user|Ed Summers|edsu|-0500/-0400}}&lt;br /&gt;
* {{irc user|Enric|Enric|-0800/-0700}} (alt sp &amp;quot;enric&amp;quot;)&lt;br /&gt;
* {{irc user|Evan|evanpro|-0500}}&lt;br /&gt;
* {{irc user|ChrisMessina|factoryjoe|-0800/-0700}}&lt;br /&gt;
* {{irc user|Fil|Fil|+0200}}&lt;br /&gt;
* {{irc user|MarkoMrdjenovic|friedcell|+0100/+0200}}&lt;br /&gt;
* {{irc user|GarethR|garethr|+0000/+0100}}&lt;br /&gt;
* {{irc user|Grantbow|Grantbow|-0800/-0700}}&lt;br /&gt;
* {{irc user|Griffin|Griffin|-0600/-0500}}&lt;br /&gt;
* {{irc user|Aubergine10|Guy Fraser|+0100/+0000}}&lt;br /&gt;
* {{irc user|HenrichPoehls|HenrichP|+0100}}&lt;br /&gt;
* {{irc user|IanHickson|Hixie|-0800/-0700}}&lt;br /&gt;
* {{irc user|Hlb|hlb|+0800-0700}}&lt;br /&gt;
* {{irc user|EdwardOConnor|hober|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ichigo|ichigo|+1000}}&lt;br /&gt;
* {{irc user|Alper|illustir|+0100}}&lt;br /&gt;
* {{irc user|Inkbase|inkbase|-0800/-0700}}&lt;br /&gt;
* {{irc user|IwaiMasaharu|iwaim|+0900}}&lt;br /&gt;
* {{irc user|Izo|IZO|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|JamieKnight|JamieKnight|+1000/0000}}&lt;br /&gt;
* {{irc user|JoeGregorio|jcgregorio|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|WizardIsHungry|jcw9|-0500/-0400}}&lt;br /&gt;
* {{irc user|Adactio|Jeremy Keith|+0000}}&lt;br /&gt;
* {{irc user|JasonK|jkridner|-0600/-0500}}&lt;br /&gt;
* {{irc user|JeffMcNeill|jeffmcneill|-1000}}&lt;br /&gt;
* {{irc user|JimboJW|jimbojw|-0600/-0500}}&lt;br /&gt;
* {{irc user|Jonathan_Arkell|jonnay|-0700/0600}}&lt;br /&gt;
* {{irc user|JosephHolsten|josephholsten|-0600/-0500}}&lt;br /&gt;
* {{irc user|JulianStahnke|Julian Stahnke|+0000}}&lt;br /&gt;
* {{irc user|Kapowaz|kapowaz|+0000/+0100}}&lt;br /&gt;
* {{irc user|Keri Henare|kerihenare|+1200}}&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* {{irc user|RyanKing|kingryan|-0800/-0700}}&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* {{irc user|Lachlan Hunt|Lachy|+1000/+1100}}&lt;br /&gt;
* {{irc user|Linmic|linmic|+0800-0700}}&lt;br /&gt;
* {{irc user|MarkNg|madness|+0000/+0100}}&lt;br /&gt;
* {{irc user|Mark Mansour|Mark Mansour|+1100}}&lt;br /&gt;
* {{irc user|MarkNormanFrancis|Mark Norman Francis|+0000/+0100}}&lt;br /&gt;
* {{irc user|MattBowen|Matt Bowen|-0500/-0400}}&lt;br /&gt;
* {{irc user|MattisManzel|Mattis Manzel|+0100/+0200}}&lt;br /&gt;
* {{irc user|CiaranMc|McNulty|+0000/+0100}}&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[[mfbot]]&amp;lt;/span&amp;gt; - a bot which logs all edits to this wiki. It appends a number with a '+' or '-' sign, to indicate the number of characters added or removed as a result of the edit.&amp;lt;/span&amp;gt;&lt;br /&gt;
* {{irc user|Mike|Michael McCracken(mmc)|-0800/-0700}}&lt;br /&gt;
* {{irc user|MikeKaply|mkaply|-0600/-0500}}&lt;br /&gt;
* {{irc user|SteveIvy|monkinetic/redmonk|-0700}}&lt;br /&gt;
* {{irc user|RobManson|nambor|+1000}}&lt;br /&gt;
* {{irc user|neuro|neuro|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|Niekie|niekie|+0100/+0200}}&lt;br /&gt;
* {{irc user|NTollervey|ntoll|+0000/+0100}}&lt;br /&gt;
* {{irc user|Andy Pemberton|pembertona|-0500/-0400}}&lt;br /&gt;
* {{irc user|Phae|Phae|+0000/+0100}}&lt;br /&gt;
* {{irc user|PriitLaes|plaes|+0200/+0300}}&lt;br /&gt;
* {{irc user|ChrisCasciano|pnhChris|-0500/-0400}}&lt;br /&gt;
* {{irc user|PetarPopov|popov|-0800/-0700}}&lt;br /&gt;
* {{irc user|DavidOsolkowski|qid|-0500}}&lt;br /&gt;
* {{irc user|RCanine|RCanine|-0500/-0400}}&lt;br /&gt;
* {{irc user|Remi|Remi|-0500/-0400}}&lt;br /&gt;
* {{irc user|RobertBachmann|RobertBachmann|+0100/+0200}}&lt;br /&gt;
** Office hours: &amp;lt;s&amp;gt;Wednesday, 18:00-20:00 UTC&amp;lt;/s&amp;gt; (Currently no office hours}}&lt;br /&gt;
* {{irc user|Ronnos|Ron Kok|+0000}}&lt;br /&gt;
* {{irc user|SarahWorsham|sazbean|-0500/-0400}}&lt;br /&gt;
* {{irc user|ScottNelle|snelle|-0500/-0400}}&lt;br /&gt;
* {{irc user|Dana Benson|Snowden|-0800/-0700}}&lt;br /&gt;
* {{irc user|Smackman|Steve Farrell|-0800/-0700}}&lt;br /&gt;
* {{irc user|Steve Ganz|SteveGanz|-0800/-0700}}&lt;br /&gt;
* {{irc user|Stii|Stii|+0200 GMT}}&lt;br /&gt;
* {{irc user|ReinierZ|surial|+0100 GMT}}&lt;br /&gt;
* {{irc user|SuperPhly|SuperPhly|-600/-500}}&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;sym[[User:LynX|lynX]]&amp;lt;/span&amp;gt; or (better) [[User:LynX|lynX]] on [http://about.psyc.eu PSYC] (+0100}}&lt;br /&gt;
* {{irc user|DavidLehn|taaz|-0500/-0400}}&lt;br /&gt;
* {{irc user|Tantek|Tantek|-0800/-0700}}&lt;br /&gt;
* {{irc user|Trovster|trovster|-0800/-0700}}&lt;br /&gt;
* {{irc user|Vadania|vadania|-0600/-0700}}&lt;br /&gt;
* {{irc user|Vant|vant|+0900}}&lt;br /&gt;
* {{irc user|Victor|victor|+0100/+0200}}&lt;br /&gt;
* {{irc user|V-I-P|V-I-P|+0100/+0200}}&lt;br /&gt;
* {{irc user|KrissWatt|VoodooChild|+0000/+0100}}&lt;br /&gt;
* {{irc user|WebOrganics|weborganics|+0100}}&lt;br /&gt;
* {{irc user|JacksonWilkinson|whafro|-0500/-0400}}&lt;br /&gt;
* {{irc user|Richard Conyard|WhiskeyM|+0000}}&lt;br /&gt;
* {{irc user|Veeliam|William Lawrence|-0800/-0700}}&lt;br /&gt;
* {{irc user|StevenWoods|woodss|+0000 GMT}}&lt;br /&gt;
* {{irc user|Wojciech|wzajac|+0100/+0200}}&lt;br /&gt;
* {{irc user|Ianloic|yakk|-0800/-0700}}&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=22821</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=22821"/>
		<updated>2007-09-28T07:02:55Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* blog posts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of several microformats related [[events]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2007-09-28T14:00&amp;lt;/span&amp;gt;-17:00&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westergasfabriek&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Amsterdam&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;The Netherlands&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, a &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;meet during the [http://picnicnetwork.org PICNIC conference]. (Coordinates: &amp;lt;span class=&amp;quot;geo&amp;quot;&amp;gt;52.3864;4.8717&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like [[hcard|hCard]], [[XFN]] and OpenId.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also the PICNIC site: &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.picnicnetwork.org/artefact-8259-en.html&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://technorati.com/events/http://microformats.org/wiki/events/2007-09-28-portable-social-networks-meetup-amsterdam Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png &lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [http://microformats.org/wiki/events/2007-07-28-portable-social-networks-meetup San Francisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. -[[User:Robert|Robert]]&lt;br /&gt;
&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
== planning to attend ==&lt;br /&gt;
Please add your name to this list and link it to a URL representing you (preferably your URL with your hCard on it) if you plan to attend.&lt;br /&gt;
* [http://53miles.com/about Robert Gaal]&lt;br /&gt;
* [http://alper.nl/ Alper Çu&amp;amp;#x11F;un]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
* ...&lt;br /&gt;
* ... please add your name if you attended.&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
* http://www.53miles.com/archives/portable-social-networks-becoming-more-real&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19800</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19800"/>
		<updated>2007-08-15T15:49:24Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:2007-09-28 14:00-17:00&lt;br /&gt;
;Where&lt;br /&gt;
:Westergasfabriek, Amsterdam, The Netherland, during the [http://picnicnetwork.org PICNIC conference]&lt;br /&gt;
;What&lt;br /&gt;
:An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like hCard, XFN and OpenId.&lt;br /&gt;
&lt;br /&gt;
[http://www.picnicnetwork.org/artefact-8259-en.html See also the PICNIC site]&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [http://microformats.org/wiki/events/2007-07-28-portable-social-networks-meetup San Fransisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. -[[User:Robert|Robert]]&lt;br /&gt;
&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
== expected attendees ==&lt;br /&gt;
* [http://53miles.com/about Robert Gaal]&lt;br /&gt;
* [http://hyves.net Yme Bosma]&lt;br /&gt;
* [http://peopleaggregator.com Marc Canter]&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19669</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19669"/>
		<updated>2007-08-15T15:49:05Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:2007-09-28 14:00-17:00&lt;br /&gt;
;Where&lt;br /&gt;
:Westergasfabriek, Amsterdam, The Netherland, during the [http://picnicnetwork.org PICNIC conference]&lt;br /&gt;
;What&lt;br /&gt;
:An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like hCard, XFN and OpenId.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.picnicnetwork.org/artefact-8259-en.html More info on the PICNIC site]&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [http://microformats.org/wiki/events/2007-07-28-portable-social-networks-meetup San Fransisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. -[[User:Robert|Robert]]&lt;br /&gt;
&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
== expected attendees ==&lt;br /&gt;
* [http://53miles.com/about Robert Gaal]&lt;br /&gt;
* [http://hyves.net Yme Bosma]&lt;br /&gt;
* [http://peopleaggregator.com Marc Canter]&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19668</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19668"/>
		<updated>2007-08-15T12:28:19Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* attendees */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:2007-09-28 14:00-17:00&lt;br /&gt;
;Where&lt;br /&gt;
:Westergasfabriek, Amsterdam, The Netherland, during the [http://picnicnetwork.org PICNIC conference]&lt;br /&gt;
;What&lt;br /&gt;
:An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like hCard, XFN and OpenId.&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [http://microformats.org/wiki/events/2007-07-28-portable-social-networks-meetup San Fransisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. -[[User:Robert|Robert]]&lt;br /&gt;
&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
== expected attendees ==&lt;br /&gt;
* [http://53miles.com/about Robert Gaal]&lt;br /&gt;
* [http://hyves.net Yme Bosma]&lt;br /&gt;
* [http://peopleaggregator.com Marc Canter]&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=19665</id>
		<title>social-network-portability</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=19665"/>
		<updated>2007-08-15T12:27:32Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Social Network Portability &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
One of several [[user-interface]] ideas and suggestions for working with microformats.&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
Why is it that every single social network community site makes you:&lt;br /&gt;
* re-enter all your personal profile info (name, email, birthday, URL etc.)?&lt;br /&gt;
* re-add all your friends?&lt;br /&gt;
&lt;br /&gt;
In addition, why do you have to:&lt;br /&gt;
* re-turn off notifications?&lt;br /&gt;
* re-specify privacy preferences?&lt;br /&gt;
* re-block [http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html negative people]?&lt;br /&gt;
&lt;br /&gt;
AKA &amp;quot;social network fatigue problem&amp;quot; and &amp;quot;social network update/maintenance problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The Goals ==&lt;br /&gt;
When you join a new site, you should be able to ''import'' or preferably ''subscribe'' to&lt;br /&gt;
* your profile information&lt;br /&gt;
* your social network&lt;br /&gt;
from any existing profile of yours. &lt;br /&gt;
&lt;br /&gt;
In addition it would be nice if preferences around:&lt;br /&gt;
* notifications&lt;br /&gt;
* privacy&lt;br /&gt;
also transferred between profiles.&lt;br /&gt;
&lt;br /&gt;
AKA a social internetwork, a network of social networks.&lt;br /&gt;
&lt;br /&gt;
== Design Patterns and Recipes ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;How To&amp;quot; for social network profile sites that want to solve the above problems and achieve the above goals.&lt;br /&gt;
&lt;br /&gt;
# Publish microformats in your user profiles:&lt;br /&gt;
## implement [[hcard|hCard]] on user profile pages.  See [[hcard-supporting-profiles]] for sites that have already done this.&lt;br /&gt;
## implement [[hcard|hCard]]+[[xfn|XFN]] on the list of friends on your user profile pages.  See [[hcard-xfn-supporting-friends-lists]] for sites that already do this. (e.g. [[http://twitter.com/ Twitter]]).&lt;br /&gt;
# Subscribe to microformats for your user profiles:&lt;br /&gt;
## when signing up a new user:&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; from one of their existing [[hcard-supporting-profiles]], their name, their icon etc.  [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Satisfaction Inc already supports this.]&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; their list of friends from one of their existing [[hcard-xfn-supporting-friends-lists|hCard+XFN supporting friends lists]]. [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Dopplr.com already supports this.]&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability FAQ ==&lt;br /&gt;
*''Doesn't [http://openid.net/ OpenID] address the re-enter all your personal profile info problem?''&lt;br /&gt;
** No it does not. OpenID is fundamentally about proving to one site that you own or control another particular URL.  Nothing more.  All the profile stuff is extra and even then the specific property set is unspecified in OpenID.  That's where [[hcard|hCard]] comes in.  hCard specifies a vocabulary of personal profile info (name, email, birthday, URL etc.) based on industry standard vCard.  And in fact that's all you need to solve the &amp;quot;re-enter all your personal info&amp;quot; problem for public sites - no need to authenticate public URLs via OpenID, just read them and parse their hCard(s).&lt;br /&gt;
*''Doesn't OpenID provide people with a way to create a globally unique identifier for themselves?''&lt;br /&gt;
** It is URL (by way of DNS) that creates a globally unique identifier, not OpenID. All OpenID does is add ''authentication'' on top of having a URL that is itself a globally unique identifier, that is, OpenID is a way of asserting that you &amp;quot;own&amp;quot; or otherwise control a particular URL to another service/site. The essential quality of being a globally unique identifier is present in a URL even without OpenID. Thus, no, it is not OpenID that ''creates'' a ''globally unique identifier'', rather, simply using a ''URL'' creates a globally unique identifier.  A URL ''by itself'' can be used as a basis for portable social networks, since it provides a way of referring to a single person that makes sense across the whole Web.  And as such, people can (and will) create multiple URLs that represent them, so a method of enabling people to tie their URLs together (e.g. XFN's rel=&amp;quot;me&amp;quot;) becomes important.  However, by adding authentication, OpenID can enhance existing globally unique identifier URLs for people, by permitting authenticated access to (perhaps more information in) profiles and social networks represented at those URLs using microformats.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* For import/subscribe to hCard user profiles, &amp;quot;we need a defined heuristic for picking out the page owner from the friends.&amp;quot; - Kevin Marks in IRC.&lt;br /&gt;
** There are some thoughts and proposed heuristics for this in [[hcard-brainstorming#Representative_hCard_discovery|hCard brainstorming: representative hCard discovery]].[[User:Tantek|Tantek]] 14:35, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Profile information can be a very broad term judging from some of the horribly long profile forms I have seen on for instancy MyBlogLog. Some stuff should be essential, but optionally you can add pretty much anything as somebody's profile. Some optionals which could be nice to have:&lt;br /&gt;
* hResume markup for current (and previous) occupation and school history, maybe also for skills/interests.&lt;br /&gt;
* hReview markup to automatically get the favorite books, music, movies of somebody instead of duplicating it across sites.&lt;br /&gt;
[[User:Alper|Alper]] 05:44, 3 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Discussion and suggestions ==&lt;br /&gt;
* Jeremy Keith: [http://adactio.com/journal/1209/ Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Here’s what I want: when I go to the latest social networking fadsite, I want it to ask for my URL. Then it can go off and fetch my [[hcard|hCard]] and [[xfn|XFN]] list. A pre-filled form for my details and a pre-filled list of potential contacts can then be presented to me.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Derek Featherstone: [http://www.boxofchocolates.ca/archives/2006/11/21/solving-problems-with-social-networking Solving problems with social networking]&lt;br /&gt;
* Jeremy Keith: [http://adactio.com/journal/1212/ More thoughts on portable social networks]&lt;br /&gt;
* Glenn Jones: [http://www.glennjones.net/Post/820/Microformatsandportablesocialnetwork.htm Microformats and portable social network]&lt;br /&gt;
* Velvetsarah has [http://www.velvet.id.au/2006/11/23/portable-social-networks/ posted a screenshot and brainstorm] about how a site could handle importing XFN enabled contacts.&lt;br /&gt;
[http://www.velvet.id.au/2006/11/23/portable-social-networks/ http://www.velvet.id.au/out/wp-content/uploads/2006/11/picture-9.png]&lt;br /&gt;
* Jeremiah Owyang: [http://twitter.com/jowyang/statuses/156097392 Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What if we could port all our friends and family from one social network to another. Why do we have to continue to add people = annoying&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Brian Oberkirch: [http://urltea.com/10ee Highrise, microformats and portable social networks]&lt;br /&gt;
* Brian Oberkirch: [http://www.brianoberkirch.com/2007/08/08/building-blocks-for-portable-social-networks/ Building Blocks for Portable Social Networks]&lt;br /&gt;
* Kevin Lawver: [http://www.lawver.net/archive/2007/07/17/h12_portable_social_networks_at_mashup_camp.php A Portable Social Network Prototype] - A simple Ruby on Rails app that uses OpenID + XFN to look for users of the site w/ the same homepage as the href value and allows you to add them as contacts.&lt;br /&gt;
* Robert Gaal: [http://www.53miles.com/archives/making-openid-your-only-online-profile-alpha-dash Making OpenID your only online profile: Alpha Dash] - An abstract attempt to create one dashboard, to be used as a starting point for all social networks. It contains four elements: identity, ownership, presence and contacts (see comments also)&lt;br /&gt;
* Alper Çuğun: [http://fourstarters.com/2007/06/20/the-future-of-everything-is-social-consolidate-and-take-back-your-social-network/ The Future of Everything is Social: Consolidate and take back your social network]&lt;br /&gt;
&lt;br /&gt;
See [[events/2007-07-28-portable-social-networks-meetup#blog_posts|blog posts following up]] from the [[events/2007-07-28-portable-social-networks-meetup|2007-07-28-portable social networks meetup]].&lt;br /&gt;
&lt;br /&gt;
[http://technorati.com/search/microformats.org/wiki/social-network-portability View blog reactions]&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
* 2007-08-02 &lt;br /&gt;
** [http://www.brosbeforeblogs.com/2007/08/identity-crisis.html Identity Crisis part 1] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;We need to put the ownership of how we define relationships online in the hands of the individual, not the services that utilize them.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;My theory on how this should be accomplished is based on a marriage of OpenID and an open standard for defining relationships such as the [[XFN]] [http://microformats.org/ Microformat]. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** [http://www.brianoberkirch.com/2007/08/02/deeelightful-making-profile-import-a-snap/ Deeelightful: Making Profile Import a Snap] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Why not make it simple for them to jumpstart a profile by reusing information they already have on the [[hcard|Web? Some forward thinking Web services are marking up user profile data with hCard, a microformat that]] signifies a person, place or organization is being described.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
[[events/2007-07-28-portable-social-networks-meetup|2007-07-28 Meeting]] between Daniel Burka, [[User:Tantek|Tantek Çelik]], Eran Globen, Brian Oberkirch at Ritual Coffee Roasters, San Francisco, CA.&lt;br /&gt;
* discussed portable social networks, problem statement, goals, design patterns, recipes&lt;br /&gt;
&lt;br /&gt;
[[events/2007-09-28-portable-social-networks-meetup-amsterdam|2007-09-28 Meet-up]] at PICNIC in Amsterdam. Attendees from Wakoopa, Sxip, PeopleAggregator and Hyves are expected so far.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=19663</id>
		<title>social-network-portability</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=19663"/>
		<updated>2007-08-15T12:27:11Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Social Network Portability &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
One of several [[user-interface]] ideas and suggestions for working with microformats.&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
Why is it that every single social network community site makes you:&lt;br /&gt;
* re-enter all your personal profile info (name, email, birthday, URL etc.)?&lt;br /&gt;
* re-add all your friends?&lt;br /&gt;
&lt;br /&gt;
In addition, why do you have to:&lt;br /&gt;
* re-turn off notifications?&lt;br /&gt;
* re-specify privacy preferences?&lt;br /&gt;
* re-block [http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html negative people]?&lt;br /&gt;
&lt;br /&gt;
AKA &amp;quot;social network fatigue problem&amp;quot; and &amp;quot;social network update/maintenance problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The Goals ==&lt;br /&gt;
When you join a new site, you should be able to ''import'' or preferably ''subscribe'' to&lt;br /&gt;
* your profile information&lt;br /&gt;
* your social network&lt;br /&gt;
from any existing profile of yours. &lt;br /&gt;
&lt;br /&gt;
In addition it would be nice if preferences around:&lt;br /&gt;
* notifications&lt;br /&gt;
* privacy&lt;br /&gt;
also transferred between profiles.&lt;br /&gt;
&lt;br /&gt;
AKA a social internetwork, a network of social networks.&lt;br /&gt;
&lt;br /&gt;
== Design Patterns and Recipes ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;How To&amp;quot; for social network profile sites that want to solve the above problems and achieve the above goals.&lt;br /&gt;
&lt;br /&gt;
# Publish microformats in your user profiles:&lt;br /&gt;
## implement [[hcard|hCard]] on user profile pages.  See [[hcard-supporting-profiles]] for sites that have already done this.&lt;br /&gt;
## implement [[hcard|hCard]]+[[xfn|XFN]] on the list of friends on your user profile pages.  See [[hcard-xfn-supporting-friends-lists]] for sites that already do this. (e.g. [[http://twitter.com/ Twitter]]).&lt;br /&gt;
# Subscribe to microformats for your user profiles:&lt;br /&gt;
## when signing up a new user:&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; from one of their existing [[hcard-supporting-profiles]], their name, their icon etc.  [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Satisfaction Inc already supports this.]&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; their list of friends from one of their existing [[hcard-xfn-supporting-friends-lists|hCard+XFN supporting friends lists]]. [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Dopplr.com already supports this.]&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability FAQ ==&lt;br /&gt;
*''Doesn't [http://openid.net/ OpenID] address the re-enter all your personal profile info problem?''&lt;br /&gt;
** No it does not. OpenID is fundamentally about proving to one site that you own or control another particular URL.  Nothing more.  All the profile stuff is extra and even then the specific property set is unspecified in OpenID.  That's where [[hcard|hCard]] comes in.  hCard specifies a vocabulary of personal profile info (name, email, birthday, URL etc.) based on industry standard vCard.  And in fact that's all you need to solve the &amp;quot;re-enter all your personal info&amp;quot; problem for public sites - no need to authenticate public URLs via OpenID, just read them and parse their hCard(s).&lt;br /&gt;
*''Doesn't OpenID provide people with a way to create a globally unique identifier for themselves?''&lt;br /&gt;
** It is URL (by way of DNS) that creates a globally unique identifier, not OpenID. All OpenID does is add ''authentication'' on top of having a URL that is itself a globally unique identifier, that is, OpenID is a way of asserting that you &amp;quot;own&amp;quot; or otherwise control a particular URL to another service/site. The essential quality of being a globally unique identifier is present in a URL even without OpenID. Thus, no, it is not OpenID that ''creates'' a ''globally unique identifier'', rather, simply using a ''URL'' creates a globally unique identifier.  A URL ''by itself'' can be used as a basis for portable social networks, since it provides a way of referring to a single person that makes sense across the whole Web.  And as such, people can (and will) create multiple URLs that represent them, so a method of enabling people to tie their URLs together (e.g. XFN's rel=&amp;quot;me&amp;quot;) becomes important.  However, by adding authentication, OpenID can enhance existing globally unique identifier URLs for people, by permitting authenticated access to (perhaps more information in) profiles and social networks represented at those URLs using microformats.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* For import/subscribe to hCard user profiles, &amp;quot;we need a defined heuristic for picking out the page owner from the friends.&amp;quot; - Kevin Marks in IRC.&lt;br /&gt;
** There are some thoughts and proposed heuristics for this in [[hcard-brainstorming#Representative_hCard_discovery|hCard brainstorming: representative hCard discovery]].[[User:Tantek|Tantek]] 14:35, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Profile information can be a very broad term judging from some of the horribly long profile forms I have seen on for instancy MyBlogLog. Some stuff should be essential, but optionally you can add pretty much anything as somebody's profile. Some optionals which could be nice to have:&lt;br /&gt;
* hResume markup for current (and previous) occupation and school history, maybe also for skills/interests.&lt;br /&gt;
* hReview markup to automatically get the favorite books, music, movies of somebody instead of duplicating it across sites.&lt;br /&gt;
[[User:Alper|Alper]] 05:44, 3 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Discussion and suggestions ==&lt;br /&gt;
* Jeremy Keith: [http://adactio.com/journal/1209/ Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Here’s what I want: when I go to the latest social networking fadsite, I want it to ask for my URL. Then it can go off and fetch my [[hcard|hCard]] and [[xfn|XFN]] list. A pre-filled form for my details and a pre-filled list of potential contacts can then be presented to me.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Derek Featherstone: [http://www.boxofchocolates.ca/archives/2006/11/21/solving-problems-with-social-networking Solving problems with social networking]&lt;br /&gt;
* Jeremy Keith: [http://adactio.com/journal/1212/ More thoughts on portable social networks]&lt;br /&gt;
* Glenn Jones: [http://www.glennjones.net/Post/820/Microformatsandportablesocialnetwork.htm Microformats and portable social network]&lt;br /&gt;
* Velvetsarah has [http://www.velvet.id.au/2006/11/23/portable-social-networks/ posted a screenshot and brainstorm] about how a site could handle importing XFN enabled contacts.&lt;br /&gt;
[http://www.velvet.id.au/2006/11/23/portable-social-networks/ http://www.velvet.id.au/out/wp-content/uploads/2006/11/picture-9.png]&lt;br /&gt;
* Jeremiah Owyang: [http://twitter.com/jowyang/statuses/156097392 Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What if we could port all our friends and family from one social network to another. Why do we have to continue to add people = annoying&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Brian Oberkirch: [http://urltea.com/10ee Highrise, microformats and portable social networks]&lt;br /&gt;
* Brian Oberkirch: [http://www.brianoberkirch.com/2007/08/08/building-blocks-for-portable-social-networks/ Building Blocks for Portable Social Networks]&lt;br /&gt;
* Kevin Lawver: [http://www.lawver.net/archive/2007/07/17/h12_portable_social_networks_at_mashup_camp.php A Portable Social Network Prototype] - A simple Ruby on Rails app that uses OpenID + XFN to look for users of the site w/ the same homepage as the href value and allows you to add them as contacts.&lt;br /&gt;
* Robert Gaal: [http://www.53miles.com/archives/making-openid-your-only-online-profile-alpha-dash Making OpenID your only online profile: Alpha Dash] - An abstract attempt to create one dashboard, to be used as a starting point for all social networks. It contains four elements: identity, ownership, presence and contacts (see comments also)&lt;br /&gt;
* Alper Çuğun: [http://fourstarters.com/2007/06/20/the-future-of-everything-is-social-consolidate-and-take-back-your-social-network/ The Future of Everything is Social: Consolidate and take back your social network]&lt;br /&gt;
&lt;br /&gt;
See [[events/2007-07-28-portable-social-networks-meetup#blog_posts|blog posts following up]] from the [[events/2007-07-28-portable-social-networks-meetup|2007-07-28-portable social networks meetup]].&lt;br /&gt;
&lt;br /&gt;
[http://technorati.com/search/microformats.org/wiki/social-network-portability View blog reactions]&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
* 2007-08-02 &lt;br /&gt;
** [http://www.brosbeforeblogs.com/2007/08/identity-crisis.html Identity Crisis part 1] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;We need to put the ownership of how we define relationships online in the hands of the individual, not the services that utilize them.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;My theory on how this should be accomplished is based on a marriage of OpenID and an open standard for defining relationships such as the [[XFN]] [http://microformats.org/ Microformat]. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** [http://www.brianoberkirch.com/2007/08/02/deeelightful-making-profile-import-a-snap/ Deeelightful: Making Profile Import a Snap] &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Why not make it simple for them to jumpstart a profile by reusing information they already have on the [[hcard|Web? Some forward thinking Web services are marking up user profile data with hCard, a microformat that]] signifies a person, place or organization is being described.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
[[events/2007-07-28-portable-social-networks-meetup|2007-07-28 Meeting]] between Daniel Burka, [[User:Tantek|Tantek Çelik]], Eran Globen, Brian Oberkirch at Ritual Coffee Roasters, San Francisco, CA.&lt;br /&gt;
* discussed portable social networks, problem statement, goals, design patterns, recipes&lt;br /&gt;
&lt;br /&gt;
[[events/2007-09-28-portable-social-networks-meetup-amsterdam|2007-09-28 Meet-up] at PICNIC in Amsterdam. Attendees from Wakoopa, Sxip, PeopleAggregator and Hyves are expected so far.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19664</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19664"/>
		<updated>2007-08-15T12:15:14Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:2007-09-28 14:00-17:00&lt;br /&gt;
;Where&lt;br /&gt;
:Westergasfabriek, Amsterdam, The Netherland, during the [http://picnicnetwork.org PICNIC conference]&lt;br /&gt;
;What&lt;br /&gt;
:An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like hCard, XFN and OpenId.&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [http://microformats.org/wiki/events/2007-07-28-portable-social-networks-meetup San Fransisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. -[[User:Robert|Robert]]&lt;br /&gt;
&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
Add yourself to the list if you want to join.&lt;br /&gt;
* [http://53miles.com/about Robert Gaal]&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19661</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19661"/>
		<updated>2007-08-15T09:28:34Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:2007-09-28 (time tbd), during the [http://picnicnetwork.org PICNIC conference]&lt;br /&gt;
;Where&lt;br /&gt;
:tbd&lt;br /&gt;
;What&lt;br /&gt;
:An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like hCard, XFN and OpenId.&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [http://microformats.org/wiki/events/2007-07-28-portable-social-networks-meetup San Fransisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. -[[User:Robert|Robert]]&lt;br /&gt;
&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
Add yourself to the list if you want to join.&lt;br /&gt;
* [http://53miles.com/about Robert Gaal]&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19658</id>
		<title>events/2007-09-28-portable-social-networks-meetup-amsterdam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-09-28-portable-social-networks-meetup-amsterdam&amp;diff=19658"/>
		<updated>2007-08-15T09:24:37Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup amsterdam&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:2007-09-28 (time tbd), during the [http://picnicnetwork.org PICNIC conference]&lt;br /&gt;
;Where&lt;br /&gt;
:tbd&lt;br /&gt;
;What&lt;br /&gt;
:An open brainstorm session to think about how social networks can be made portable. Ultimately, the goal is to give users total control of their virtual identity across numerous social networks, using existing standards like hCard, XFN and OpenId.&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
After the event in [events/2007-07-28-portable-social-networks-meetup San Fransisco] I thought it would be cool to get some people in Amsterdam together discussing the same problem. &lt;br /&gt;
[[User:Robert|Robert]]&lt;br /&gt;
Before joining the meetup, attendees are encouraged to read the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
Add yourself to the list if you want to join.&lt;br /&gt;
* [http://53miles.com/about Robert Gaal]&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-07-28-portable-social-networks-meetup&amp;diff=19381</id>
		<title>events/2007-07-28-portable-social-networks-meetup</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-07-28-portable-social-networks-meetup&amp;diff=19381"/>
		<updated>2007-08-03T09:11:54Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:2007-07-28 4pmish-6pmish&lt;br /&gt;
;Where&lt;br /&gt;
:Ritual Coffee Roasters&lt;br /&gt;
;What&lt;br /&gt;
:Meeting to solve the portable profiles and social networks problem once and for all&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
A bit last minute, but since Brian Oberkirch was in town (San Francisco), and I knew this is an important subject to him, I volunteered to [http://pownce.com/t/notes/355501/ announce it] and see who showed up and what we could get done. [[User:Tantek|Tantek]]&lt;br /&gt;
&lt;br /&gt;
[http://flickr.com/photos/brianoberkirch/936378645/in/photostream/ http://farm2.static.flickr.com/1403/936378645_8c48ea8109_m.jpg] (insert Brian Oberkirch here) [http://flickr.com/photos/brianoberkirch/937225276/ http://farm2.static.flickr.com/1375/937225276_47211a838b_m.jpg]&lt;br /&gt;
&lt;br /&gt;
[http://pownce.com/t/notes/357396/ We got quite a bit done], check out the pages we created and edited as a result. (Thanks to ChristopheDucamp for the rapid French translations!)&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
There's defiinitely much more to be done, but we've got a very good start, with the basics of what social network sites need to do to both publish and subscribe/auto-sync portable social networks.  I've added a few follow-up actions to [[to-do#Tantek|my to-do list]]. [[User:Tantek|Tantek]]&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
Blog posts following up on the meetup and [[social-network-portability|results]] which add more insight and discussion. Newest first.&lt;br /&gt;
* [http://www.notsorelevant.com/2007-08-02/portable-social-networks-a-vision-becoming-true/ 2007-08-02 Portable Social Networks: A Vision Becoming True?] by Carsten Pötter&lt;br /&gt;
* [http://www.zeldman.com/2007/08/01/social-network-portability/ 2007-08-01 InterNetwork] by Jeffrey Zeldman&lt;br /&gt;
* [http://www.brianoberkirch.com/2007/08/02/designing-portable-social-networks/ 2007-07-28 Designing Portable Social Networks] by Brian Oberkirch&lt;br /&gt;
* [http://www.53miles.com/archives/portable-social-networks-becoming-more-real 2007-08-03 Portable social networks becoming more real] by Robert Gaal&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-07-28-portable-social-networks-meetup&amp;diff=19218</id>
		<title>events/2007-07-28-portable-social-networks-meetup</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-07-28-portable-social-networks-meetup&amp;diff=19218"/>
		<updated>2007-08-03T09:11:41Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;portable social networks meetup&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:2007-07-28 4pmish-6pmish&lt;br /&gt;
;Where&lt;br /&gt;
:Ritual Coffee Roasters&lt;br /&gt;
;What&lt;br /&gt;
:Meeting to solve the portable profiles and social networks problem once and for all&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
A bit last minute, but since Brian Oberkirch was in town (San Francisco), and I knew this is an important subject to him, I volunteered to [http://pownce.com/t/notes/355501/ announce it] and see who showed up and what we could get done. [[User:Tantek|Tantek]]&lt;br /&gt;
&lt;br /&gt;
[http://flickr.com/photos/brianoberkirch/936378645/in/photostream/ http://farm2.static.flickr.com/1403/936378645_8c48ea8109_m.jpg] (insert Brian Oberkirch here) [http://flickr.com/photos/brianoberkirch/937225276/ http://farm2.static.flickr.com/1375/937225276_47211a838b_m.jpg]&lt;br /&gt;
&lt;br /&gt;
[http://pownce.com/t/notes/357396/ We got quite a bit done], check out the pages we created and edited as a result. (Thanks to ChristopheDucamp for the rapid French translations!)&lt;br /&gt;
&lt;br /&gt;
* [[social-network-portability]] ([[social-network-portability-fr|fr]])&lt;br /&gt;
* [[hcard-supporting-profiles]] ([[hcard-supporting-profiles-fr|fr]])&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists]] ([[hcard-xfn-supporting-friends-lists-fr|fr]])&lt;br /&gt;
&lt;br /&gt;
There's defiinitely much more to be done, but we've got a very good start, with the basics of what social network sites need to do to both publish and subscribe/auto-sync portable social networks.  I've added a few follow-up actions to [[to-do#Tantek|my to-do list]]. [[User:Tantek|Tantek]]&lt;br /&gt;
&lt;br /&gt;
== blog posts ==&lt;br /&gt;
Blog posts following up on the meetup and [[social-network-portability|results]] which add more insight and discussion. Newest first.&lt;br /&gt;
* [http://www.notsorelevant.com/2007-08-02/portable-social-networks-a-vision-becoming-true/ 2007-08-02 Portable Social Networks: A Vision Becoming True?] by Carsten Pötter&lt;br /&gt;
* [http://www.zeldman.com/2007/08/01/social-network-portability/ 2007-08-01 InterNetwork] by Jeffrey Zeldman&lt;br /&gt;
* [http://www.brianoberkirch.com/2007/08/02/designing-portable-social-networks/ 2007-07-28 Designing Portable Social Networks] by Brian Oberkirch&lt;br /&gt;
* [http://www.53miles.com/archives/portable-social-networks-becoming-more-real] 2007-08-03 Portable social networks becoming more real] by Robert Gaal&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:Robert&amp;diff=33362</id>
		<title>User:Robert</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:Robert&amp;diff=33362"/>
		<updated>2007-08-03T08:30:41Z</updated>

		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://53miles.com/about Robert Gaal]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=19214</id>
		<title>social-network-portability</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=19214"/>
		<updated>2007-08-03T08:29:53Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* Discussion and suggestions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Social Network Portability &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
One of several [[user-interface]] ideas and suggestions for working with microformats.&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
Why is it that every single social network community site makes you:&lt;br /&gt;
* re-enter all your personal profile info (name, email, birthday, URL etc.)?&lt;br /&gt;
* re-add all your friends?&lt;br /&gt;
&lt;br /&gt;
In addition, why do you have to:&lt;br /&gt;
* re-turn off notifications?&lt;br /&gt;
* re-specify privacy preferences?&lt;br /&gt;
* re-block [http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html negative people]?&lt;br /&gt;
&lt;br /&gt;
AKA &amp;quot;social network fatigue problem&amp;quot; and &amp;quot;social network update/maintenance problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The Goals ==&lt;br /&gt;
When you join a new site, you should be able to ''import'' or preferably ''subscribe'' to&lt;br /&gt;
* your profile information&lt;br /&gt;
* your social network&lt;br /&gt;
from any existing profile of yours. &lt;br /&gt;
&lt;br /&gt;
In addition it would be nice if preferences around:&lt;br /&gt;
* notifications&lt;br /&gt;
* privacy&lt;br /&gt;
also transferred between profiles.&lt;br /&gt;
&lt;br /&gt;
AKA a social internetwork, a network of social networks.&lt;br /&gt;
&lt;br /&gt;
== Design Patterns and Recipes ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;How To&amp;quot; for social network profile sites that want to solve the above problems and achieve the above goals.&lt;br /&gt;
&lt;br /&gt;
# Publish microformats in your user profiles:&lt;br /&gt;
## implement [[hcard|hCard]] on user profile pages.  See [[hcard-supporting-profiles]] for sites that have already done this.&lt;br /&gt;
## implement [[hcard|hCard]]+[[xfn|XFN]] on the list of friends on your user profile pages.  See [[hcard-xfn-supporting-friends-lists]] for sites that already do this. (e.g. [[http://twitter.com/ Twitter]]).&lt;br /&gt;
# Subscribe to microformats for your user profiles:&lt;br /&gt;
## when signing up a new user:&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; from one of their existing [[hcard-supporting-profiles]], their name, their icon etc.  [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Satisfaction Inc already supports this.]&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; their list of friends from one of their existing [[hcard-xfn-supporting-friends-lists|hCard+XFN supporting friends lists]]. [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Dopplr.com already supports this.]&lt;br /&gt;
&lt;br /&gt;
== Social Network Portability FAQ ==&lt;br /&gt;
*''Doesn't [http://openid.net/ OpenID] address the re-enter all your personal profile info problem?''&lt;br /&gt;
** No it does not. OpenID is fundamentally about proving to one site that you own or control another particular URL.  Nothing more.  All the profile stuff is extra and even then the specific property set is unspecified in OpenID.  That's where [[hcard|hCard]] comes in.  hCard specifies a vocabulary of personal profile info (name, email, birthday, URL etc.) based on industry standard vCard.  And in fact that's all you need to solve the &amp;quot;re-enter all your personal info&amp;quot; problem for public sites - no need to authenticate public URLs via OpenID, just read them and parse their hCard(s).&lt;br /&gt;
*''Doesn't OpenID provide people with a way to create a globally unique identifier for themselves?''&lt;br /&gt;
** It is URL (by way of DNS) that creates a globally unique identifier, not OpenID. All OpenID does is add ''authentication'' on top of having a URL that is itself a globally unique identifier, that is, OpenID is a way of asserting that you &amp;quot;own&amp;quot; or otherwise control a particular URL to another service/site. The essential quality of being a globally unique identifier is present in a URL even without OpenID. Thus, no, it is not OpenID that ''creates'' a ''globally unique identifier'', rather, simply using a ''URL'' creates a globally unique identifier.  A URL ''by itself'' can be used as a basis for portable social networks, since it provides a way of referring to a single person that makes sense across the whole Web.  And as such, people can (and will) create multiple URLs that represent them, so a method of enabling people to tie their URLs together (e.g. XFN's rel=&amp;quot;me&amp;quot;) becomes important.  However, by adding authentication, OpenID can enhance existing globally unique identifier URLs for people, by permitting authenticated access to (perhaps more information in) profiles and social networks represented at those URLs using microformats.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* For import/subscribe to hCard user profiles, &amp;quot;we need a defined heuristic for picking out the page owner from the friends.&amp;quot; - Kevin Marks in IRC.&lt;br /&gt;
** There are some thoughts and proposed heuristics for this in [[hcard-brainstorming#Representative_hCard_discovery|hCard brainstorming: representative hCard discovery]].[[User:Tantek|Tantek]] 14:35, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Discussion and suggestions ==&lt;br /&gt;
* Jeremy Keith: [http://adactio.com/journal/1209/ Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Here’s what I want: when I go to the latest social networking fadsite, I want it to ask for my URL. Then it can go off and fetch my [[hcard|hCard]] and [[xfn|XFN]] list. A pre-filled form for my details and a pre-filled list of potential contacts can then be presented to me.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Derek Featherstone: [http://www.boxofchocolates.ca/archives/2006/11/21/solving-problems-with-social-networking Solving problems with social networking]&lt;br /&gt;
* Jeremy Keith: [http://adactio.com/journal/1212/ More thoughts on portable social networks]&lt;br /&gt;
* Glenn Jones: [http://www.glennjones.net/Post/820/Microformatsandportablesocialnetwork.htm Microformats and portable social network]&lt;br /&gt;
* Velvetsarah has [http://www.velvet.id.au/2006/11/23/portable-social-networks/ posted a screenshot and brainstorm] about how a site could handle importing XFN enabled contacts.&lt;br /&gt;
[http://www.velvet.id.au/2006/11/23/portable-social-networks/ http://www.velvet.id.au/out/wp-content/uploads/2006/11/picture-9.png]&lt;br /&gt;
* Jeremiah Owyang: [http://twitter.com/jowyang/statuses/156097392 Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What if we could port all our friends and family from one social network to another. Why do we have to continue to add people = annoying&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Brian Oberkirch: [http://urltea.com/10ee Highrise, microformats and portable social networks]&lt;br /&gt;
* Kevin Lawver: [http://www.lawver.net/archive/2007/07/17/h12_portable_social_networks_at_mashup_camp.php A Portable Social Network Prototype] - A simple Ruby on Rails app that uses OpenID + XFN to look for users of the site w/ the same homepage as the href value and allows you to add them as contacts.&lt;br /&gt;
* Robert Gaal: [http://www.53miles.com/archives/making-openid-your-only-online-profile-alpha-dash Making OpenID your only online profile: Alpha Dash] - An abstract attempt to create one dashboard, to be used as a starting point for all social networks. It contains four elements: identity, ownership, presence and contacts (see comments also)&lt;br /&gt;
* Alper Çuğun: [http://fourstarters.com/2007/06/20/the-future-of-everything-is-social-consolidate-and-take-back-your-social-network/ The Future of Everything is Social: Consolidate and take back your social network]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
[[events/2007-07-28-portable-social-networks-meetup|2007-07-28 Meeting]] between Daniel Burka, [[User:Tantek|Tantek Çelik]], Eran Globen, Brian Oberkirch at Ritual Coffee Roasters, San Francsico, CA.&lt;br /&gt;
* discussed portable social networks, problem statement, goals, design patterns, recipes&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=19207</id>
		<title>social-network-portability</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=social-network-portability&amp;diff=19207"/>
		<updated>2007-08-03T08:16:54Z</updated>

		<summary type="html">&lt;p&gt;Robert: /* Discussion and suggestions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Social Network Portability &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
One of several [[user-interface]] ideas and suggestions for working with microformats.&lt;br /&gt;
&lt;br /&gt;
=== The Problem ===&lt;br /&gt;
Why is it that every single social network community site makes you:&lt;br /&gt;
* re-enter all your personal profile info (name, email, birthday, URL etc.)?&lt;br /&gt;
* re-add all your friends?&lt;br /&gt;
&lt;br /&gt;
In addition, why do you have to:&lt;br /&gt;
* re-turn off notifications?&lt;br /&gt;
* re-specify privacy preferences?&lt;br /&gt;
* re-block [http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html negative people]?&lt;br /&gt;
&lt;br /&gt;
AKA &amp;quot;social network fatigue problem&amp;quot; and &amp;quot;social network update/maintenance problem&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== The Goals ===&lt;br /&gt;
When you join a new site, you should be able to ''import'' or preferably ''subscribe'' to&lt;br /&gt;
* your profile information&lt;br /&gt;
* your social network&lt;br /&gt;
from any existing profile of yours. &lt;br /&gt;
&lt;br /&gt;
In addition it would be nice if preferences around:&lt;br /&gt;
* notifications&lt;br /&gt;
* privacy&lt;br /&gt;
also transferred between profiles.&lt;br /&gt;
&lt;br /&gt;
AKA a social internetwork, a network of social networks.&lt;br /&gt;
&lt;br /&gt;
=== Design Patterns and Recipes ===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;How To&amp;quot; for social network profile sites that want to solve the above problems and achieve the above goals.&lt;br /&gt;
&lt;br /&gt;
# Publish microformats in your user profiles:&lt;br /&gt;
## implement [[hcard|hCard]] on user profile pages.  See [[hcard-supporting-profiles]] for sites that have already done this.&lt;br /&gt;
## implement [[hcard|hCard]]+[[xfn|XFN]] on the list of friends on your user profile pages.  See [[hcard-xfn-supporting-friends-lists]] for sites that already do this. (e.g. [[http://twitter.com/ Twitter]]).&lt;br /&gt;
# Subscribe to microformats for your user profiles:&lt;br /&gt;
## when signing up a new user:&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; from one of their existing [[hcard-supporting-profiles]], their name, their icon etc.  [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Satisfaction Inc already supports this.]&lt;br /&gt;
### let a user fill out and &amp;lt;em title=&amp;quot;Auto-sync is more than just one-time import, check it and sync-up once a day.&amp;quot;&amp;gt;&amp;quot;auto-sync&amp;quot;&amp;lt;/em&amp;gt; their list of friends from one of their existing [[hcard-xfn-supporting-friends-lists|hCard+XFN supporting friends lists]]. [http://microformats.org/blog/2007/06/21/microformatsorg-turns-2/ Dopplr.com already supports this.]&lt;br /&gt;
&lt;br /&gt;
=== Discussion and suggestions ===&lt;br /&gt;
* Jeremy Keith: [http://adactio.com/journal/1209/ Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Here’s what I want: when I go to the latest social networking fadsite, I want it to ask for my URL. Then it can go off and fetch my [[hcard|hCard]] and [[xfn|XFN]] list. A pre-filled form for my details and a pre-filled list of potential contacts can then be presented to me.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Derek Featherstone: [http://www.boxofchocolates.ca/archives/2006/11/21/solving-problems-with-social-networking Solving problems with social networking]&lt;br /&gt;
* Jeremy Keith: [http://adactio.com/journal/1212/ More thoughts on portable social networks]&lt;br /&gt;
* Glenn Jones: [http://www.glennjones.net/Post/820/Microformatsandportablesocialnetwork.htm Microformats and portable social network]&lt;br /&gt;
* Velvetsarah has [http://www.velvet.id.au/2006/11/23/portable-social-networks/ posted a screenshot and brainstorm] about how a site could handle importing XFN enabled contacts.&lt;br /&gt;
[http://www.velvet.id.au/2006/11/23/portable-social-networks/ http://www.velvet.id.au/out/wp-content/uploads/2006/11/picture-9.png]&lt;br /&gt;
* Jeremiah Owyang: [http://twitter.com/jowyang/statuses/156097392 Twittering]: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What if we could port all our friends and family from one social network to another. Why do we have to continue to add people = annoying&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Brian Oberkirch: [http://urltea.com/10ee Highrise, microformats and portable social networks]&lt;br /&gt;
* Kevin Lawver: [http://www.lawver.net/archive/2007/07/17/h12_portable_social_networks_at_mashup_camp.php A Portable Social Network Prototype] - A simple Ruby on Rails app that uses OpenID + XFN to look for users of the site w/ the same homepage as the href value and allows you to add them as contacts.&lt;br /&gt;
* Robert Gaal: [http://www.53miles.com/archives/making-openid-your-only-online-profile-alpha-dash Making OpenID your only online profile: Alpha Dash] - An attempt to create one dashboard, to be used as a starting point for all social networks. It contains four elements: identity, ownership, presence and contacts (see comments also)&lt;br /&gt;
&lt;br /&gt;
=== Social Network Portability FAQ ===&lt;br /&gt;
*''Doesn't [http://openid.net/ OpenID] address the re-enter all your personal profile info problem?''&lt;br /&gt;
** No it does not. OpenID is fundamentally about proving to one site that you own or control another particular URL.  Nothing more.  All the profile stuff is extra and even then the specific property set is unspecified in OpenID.  That's where [[hcard|hCard]] comes in.  hCard specifies a vocabulary of personal profile info (name, email, birthday, URL etc.) based on industry standard vCard.  And in fact that's all you need to solve the &amp;quot;re-enter all your personal info&amp;quot; problem for public sites - no need to authenticate public URLs via OpenID, just read them and parse their hCard(s).&lt;br /&gt;
** What it ''does'' do is provide people with a way to create a globally unique identifier for themselves - which can then be used as a basis for portable social networks, since it provides a way of referring to a single person that makes sense across the whole Web. Of course, people can (and will) create multiple OpenIDs, so a method of enabling people to tie their OpenIDs together (e.g. XFN's rel=&amp;quot;me&amp;quot;) becomes important.&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* For import/subscribe to hCard user profiles, &amp;quot;we need a defined heuristic for picking out the page owner from the friends.&amp;quot; - Kevin Marks in IRC.&lt;br /&gt;
** There are some thoughts and proposed heuristics for this in [[hcard-brainstorming#Representative_hCard_discovery|hCard brainstorming: representative hCard discovery]].[[User:Tantek|Tantek]] 14:35, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
[[events/2007-07-28-portable-social-networks-meetup|2007-07-28 Meeting]] between Daniel Burka, [[User:Tantek|Tantek Çelik]], Eran Globen, Brian Oberkirch at Ritual Coffee Roasters, San Francsico, CA.&lt;br /&gt;
* discussed portable social networks, problem statement, goals, design patterns, recipes&lt;/div&gt;</summary>
		<author><name>Robert</name></author>
	</entry>
</feed>