<?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: Mambo 4.5.1 STABLE</title>
	<atom:link href="http://battleangel.org/2004/09/24/mambo-4-5-1-stable/feed/" rel="self" type="application/rss+xml" />
	<link>http://battleangel.org/2004/09/24/mambo-4-5-1-stable/</link>
	<description>Tell us what you despise; by this are you truly known.</description>
	<pubDate>Sat, 30 Aug 2008 16:31:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Björn Hallberg</title>
		<link>http://battleangel.org/2004/09/24/mambo-4-5-1-stable/#comment-120</link>
		<dc:creator>Björn Hallberg</dc:creator>
		<pubDate>Sat, 25 Sep 2004 13:49:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-120</guid>
		<description>And furthermore .. That also happens to my opinion of of much that goes on in the world. As long as the &#34;template&#34; is sound, who cares if a couple of people like to break their &#34;validation&#34;. Many people would of course respond to this by integrating a fool-proof theme engine that validates code. Waste of time imo. Just let people do as they please.&lt;br /&gt;
&lt;br /&gt;
One could almost use this example as an allegory of the real world in this new century.</description>
		<content:encoded><![CDATA[<p>And furthermore .. That also happens to my opinion of of much that goes on in the world. As long as the &quot;template&quot; is sound, who cares if a couple of people like to break their &quot;validation&quot;. Many people would of course respond to this by integrating a fool-proof theme engine that validates code. Waste of time imo. Just let people do as they please.</p>
<p>One could almost use this example as an allegory of the real world in this new century.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn Hallberg</title>
		<link>http://battleangel.org/2004/09/24/mambo-4-5-1-stable/#comment-119</link>
		<dc:creator>Björn Hallberg</dc:creator>
		<pubDate>Fri, 24 Sep 2004 18:46:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-119</guid>
		<description>Ooops. Thats quite a messy document. Thankfully, Mamboforge is not running Mambo ;-) It's running gforge.org which is some sort of Sourceforge clone. And either way, no matter how good a script is, you can never stop end users from mangling the code.&lt;br /&gt;
&lt;br /&gt;
Examples of sites running Mambo:&lt;br /&gt;
&lt;a href="http://www.mamboserver.com/"&gt;http://www.mamboserver.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.mamboportal.com/"&gt;http://www.mamboportal.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.konze.de/"&gt;http://www.konze.de/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.jasonmurphy.net"&gt;http://www.jasonmurphy.net&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://mambo.webraydian.com/"&gt;http://mambo.webraydian.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.peekmambo.com/website/"&gt;http://www.peekmambo.com/we...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Ooops. Thats quite a messy document. Thankfully, Mamboforge is not running Mambo <img src='http://battleangel.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> It&#8217;s running gforge.org which is some sort of Sourceforge clone. And either way, no matter how good a script is, you can never stop end users from mangling the code.</p>
<p>Examples of sites running Mambo:<br />
<a href="http://www.mamboserver.com/">http://www.mamboserver.com/</a><br />
<a href="http://www.mamboportal.com/">http://www.mamboportal.com/</a><br />
<a href="http://www.konze.de/">http://www.konze.de/</a><br />
<a href="http://www.jasonmurphy.net">http://www.jasonmurphy.net</a><br />
<a href="http://mambo.webraydian.com/">http://mambo.webraydian.com/</a><br />
<a href="http://www.peekmambo.com/website/"></a><a href="http://www.peekmambo.com/we.." rel="nofollow">http://www.peekmambo.com/we..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ephraim F. Moya</title>
		<link>http://battleangel.org/2004/09/24/mambo-4-5-1-stable/#comment-118</link>
		<dc:creator>Ephraim F. Moya</dc:creator>
		<pubDate>Fri, 24 Sep 2004 18:15:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-118</guid>
		<description>I don't think MAMBO is quite ready for prime time.&lt;br /&gt;
&lt;br /&gt;
I looked at the source of several pages around the link you provided and I see:&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&#60;/head&#62;&lt;br /&gt;
&lt;br /&gt;
&#60;body&#62;&lt;br /&gt;
&#60;style type=&#34;text/css&#34;&#62;&lt;br /&gt;
&#60;!--&lt;br /&gt;
	a.bar {&lt;br /&gt;
	font-family: Arial;&lt;br /&gt;
	}&lt;br /&gt;
	a.bar:link {&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Yet they claim at the top that they are xhtml transitional.&lt;br /&gt;
&lt;br /&gt;
I don't believe that there's any xhtml (or html) version that allows style blocks in the body. Specially since there's already a large style block in the head.&lt;br /&gt;
&lt;br /&gt;
This is as far as I looked.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think MAMBO is quite ready for prime time.</p>
<p>I looked at the source of several pages around the link you provided and I see:</p>
<p>&#8230;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
&lt;!&#8211;<br />
	a.bar {<br />
	font-family: Arial;<br />
	}<br />
	a.bar:link {<br />
&#8230;</p>
<p>Yet they claim at the top that they are xhtml transitional.</p>
<p>I don&#8217;t believe that there&#8217;s any xhtml (or html) version that allows style blocks in the body. Specially since there&#8217;s already a large style block in the head.</p>
<p>This is as far as I looked.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
