<?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>TYPO3-Addict &#187; HTML</title>
	<atom:link href="http://www.typo3-addict.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3-addict.com</link>
	<description>For those addicted to TYPO3</description>
	<lastBuildDate>Wed, 06 Jul 2011 08:08:32 +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: Cleanup your FE HTML source code</title>
		<link>http://www.typo3-addict.com/2009/02/updated-cleanup-your-fe-sourcecode/</link>
		<comments>http://www.typo3-addict.com/2009/02/updated-cleanup-your-fe-sourcecode/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 08:25:34 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Sourcecode]]></category>
		<category><![CDATA[Typoscript]]></category>

		<guid isPermaLink="false">http://www.typo-addict.com/?p=370</guid>
		<description><![CDATA[TYPO3 produces a lot of comments, prefixes, metatags etcetra&#8230; You might want to clean your HTML source code when your website is complete. In order to do this you need TypoScript! Note 1: This is a 'living document' and will be updated when I discover new or better methodes. Less = more Last update: 3 [...]]]></description>
			<content:encoded><![CDATA[<p>TYPO3 produces a lot of comments, prefixes, metatags etcetra&#8230; You might want to clean your HTML source code when your website is complete. In order to do this you need TypoScript!<br />
<span id="more-370"></span></p>
<pre>Note 1: This is a 'living document' and will be updated when I
        discover new or better methodes. Less = more <img src='http://www.typo3-addict.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
        <strong>Last update: 3 November 2009.</strong></pre>
<pre>Note 2: This might be a bit too much cleanup so please adjust
        the code to your needs. I'm working on more documentation!</pre>
<pre>config {
    # Disable the comment which comes with every content element
    disablePrefixComment = 1
    # Disable the border attribute in images
    disableImgBorderAttr = 1
    # Put inline css styles into a external css file
    inlineStyle2TempFile = 1
    # In the title tag, set the page title before the website title
    pageTitleFirst = 1
    # Remove the default JS file (copy into custom JS file!)
    removeDefaultJS = 1
}

tt_content {
   stdWrap.prefixComment &gt;
   # Warning: By unsetting `tt_content.stdWrap.dataWrap`, you
   # remove the ability for anchor links to work when selecting
   # content elements on a page for a link.
   stdWrap.dataWrap &gt;
   stdWrap.innerWrap.cObject &gt;
   stdWrap.innerWrap2 &gt;
}

tt_content.image.20 {
   imageStdWrap.dataWrap &gt;
   imageStdWrapNoWidth.wrap &gt;
   imageColumnStdWrap.dataWrap &gt;
   # Unsettting rendering.dl will clean up the DL tags but might
   # break your CSS code when applied afterwards.
   rendering.dl &gt;
}

lib {
   parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class &gt;
   stdheader {
     stdWrap {
       dataWrap &gt;
       prefixComment &gt;
       }
     10.stdWrap.wrap &gt;
   }
}

# Below: Use only if you have DC tags in your source
# This is often seen but not by default

plugin.meta.flags.DC = 0
page.headerData.999 &lt; plugin.meta</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.typo3-addict.com/2009/02/updated-cleanup-your-fe-sourcecode/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

