<?xml version="1.0" encoding="UTF-8"?>
<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/"
	>

<channel>
	<title>IT-weblog</title>
	<atom:link href="http://www.it-weblog.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-weblog.de</link>
	<description>All der tägliche Frust und Schweiß der IT-Branche</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:56:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Typo3 Snippet &#8211; Autor Meta Header</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-autor-meta-header/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-autor-meta-header/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:56:34 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2315</guid>
		<description><![CDATA[Kurz und schnell im Setup: page.headerData.6 = TEXT page.headerData.6 {  if.isTrue.data = page:author  data = page:author  wrap = &#60;meta name="author" content="&#124;" /&#62; }]]></description>
			<content:encoded><![CDATA[<p>Kurz und schnell im Setup:</p>
<blockquote>
<pre>page.headerData.6 = TEXT
page.headerData.6 {
 if.isTrue.data = page:author
 data = page:author
 wrap = &lt;meta name="author" content="|" /&gt;
}</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2315&amp;md5=798702e950d6bf3a80a09a970227ba92" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-autor-meta-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2315&amp;md5=798702e950d6bf3a80a09a970227ba92" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Footer Menu</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-footer-menu/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-footer-menu/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:51:33 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2308</guid>
		<description><![CDATA[Einfaches, horizontales Menu für z.B. die Fußzeile: Im Setup: lib.footer = HMENU lib.footer {   special = directory   special.value = {$footerid}   1 = TMENU   1.noBlur = 1   1.NO.allWrap = &#124;   1.NO.stdWrap.htmlSpecialChars = 1   1.ACT &#60; 1.NO   1.ACT.allWrap = &#60;span class="active"&#62;&#124;&#60;/span&#62;   1.ACT.ATagParams = class="active"   1.ACT.doNotLinkIt = 1 [...]]]></description>
			<content:encoded><![CDATA[<p>Einfaches, horizontales Menu für z.B. die Fußzeile:</p>
<p><span id="more-2308"></span></p>
<p>Im Setup:</p>
<blockquote>
<pre>lib.footer = HMENU
lib.footer {
  special = directory
  special.value = {$footerid}
  1 = TMENU
  1.noBlur = 1
  1.NO.allWrap = |
  1.NO.stdWrap.htmlSpecialChars = 1
  1.ACT &lt; 1.NO
  1.ACT.allWrap = &lt;span class="active"&gt;|&lt;/span&gt;
  1.ACT.ATagParams = class="active"
  1.ACT.doNotLinkIt = 1
  1.ACT = 1
}</pre>
</blockquote>
<p>Und im zentralen Template in den Constants:</p>
<blockquote>
<pre>footerid=123</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2308&amp;md5=f2d997403d8d8b5cd64c3e9277654d10" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-footer-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2308&amp;md5=f2d997403d8d8b5cd64c3e9277654d10" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Titel Schrift als Grafik</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-titel-schrift-als-grafik/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-titel-schrift-als-grafik/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:49:08 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2306</guid>
		<description><![CDATA[Transparente Grafik-Schrift die auch auf einer Kopfgrafik liegen kann und getrennt vom Titel über den Subtitle gesteuert wird. Umbruch kann via Pipe Symbol gesteuert werden: In den Constants: headtxtfont = fileadmin/font/schrift.ttf headtxtsize = 32 headtxtlspc = 6 headtxtwidth = 500 Und im Setup: temp.headtxt = IMAGE temp.headtxt {   if.isTrue.field = subtitle   params = [...]]]></description>
			<content:encoded><![CDATA[<p>Transparente Grafik-Schrift die auch auf einer Kopfgrafik liegen kann und getrennt vom Titel über den Subtitle gesteuert wird. Umbruch kann via Pipe Symbol gesteuert werden:</p>
<p><span id="more-2306"></span></p>
<p>In den Constants:</p>
<blockquote>
<pre>headtxtfont = fileadmin/font/schrift.ttf
headtxtsize = 32
headtxtlspc = 6
headtxtwidth = 500</pre>
</blockquote>
<p>Und im Setup:</p>
<blockquote>
<pre>temp.headtxt = IMAGE
temp.headtxt {
  if.isTrue.field = subtitle

  params =
  altText = Grafiktitel
  titleText.field = title
 
  file = GIFBUILDER
  file {
    format = png
    quality = 100
    backColor = {$headtxtbgcol}
    transparentBackground = 1
    transparentColor = {$headtxtbgcol}
    #transparentColor.closest = 1

    XY = {$headtxtwidth},[10.h]+[20.h]+[30.h]+{$headtxtlspc}+{$headtxtlspc}+4
    maxWidth = {$headtxtwidth}
    10 = TEXT
    #10.text.field = subtitle//title
    10.text.field = subtitle
    10.text.listNum.splitChar=|
    10.text.listNum=0

    10.align = right

    10.niceText = 0
    10.nicetext.sharpen = 0
    10.niceText.scaleFactor = 0
    10.iterations = 0
    10.antiAlias = 1

    10.fontFile = {$headtxtfont}
    10.fontSize = {$headtxtsize}
    10.fontColor = {$headtxtcolor}
    10.offset = 0,{$headtxtsize}

    20 &lt; .10
    20.text.listNum = 1
    20.offset = 0,{$headtxtsize}+[10.h]+{$headtxtlspc}

    30 &lt; .10
    30.text.listNum = 2
    30.offset = 0,{$headtxtsize}+[10.h]+[20.h]+{$headtxtlspc}+{$headtxtlspc}
  }
}</pre>
</blockquote>
<p>Und im zentralen Template in den Constants:</p>
<blockquote>
<pre>headtxtcolor = #014495
headtxtbgcol = #e7e7e7</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2306&amp;md5=e99d492309cf7bd835f8bffff264ac54" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-titel-schrift-als-grafik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2306&amp;md5=e99d492309cf7bd835f8bffff264ac54" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Config</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-config/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-config/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:45:34 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2304</guid>
		<description><![CDATA[Alles was so zentral an config.* definiert werden möchte: In den Constants: content.stylesheet.file = content.headerSpace = 0&#124;0 content.space = 0&#124;0 content.pageFrameObj = PAGE_TARGET = Und im Setup: config {   simulateStaticDocuments = 0   tx_realurl_enable = 1   prefixLocalAnchors = all   stat_apache_pagenames = [request_uri]   admPanel = 0   disableImgBorderAttr = 1   metaCharset [...]]]></description>
			<content:encoded><![CDATA[<p>Alles was so zentral an config.* definiert werden möchte:</p>
<p><span id="more-2304"></span></p>
<p>In den Constants:</p>
<blockquote>
<pre>content.stylesheet.file =
content.headerSpace = 0|0
content.space = 0|0
content.pageFrameObj =
PAGE_TARGET =</pre>
</blockquote>
<p>Und im Setup:</p>
<blockquote>
<pre>config {
  simulateStaticDocuments = 0
  tx_realurl_enable = 1

  prefixLocalAnchors = all
  stat_apache_pagenames = [request_uri]

  admPanel = 0

  disableImgBorderAttr = 1

  metaCharset = utf-8
  renderCharset = utf-8
  language = de
  # muss auch so auf dem Server existieren (locale -a)
  locale_all = de_DE.utf8
  htmlTag_langKey = de
  xhtml_cleaning = all
  noPageTitle = 2

  headerComment = Persoenliche Werbung - http://www.sdfgh.de/
  disablePrefixComment = 1

  spamProtectEmailAddresses = 5
  spamProtectEmailAddresses_atSubst = (at)
}</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2304&amp;md5=262c256f2d707564c545c9b01c6aa8c1" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2304&amp;md5=262c256f2d707564c545c9b01c6aa8c1" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Meta Header</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-meta-header/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-meta-header/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:41:30 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[/dev/etc]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2300</guid>
		<description><![CDATA[Für das übliche Bündel an Headerzeilen: Im Setup des Extension-Templates: page.shortcutIcon = fileadmin/img/favicon.ico page.meta {   robots = index,follow   resource-type = document   keywords.field = keywords   keywords.ifEmpty = {$keywords}   description.field = description   description.ifEmpty = {$description} } page.headerData.5 = TEXT page.headerData.5.field = title page.headerData.5.wrap = &#60;title&#62;&#124;: {$titlesuffix}&#60;/title&#62; page.headerData.10 = TEXT page.headerData.10.value ( [...]]]></description>
			<content:encoded><![CDATA[<p>Für das übliche Bündel an Headerzeilen:</p>
<p><span id="more-2300"></span></p>
<p>Im Setup des Extension-Templates:</p>
<blockquote>
<pre>page.shortcutIcon = fileadmin/img/favicon.ico

page.meta {
  robots = index,follow
  resource-type = document
  keywords.field = keywords
  keywords.ifEmpty = {$keywords}
  description.field = description
  description.ifEmpty = {$description}
}

page.headerData.5 = TEXT
page.headerData.5.field = title
page.headerData.5.wrap = &lt;title&gt;|: {$titlesuffix}&lt;/title&gt;

page.headerData.10 = TEXT
page.headerData.10.value (
  &lt;meta http-equiv="Content-Language" content="de" /&gt;
  &lt;meta http-equiv="Content-Script-Type" content="text/javascript" /&gt;
  &lt;meta http-equiv="Content-Style-Type" content="text/css" /&gt;
)

page.headerData.20 = TEXT
page.headerData.20.value (
  &lt;!--[if IE 6]&gt;&lt;link rel="stylesheet" href="{$templatepath}/css/style_ie6.css" type="text/css" media="screen" /&gt;&lt;![endif]--&gt;
  &lt;!--[if IE 7]&gt;&lt;link rel="stylesheet" href="{$templatepath}/css/style_ie7.css" type="text/css" media="screen" /&gt;&lt;![endif]--&gt;
  &lt;!--[if IE 8]&gt;&lt;link rel="stylesheet" href="{$templatepath}/css/style_ie8.css" type="text/css" media="screen" /&gt;&lt;![endif]--&gt;
  &lt;!--[if IE]&gt;&lt;link rel="stylesheet" href="{$templatepath}/css/style_ie.css" type="text/css" media="screen" /&gt;&lt;![endif]--&gt;
)</pre>
</blockquote>
<p>Und im zentralen Template in den Constants:</p>
<blockquote>
<pre>templatepath = fileadmin/tpl_sdfgh
keywords = Website, Snippet, Beispiel
description = Meine Beschreibung
titlesuffix = Titelanhang</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2300&amp;md5=be626baf0c8ee0f1aa9321235622ec92" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-meta-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2300&amp;md5=be626baf0c8ee0f1aa9321235622ec92" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Breadcrumb</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-breadcrumb/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-breadcrumb/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:39:53 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Breadcrumb]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2298</guid>
		<description><![CDATA[Für eine einfache Breadcrumb: Im Setup einfach nur dieses: lib.breadcrumb = HMENU lib.breadcrumb.special = rootline lib.breadcrumb.1 = TMENU lib.breadcrumb.1 {  noBlur = 1  target = _top  NO {   allWrap = &#38;nbsp;&#38;raquo;&#38;nbsp;  } }]]></description>
			<content:encoded><![CDATA[<p>Für eine einfache Breadcrumb:</p>
<p><span id="more-2298"></span></p>
<p>Im Setup einfach nur dieses:</p>
<blockquote>
<pre>lib.breadcrumb = HMENU
lib.breadcrumb.special = rootline
lib.breadcrumb.1 = TMENU
lib.breadcrumb.1 {
 noBlur = 1
 target = _top
 NO {
  allWrap = &amp;nbsp;&amp;raquo;&amp;nbsp;
 }
}</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2298&amp;md5=f27f825cbc556822b3128473edce03f0" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-breadcrumb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2298&amp;md5=f27f825cbc556822b3128473edce03f0" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Piwik</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-piwik/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-piwik/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:37:33 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Piwik]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2295</guid>
		<description><![CDATA[Für das zentrale Pflegen des Zählpixels. In den Constants: piwikurl=www.sdfgh.de/stat/ Im Setup: lib.statcounter = TEXT lib.statcounter.value ( &#60;script type="text/javascript"&#62; var pkBaseURL = (("https:" == document.location.protocol) ? "https://{$piwikurl}" : "http://{$piwikurl}"); document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); &#60;/script&#62;&#60;script type="text/javascript"&#62; try { var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", {$piwikid}); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); } catch( err ) {} &#60;/script&#62;&#60;noscript&#62;&#60;p&#62;&#60;img [...]]]></description>
			<content:encoded><![CDATA[<p>Für das zentrale Pflegen des Zählpixels.</p>
<p><span id="more-2295"></span></p>
<p>In den Constants:</p>
<blockquote>
<pre>piwikurl=www.sdfgh.de/stat/</pre>
</blockquote>
<p>Im Setup:</p>
<blockquote>
<pre>lib.statcounter = TEXT
lib.statcounter.value (
&lt;script type="text/javascript"&gt;
var pkBaseURL = (("https:" == document.location.protocol) ? "https://{$piwikurl}" : "http://{$piwikurl}");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/script&gt;&lt;script type="text/javascript"&gt;
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", {$piwikid});
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
&lt;/script&gt;&lt;noscript&gt;&lt;p&gt;&lt;img src="http://{$piwikurl}piwik.php?idsite={$piwikid}" style="border:0" alt="" /&gt;&lt;/p&gt;&lt;/noscript&gt;
)</pre>
</blockquote>
<p>Und im zentralen Template in den Constants:</p>
<blockquote>
<pre>piwikid=4</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2295&amp;md5=b2c2121ac82aef6c5656fc4952322ed5" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-piwik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2295&amp;md5=b2c2121ac82aef6c5656fc4952322ed5" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Open Graph</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-open-graph/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-open-graph/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:28:21 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[OpenGraph]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2288</guid>
		<description><![CDATA[Um für Facebook und ggf. andere die Header zu generieren: In den Constants: canonicalbase = http://{$domain}/ [treeLevel = 0] canonicalbase = http://{$domain} [global] timeformat = %d.%m.%Y %T Und in Setup: # Temp Stuff temp.canonical = COA temp.canonical.wrap = &#60;link rel="canonical" href="&#124;" /&#62; temp.canonical.1 = TEXT temp.canonical.1 { value = {$canonicalbase} wrap=&#124; } temp.canonical.2 = TEXT [...]]]></description>
			<content:encoded><![CDATA[<p>Um für Facebook und ggf. andere die Header zu generieren:<span id="more-2288"></span></p>
<p>In den Constants:</p>
<blockquote>
<pre>canonicalbase = http://{$domain}/
[treeLevel = 0]
canonicalbase = http://{$domain}
[global]

timeformat = %d.%m.%Y %T</pre>
</blockquote>
<p>Und in Setup:</p>
<blockquote>
<pre># Temp Stuff
temp.canonical = COA
temp.canonical.wrap = &lt;link rel="canonical" href="|" /&gt;
temp.canonical.1 = TEXT
temp.canonical.1 {
  value = {$canonicalbase}
  wrap=|
}
temp.canonical.2 = TEXT
temp.canonical.2 {
  typolink {
    parameter.data=TSFE:id
    returnLast=url
    addQueryString = 0
    addQueryString.method = GET
  }
}
# Canonical
page.headerData.15 &lt; temp.canonical
# OpenGraph Data
page.headerData.30 = TEXT
page.headerData.30.value (
&lt;meta property="og:image" content="{$baseurl}{$og.logo}" /&gt;
&lt;meta property="og:locale" content="{$og.locale}" /&gt;
&lt;meta property="og:type" content="{$og.type}" /&gt;
)
page.headerData.31 = TEXT
page.headerData.31.field = title
page.headerData.31.wrap = &lt;meta property="og:title" content="|, {$og.titlesuffix}" /&gt;
page.headerData.32 = TEXT
page.headerData.32.field = description
page.headerData.32.ifEmpty = {$og.description}
page.headerData.32.wrap = &lt;meta property="og:description" content="|" /&gt;
page.headerData.33 &lt; temp.canonical
page.headerData.33.wrap = &lt;meta property="og:url" content="|" /&gt;
page.headerData.34 = TEXT
page.headerData.34 {
  data = register : SYS_LASTCHANGED
  wrap = &lt;meta property="og:updated_time" content="|" /&gt;
}
page.headerData.35 = TEXT
page.headerData.35 {
  data = register : SYS_LASTCHANGED
  strftime = {$timeformat}
  wrap = &lt;meta property="human_updated_time" content="|" /&gt;
}</pre>
</blockquote>
<p>und dann im eigentlichen Template in den Constants definieren:</p>
<blockquote>
<pre>og.logo = fileadmin/img/logo/projekt.png
og.titlesuffix = Projekt Webseite
og.description = Meine Beschreibung
og.locale = de_DE
og.type = website
domain=www.sdfgh.de
baseurl = http://{$domain}/</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2288&amp;md5=77b7714054f599a4cfd83165f84f6d9d" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-open-graph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2288&amp;md5=77b7714054f599a4cfd83165f84f6d9d" type="text/html" />
	</item>
		<item>
		<title>Von der Unfähigkeit der Mailinglisten-Nutzer</title>
		<link>http://www.it-weblog.de/2012/01/von-der-unfaehigkeit-der-mailinglisten-nutzer/</link>
		<comments>http://www.it-weblog.de/2012/01/von-der-unfaehigkeit-der-mailinglisten-nutzer/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 09:41:50 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/pain]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2286</guid>
		<description><![CDATA[Da wird eine neue Mailingliste angelegt als Spinoff einer bestehenden. Soweit so gut. Es werden die Bestands Nutzer der bisherigen Liste dorthin übernommen. Soweit so gut. Es wird eine Begrüßungsmail an alle versendet mit Anleitung zum Verwalten und Abbestellen. Soweit so gut. Nun folgen &#8211; natürlich immer mit Fullquotes &#8211; diese Antworten: haufenweise Out-of-Office Meldungen [...]]]></description>
			<content:encoded><![CDATA[<p>Da wird eine neue Mailingliste angelegt als Spinoff einer bestehenden. Soweit so gut.</p>
<p>Es werden die Bestands Nutzer der bisherigen Liste dorthin übernommen. Soweit so gut.</p>
<p>Es wird eine Begrüßungsmail an alle versendet mit Anleitung zum Verwalten und Abbestellen. Soweit so gut.</p>
<p>Nun folgen &#8211; natürlich immer mit Fullquotes &#8211; diese Antworten:</p>
<ul>
<li>haufenweise Out-of-Office Meldungen von schlecht konfigurierten Mailservern und Mailclients</li>
<li>haufenweise manuelle Abbestell-Wünsche von DAUs</li>
<li>Reply an alle auf Abbestell-Wünsche mit einem &#8220;ich auch&#8221; von Extra-DAUs</li>
<li>Reply an alle auf Reply an alle auf Abbestell-Wünsche mit einem &#8220;auch ich&#8221; von Extra-Mega-DAUs</li>
</ul>
<p>Letztere nennen sich dann in der Fußzeile auch noch <strong>Head of eService</strong> und schreiben was von <strong>25 Jahre Erfahrung weltweit</strong>. Ich verzweifel an der Menschheit noch.</p>
<p>Schade drum.</p>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2286&amp;md5=74c14af789f9ac99e862d78ed62e2689" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/01/von-der-unfaehigkeit-der-mailinglisten-nutzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2286&amp;md5=74c14af789f9ac99e862d78ed62e2689" type="text/html" />
	</item>
		<item>
		<title>Grimms Märchen</title>
		<link>http://www.it-weblog.de/2012/01/grimms-maerchen/</link>
		<comments>http://www.it-weblog.de/2012/01/grimms-maerchen/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 07:05:49 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/network]]></category>
		<category><![CDATA[Awards]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2283</guid>
		<description><![CDATA[Ja, der Grimme online award geht wieder los. Eigentlich eine schöne Sache, aber wie will man die Seiten im Web eigentlich fair beurteilen? Soll da wieder ein öffentlich rechtliches Angebot mit problematischem dritten Reich Inhalten und hohem Budget gewinnen dürfen? Oder darf es ein unterhaltsames Angebot eines Einzelkämpfers sein? Wie möchte man dies beides fair [...]]]></description>
			<content:encoded><![CDATA[<p>Ja, der <a href="http://www.grimme-institut.de/html/index.php?id=33" target="_blank">Grimme online award</a> geht wieder los. Eigentlich eine schöne Sache, aber wie will man die Seiten im Web eigentlich fair beurteilen? Soll da wieder ein öffentlich rechtliches Angebot mit problematischem dritten Reich Inhalten und hohem Budget gewinnen dürfen? Oder darf es ein unterhaltsames Angebot eines Einzelkämpfers sein? Wie möchte man dies beides fair vergleichen? Und das bei so wenigen Kategorien, inhaltlich wie seitens der Betreiber.</p>
<p>Egal, ist halt wie Lotto. Mitmachen ist alles, und dann darf man auch wieder über die Gewinner und deren Auswahl lästern.</p>
<p>Schön so.</p>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2283&amp;md5=fe05a71c0266306e9e9f281fc943b5e3" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/01/grimms-maerchen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2283&amp;md5=fe05a71c0266306e9e9f281fc943b5e3" type="text/html" />
	</item>
	</channel>
</rss>

