<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>OpenSocial &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/opensocial/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Fri, 12 Apr 2024 10:22:20 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>OpenSocial &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/opensocial/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>oAlternative</title>
		<link>https://notiz.blog/2011/11/15/oalternative/</link>
					<comments>https://notiz.blog/2011/11/15/oalternative/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 01:07:50 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[XML]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=4039</guid>

					<description><![CDATA[Was das OpenWeb so kompliziert macht ist das Wörtchen &#8222;alternativ&#8222;! OpenID Discovery basiert auf Meta-Tags, alternativ funktioniert aber auch XRDS(-Simple)/Yadis oder Webfinger. OpenID stellt über SREG Profilinformationen bereit, alternativ aber auch über Attribute Exchange. RDFa 1.1 ist folgendermaßen aufgebaut: &#60;html prefix="foaf: http://xmlns.com/foaf/0.1/" > ... &#60;span property="foaf:name">John Doe&#60;/span> ... &#60;/html> alternativ aber auch: &#60;div vocab="http://xmlns.com/foaf/0.1/" about="#me"> [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Was das OpenWeb so kompliziert macht ist das Wörtchen &#8222;<strong>alternativ</strong>&#8222;!</p>



<ul class="wp-block-list">
	<li>OpenID Discovery basiert auf Meta-Tags, <strong>alternativ</strong> funktioniert aber auch XRDS(-Simple)/Yadis oder Webfinger.</li>
	<li>OpenID stellt über SREG Profilinformationen bereit, <strong>alternativ</strong> aber auch über Attribute Exchange.</li>
	<li> RDFa 1.1 ist folgendermaßen aufgebaut:
		<code>&lt;html
  prefix="foaf: http://xmlns.com/foaf/0.1/"
  >
  ...
  &lt;span property="foaf:name">John Doe&lt;/span>
  ...
&lt;/html></code>
		<strong>alternativ</strong> aber auch:
		<code>&lt;div vocab="http://xmlns.com/foaf/0.1/" about="#me">
  &lt;span property="name">John Doe&lt;/span>
&lt;/div></code> &#8230;oder:
		<code>&lt;div profile="http://xmlns.com/foaf/0.1/" about="#me">
  &lt;span property="foaf:name">John Doe&lt;/span>
&lt;/div></code>
	</li>
	<li>OpenSocial, oEmbed, ActivityStrea.ms und host-meta benutzen JSON, <strong>alternativ</strong> aber auch XML</li>
	<li>OAuth verschlüsselt mit HMAC-SHA1, <strong>alternativ</strong> aber auch mit RSA-SHA1 oder PLAINTEXT</li>
</ul>



<p>To be continued&#8230;</p>



<p>Wie viel Komplexität man sich sparen könnte wenn man sich auf eine Variante beschränken würde.</p>
<p>Hey there, RSS reader! You’re one of a special few, choosing this old-school yet awesome way of staying informed. Kudos!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2011/11/15/oalternative/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>One stack to access them all</title>
		<link>https://notiz.blog/2008/09/23/one-stack-to-access-them-all/</link>
					<comments>https://notiz.blog/2008/09/23/one-stack-to-access-them-all/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 23 Sep 2008 17:31:59 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[Portable Contacts]]></category>
		<category><![CDATA[XRDS]]></category>
		<category><![CDATA[XRDS-Simple]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1170</guid>

					<description><![CDATA[So zu sagen das OSI-Model des Social Webs. Quelle: John McCrea Aus Joseph Smarrs Präsentation Implementing the Open Web, gehalten auf der Web 2.0 Expo in New York.]]></description>
										<content:encoded><![CDATA[
<p>So zu sagen das <abbr title="Open Systems Interconnection Reference Model">OSI</abbr>-Model des <em>Social Webs</em>.</p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/09/open-stack.jpg" alt="open-stack.jpg" /></figure>



<p><br/> Quelle: <a href="http://flickr.com/photos/56624456@N00/2869986857/">John McCrea</a></p>



<p>Aus <a href="http://josephsmarr.com/2008/09/22/tying-it-all-together-implementing-the-open-web-web-20-expo-new-york/">Joseph Smarrs Präsentation <em>Implementing the Open Web</em></a>, gehalten auf der Web 2.0 Expo in New York.</p>
<p>Congratulations on being an RSS reader! You are part of an elite group of people who know how to stay updated in style.</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/09/23/one-stack-to-access-them-all/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>DataAvailability &#8211; doch offener als gedacht?</title>
		<link>https://notiz.blog/2008/08/15/dataavailability-doch-offener-als-gedacht/</link>
					<comments>https://notiz.blog/2008/08/15/dataavailability-doch-offener-als-gedacht/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 15 Aug 2008 18:51:01 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Data Availability]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[Portable Contacts]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1078</guid>

					<description><![CDATA[Anders als bisher angenommen, scheint sich DataAvailability doch immer mehr in Richtung DataPortability zu entwickeln. Schaut man sich MySpaces DataAvailability etwas genauer an, so baut die API (anders als z.B. Facebook Connect) hauptsächlich auf offene Standards wie z.B. OAuth und der Open Social REST API auf, außerdem hat MySpace vor kurzem OpenID &#8211; Support angekündigt [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="https://notiz.blog/2008/05/13/dataportability-fatigue/">Anders als bisher angenommen</a>, scheint sich DataAvailability doch immer mehr in Richtung <a href="https://de.wikipedia.org/wiki/Dataportability#Das_Projekt">DataPortability</a> zu entwickeln.</p>



<p>Schaut man sich <a href="https://web.archive.org/web/20130524123512/http://developer.myspace.com/community/myspace/dataavailability.aspx">MySpaces DataAvailability</a> etwas genauer an, so baut die API (anders als z.B. <a href="https://web.archive.org/web/20090107034153/http://developers.facebook.com./fbconnect.php">Facebook Connect</a>) hauptsächlich auf offene Standards wie z.B. <a href="https://web.archive.org/web/20081227135450/http://developer.myspace.com:80/community/myspace/oauthintro.aspx">OAuth</a> und der <a href="http://code.google.com/apis/opensocial/docs/0.8/restfulspec.html">Open Social REST API</a> auf, außerdem hat MySpace vor kurzem <a href="https://openid.net/myspace-announces-support-for-openid/">OpenID &#8211; Support</a> angekündigt und ist der Host des <a href="http://upcoming.yahoo.com/event/1005694/">Portable Contacts API Developer Summit</a>.</p>



<p>Ich bin sehr positiv überrascht und hoffe dass MySpace diesen Kurs beibehält und eventuell auch die <a href="https://web.archive.org/web/20080927040423/http://portablecontacts.net/draft-spec.html">Portable Contacts API</a> etwas voran treiben wird.</p>



<p>Mehr dazu in der aktuellen Folge von TheSocialWebTV: <a href="https://web.archive.org/web/20120315013032/http://www.thesocialweb.tv/blog/2008/08/episode-6-from.html">From MySpace Lunch 2.0 (w/ Arrington Surprise)</a></p>



<p>Es lebe das OpenWeb 🙂</p>
<p>RSS readers like you are the unsung heroes of the internet. Keep up the good work!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/08/15/dataavailability-doch-offener-als-gedacht/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Die Open Web Foundation</title>
		<link>https://notiz.blog/2008/07/24/die-open-web-foundation/</link>
					<comments>https://notiz.blog/2008/07/24/die-open-web-foundation/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 24 Jul 2008 18:43:30 +0000</pubDate>
				<category><![CDATA[Webkultur]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[Open Web Foundation]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=976</guid>

					<description><![CDATA[Heute morgen hat David Recordon (von SixApart) auf der OSCON die Gründung der Open Web Foundation angekündigt. Open Web Foundation versus DataPortability? Im Gegensatz zu Portable Contacts sehe ich in der Open Web Foundation einen wirklichen Sinn, eigentlich sogar eine Notwendigkeit um sinnvoll DataPortability betreiben zu können. Die OWF wurde ins Leben gerufen um Communities [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/07/open-web-logo.png" alt="OpenWeb"/></figure></div>



<p>Heute morgen hat David Recordon (von SixApart) auf der <abbr title="Open Source Convention">OSCON</abbr> die <a href="https://web.archive.org/web/20100210023027/http://openwebfoundation.org/2008/07/announcing-the-open-web-foundation.html">Gründung der Open Web Foundation angekündigt</a>.</p>



<p><strong>Open Web Foundation versus DataPortability?</strong></p>



<p>Im Gegensatz zu <a href="https://notiz.blog/2008/06/30/wie-viel-portabilitiy-brauchen-wir-noch/"><em>Portable Contacts</em></a> sehe ich in der <a href="https://web.archive.org/web/20210812212411/http://www.openwebfoundation.org/"><em>Open Web Foundation</em></a> einen wirklichen Sinn, eigentlich sogar eine Notwendigkeit um sinnvoll DataPortability betreiben zu können. Die <abbr title="Open Web Foundation">OWF</abbr> wurde ins Leben gerufen um Communities beim implementieren von offenen Standards unter die Arme zu greifen.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Following the open source model similar to the Apache Software Foundation, the foundation is aimed at building a lightweight framework to help communities deal with the legal requirements necessary to create successful and widely adopted specification.</p></blockquote>



<p><abbr title="Open Web Foundation">OWF</abbr> schafft mit der Verbreitung von Open Standards also eine solide Grundlage um effektiv &lt;Hier bitte Buzzword eintragen>Portability betreiben zu können.</p>



<p>Das Abbilden der, von der <a href="https://de.wikipedia.org/wiki/Dataportability#Das_Projekt">DataPortability</a> definierten <a href="https://web.archive.org/web/20080725041833/http://wiki.dataportability.org/display/dpmain/Technical+Documentation">UseCases</a> ist dann eigentlich nur noch Fleißarbeit 🙂</p>



<p>Ein HOCH auf Open Standards!</p>



<p>(<a href="http://twitter.com/factoryjoe/statuses/867266439">via</a>)</p>



<span id="more-976"></span>



<figure class="wp-block-embed-slideshare aligncenter wp-block-embed is-type-rich is-provider-slideshare">
https://www.slideshare.net/daveman692/supporting-the-open-web-oscon-2008
</figure>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/07/24/die-open-web-foundation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Wie viel Portabilitiy brauchen wir noch?</title>
		<link>https://notiz.blog/2008/06/30/wie-viel-portabilitiy-brauchen-wir-noch/</link>
					<comments>https://notiz.blog/2008/06/30/wie-viel-portabilitiy-brauchen-wir-noch/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 30 Jun 2008 17:18:58 +0000</pubDate>
				<category><![CDATA[Webkultur]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[Portable Contacts]]></category>
		<category><![CDATA[vCard]]></category>
		<category><![CDATA[XRDS-Simple]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=937</guid>

					<description><![CDATA[Gestern bin ich auf das Portable Contacts Projekt gestoßen&#8230; The momentum began building for &#8218;data portability&#8216; last year, and we are now at a point where there is strong support for the principle that users should be in control of their data and have the freedom to access it from across the web. [&#8230;] The [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Gestern bin ich auf das <em><a href="https://web.archive.org/web/20080906133739/http://portablecontacts.net/">Portable Contacts</a></em> Projekt gestoßen&#8230;</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>The momentum began building for &#8218;data portability&#8216; last year, and we are now at a point where there is strong support for the principle that users should be in control of their data and have the freedom to access it from across the web.</p>
	<p>[&#8230;]</p>
	<p>The goal of Portable Contacts is to make it easier for developers to give their users a secure way to access the address books and friends lists they have built up all over the web.</p>
	<p>[&#8230;]</p>
	<p>&#8230;we&#8217;re using existing standards wherever possible, including vCard, OpenSocial, XRDS-Simple, OAuth, etc.</p>
</blockquote>



<p>&#8230;was für mich nichts anderes als eine <a href="https://notiz.blog/2008/05/13/dataportability-fatigue/">Trotzreaktion</a> auf <a href="https://de.wikipedia.org/wiki/Dataportability#Das_Projekt">Data Portability</a> ist!</p>



<p>Da spricht man von einheitlichen Standards und Portabilität, schafft es aber nicht, gemeinsam an einem Projekt zu arbeiten&#8230; Ich sehe kaum Erleichterung darin, statt verschiedener proprietärer APIs (z.B. Google&#8217;s GData Contacts API oder Microsoft&#8217;s Live Contacts API) wahrscheinlich mind. genauso viele unterschiedliche <em>standard</em> APIs (<a href="https://de.wikipedia.org/wiki/Dataportability#Das_Projekt">Data Portability</a> oder Portable Contacts) implementieren zu müssen!</p>



<p>&#8230;irgendwie ironisch!</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/06/30/wie-viel-portabilitiy-brauchen-wir-noch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
