<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Build a Template in CMS Made Simple While Maintaining Sanity</title>
	<atom:link href="http://iandunn.name/how-to-build-a-template-in-cms-made-simple-while-maintaining-sanity/feed/" rel="self" type="application/rss+xml" />
	<link>http://iandunn.name/how-to-build-a-template-in-cms-made-simple-while-maintaining-sanity/</link>
	<description>Seattle-based web developer blogging about tips and solutions</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:57:49 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: jpatti</title>
		<link>http://iandunn.name/how-to-build-a-template-in-cms-made-simple-while-maintaining-sanity/comment-page-1/#comment-4415</link>
		<dc:creator>jpatti</dc:creator>
		<pubDate>Thu, 26 May 2011 01:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://iandunn.name/workblog/?p=133#comment-4415</guid>
		<description>You need the Template Externalizer module.  When you turn it on, it copies the database templates and stylesheets to flat files so you can use any editor you want.  When you&#039;re done, you turn it off and it copies all that back to the database.

I agree about the documentation, I struggled along using that stupid textarea for some time before I found the Externalizer modulke.

Even today... I can remember reading something about CMSMS, and can&#039;t remember if it was in the Wiki, or the forums, or in the API, or on of the developer&#039;s websites... IME, you pretty much have to Google for everything...</description>
		<content:encoded><![CDATA[<p>You need the Template Externalizer module.  When you turn it on, it copies the database templates and stylesheets to flat files so you can use any editor you want.  When you&#8217;re done, you turn it off and it copies all that back to the database.</p>
<p>I agree about the documentation, I struggled along using that stupid textarea for some time before I found the Externalizer modulke.</p>
<p>Even today&#8230; I can remember reading something about CMSMS, and can&#8217;t remember if it was in the Wiki, or the forums, or in the API, or on of the developer&#8217;s websites&#8230; IME, you pretty much have to Google for everything&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sims</title>
		<link>http://iandunn.name/how-to-build-a-template-in-cms-made-simple-while-maintaining-sanity/comment-page-1/#comment-1983</link>
		<dc:creator>sims</dc:creator>
		<pubDate>Tue, 21 Dec 2010 08:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://iandunn.name/workblog/?p=133#comment-1983</guid>
		<description>CMSMS now has support for EditArea, a color coding text editor that loads in a textarea like other javascript WYSIWYG editors. Still, it is a bit of a pain to have those things saved in the db when you want to synchronize a few sites.</description>
		<content:encoded><![CDATA[<p>CMSMS now has support for EditArea, a color coding text editor that loads in a textarea like other javascript WYSIWYG editors. Still, it is a bit of a pain to have those things saved in the db when you want to synchronize a few sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://iandunn.name/how-to-build-a-template-in-cms-made-simple-while-maintaining-sanity/comment-page-1/#comment-275</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Tue, 04 May 2010 13:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://iandunn.name/workblog/?p=133#comment-275</guid>
		<description>It seems to be enough (at least using 1.7.0) to have a content tag inside a smarty comment to get the content box to display in the admin page (item 3):

{*
{content}
*}

This will have the same effect but perhaps save a few cycles of processing.</description>
		<content:encoded><![CDATA[<p>It seems to be enough (at least using 1.7.0) to have a content tag inside a smarty comment to get the content box to display in the admin page (item 3):</p>
<p>{*<br />
{content}<br />
*}</p>
<p>This will have the same effect but perhaps save a few cycles of processing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

