<?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>ref &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/ref/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>Sun, 07 Nov 2021 11:27:23 +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>ref &#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/ref/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>rel und rev</title>
		<link>https://notiz.blog/2007/05/14/rel-und-rev/</link>
					<comments>https://notiz.blog/2007/05/14/rel-und-rev/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 14 May 2007 20:50:27 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[ref]]></category>
		<category><![CDATA[rel]]></category>
		<category><![CDATA[XFN]]></category>
		<guid isPermaLink="false">http://notizblog.org/2007/04/21/rel-und-rev/</guid>

					<description><![CDATA[Seit ich mich mehr mit Microformats beschäftige, lese ich auch immer öfter von den HTML Attributen rel und rev unter die Augen, eines der Bekanntesten ist wohl &#60;a href="..." rel="licence">...&#60;/a> für z.B. die Creative Commons. Aber für was genau stehen die HTML Attribute rel und rev genau? SelfHTML meint dazu: Mit dem Attribut rel bestimmen [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Seit ich mich mehr mit Microformats beschäftige, lese ich auch immer öfter von den HTML Attributen <code>rel</code> und <code>rev</code> unter die Augen, eines der Bekanntesten ist wohl <code>&lt;a href="..." <strong>rel="licence"</strong>>...&lt;/a></code> für z.B. die <a href="https://creativecommons.org/">Creative Commons</a>. </p>



<p>Aber für was genau stehen die HTML Attribute <code>rel</code> und <code>rev</code> genau?</p>



<p><a href="https://wiki.selfhtml.org/wiki/HTML/Attribute/rel">SelfHTML</a> meint dazu:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>Mit dem Attribut <code>rel</code> bestimmen Sie eine logische Vorwärtsbeziehung zum Verweisziel, mit <code>rev</code> eine logische Rückwärtsbeziehung (<code>rel</code> = relation = Bezug, <code>rev</code> = reverse = Umkehr). Beide Angaben sind nur in Verbindung mit dem Attribut <code>href</code> sinnvoll &#8211; dort geben Sie wie üblich das eigentliche Verweisziel an.</p>
</blockquote>



<p>Betrachtet man es am Beispiel der <abbr title="XHTML Friends Network"><a href="http://gmpg.org/xfn/">XFN</a></abbr> Microformats wird definiert, in welcher Beziehung man zu der verlinkten Person steht, man hätte das ganze auch als <code>rev="friend met"</code> definieren, da der andere auch die gleiche Beziehung zu mir hat.</p>



<p>Im <a href="https://microformats.org/wiki/Main_Page">Microformats Wiki</a> sind einige dieser Attribute definiert.</p>



<p><code>rel</code>:</p>



<ul class="wp-block-list">
	<li><a href="http://gmpg.org/xfn/">XFN</a>: Zeigt die Beziehung zur verlinkten Person, Bsp.: <code>&lt;a href="..." rel="friend met">...</code></li>
	<li><a href="http://microformats.org/wiki/rel-tag">rel-tag</a>: Gibt an, dass es sich um einen Tag handelt, Bsp.: <code>&lt;a href="http://technorati.com/tag/notizblog" rel="tag">...</code></li>
	<li><a href="http://microformats.org/wiki/rel-license">rel-licence</a>: Attribut für Lizenzen, Bsp.: <code>&lt;a href="http://creativecommons.org/licenses/by/2.0/" rel="license">...</code></li>
	<li><a href="http://microformats.org/wiki/vote-links">vote-links</a>: Zeigt an ob man für oder gegen den Verlinkten stimmen soll, Bsp.: <code>&lt;a rev="vote-for" href="https://notiz.blog"<br/>
   title="vote for">...</code></li>
	<li><a href="http://microformats.org/wiki/rel-payment">rel-paymant</a>, <a href="http://microformats.org/wiki/rel-nofollow">rel-nofollow</a> und <a href="http://microformats.org/wiki/rel-directory">rel-directory</a></li>
</ul>



<p>Mehr zu den <code>rel</code> Attributen im <a href="http://microformats.org/wiki/rel">Microformats Wiki</a>.</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/2007/05/14/rel-und-rev/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
