<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Evolution Of My Footer Code - Part 1</title>
	<atom:link href="http://www.typo3tricks.com/evolution-of-my-footer-code-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3tricks.com/evolution-of-my-footer-code-part-1/</link>
	<description>Today: "Irony" -- Why Use Wordpress For a TYPO3-related blog?</description>
	<pubDate>Fri, 30 Jul 2010 18:21:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Lina</title>
		<link>http://www.typo3tricks.com/evolution-of-my-footer-code-part-1/#comment-22</link>
		<dc:creator>Lina</dc:creator>
		<pubDate>Fri, 27 Jun 2008 18:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=4#comment-22</guid>
		<description>Hello Benni,

this is a very good idea, I have integrated it in one of my free typo3 templates as example: http://bitter-sweet.typo3-template.info/index.php?id=4

Greetings Lina</description>
		<content:encoded><![CDATA[<p>Hello Benni,</p>
<p>this is a very good idea, I have integrated it in one of my free typo3 templates as example: <a href="http://bitter-sweet.typo3-template.info/index.php?id=4" rel="nofollow">http://bitter-sweet.typo3-template.info/index.php?id=4</a></p>
<p>Greetings Lina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Antonov</title>
		<link>http://www.typo3tricks.com/evolution-of-my-footer-code-part-1/#comment-9</link>
		<dc:creator>Pavel Antonov</dc:creator>
		<pubDate>Thu, 12 Jun 2008 10:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=4#comment-9</guid>
		<description>Hello Benni!

I have use same technique for copyrights, but leave for user ability to change the code.

Copyright code looks like:

lib.copyright = RECORDS
lib.copyright {
	source = 100
	tables = tt_content
	stdWrap {
		preCObject = LOAD_REGISTER
		preCObject.currentYear.data = date: Y
		insertData = 1
	}
}


Then content with uid=100 looks like:

© 2005-{register:currentYear}, Company
</description>
		<content:encoded><![CDATA[<p>Hello Benni!</p>
<p>I have use same technique for copyrights, but leave for user ability to change the code.</p>
<p>Copyright code looks like:</p>
<p>lib.copyright = RECORDS<br />
lib.copyright {<br />
	source = 100<br />
	tables = tt_content<br />
	stdWrap {<br />
		preCObject = LOAD_REGISTER<br />
		preCObject.currentYear.data = date: Y<br />
		insertData = 1<br />
	}<br />
}</p>
<p>Then content with uid=100 looks like:</p>
<p>© 2005-{register:currentYear}, Company</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel Roos</title>
		<link>http://www.typo3tricks.com/evolution-of-my-footer-code-part-1/#comment-2</link>
		<dc:creator>Michiel Roos</dc:creator>
		<pubDate>Thu, 05 Jun 2008 12:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=4#comment-2</guid>
		<description>Excellent . . . I have been wondering about this for a while, but never got round to really looking into it. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Excellent . . . I have been wondering about this for a while, but never got round to really looking into it. Thanks for the tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
