<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: ViEmu 1.2 Release Candidate out, &#038; html macro language</title>
	<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/</link>
	<description>A blog on the development of the NGEDIT text editor</description>
	<pubDate>Sat, 04 Feb 2012 08:07:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: J</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-80</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 20 Sep 2005 17:31:33 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-80</guid>
		<description>lena: Thanks thanks thanks thanks!

I've had a very brief look at it and it looks exactly like what I was asking for! (Only on steroids, but that's no problem)

I'm off to download it.</description>
		<content:encoded><![CDATA[<p>lena: Thanks thanks thanks thanks!</p>
<p>I&#8217;ve had a very brief look at it and it looks exactly like what I was asking for! (Only on steroids, but that&#8217;s no problem)</p>
<p>I&#8217;m off to download it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lena</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-79</link>
		<dc:creator>lena</dc:creator>
		<pubDate>Tue, 20 Sep 2005 17:20:09 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-79</guid>
		<description>Couldn't you just use any template language? I used to use cheetah for this (http://www.cheetahtemplate.org/). A template language can do much more than this, of course (don't let the documentation overwhelm you), but they are usually pretty easy to use for simple tasks.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you just use any template language? I used to use cheetah for this (http://www.cheetahtemplate.org/). A template language can do much more than this, of course (don&#8217;t let the documentation overwhelm you), but they are usually pretty easy to use for simple tasks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Jernevad</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-78</link>
		<dc:creator>Henrik Jernevad</dc:creator>
		<pubDate>Tue, 20 Sep 2005 00:30:49 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-78</guid>
		<description>CityDesk (http://www.fogcreek.com/citydesk/) might be a solution to the dynamic/static HTML problem. It's not a preprocessor but a CMS, but it does what you want.</description>
		<content:encoded><![CDATA[<p>CityDesk (http://www.fogcreek.com/citydesk/) might be a solution to the dynamic/static HTML problem. It&#8217;s not a preprocessor but a CMS, but it does what you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-77</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 19 Sep 2005 20:29:46 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-77</guid>
		<description>Thanks for the pointer, Christian. I've had a looked at both the NCSA httpd SSI documentation and the Apache one (as that is what my hosting service provides). I'm not much of a web administrator, so server-side stuff is a bit scary for me.

OTOH, I still think a static solution is simpler, and I also prefer to have all common sections in one or just a handful of files, instead of having one file per reusable sequence (that way I can comfortably include the latest-version downloadable filename, etc...).

I find it hard to believe nobody's done or made available a simple stand-alone preprocessor like this before... (I could also use the C/C++ preprocessor! but it's so kludgy for multiline macros...)</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer, Christian. I&#8217;ve had a looked at both the NCSA httpd SSI documentation and the Apache one (as that is what my hosting service provides). I&#8217;m not much of a web administrator, so server-side stuff is a bit scary for me.</p>
<p>OTOH, I still think a static solution is simpler, and I also prefer to have all common sections in one or just a handful of files, instead of having one file per reusable sequence (that way I can comfortably include the latest-version downloadable filename, etc&#8230;).</p>
<p>I find it hard to believe nobody&#8217;s done or made available a simple stand-alone preprocessor like this before&#8230; (I could also use the C/C++ preprocessor! but it&#8217;s so kludgy for multiline macros&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Sauer</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-76</link>
		<dc:creator>Christian Sauer</dc:creator>
		<pubDate>Mon, 19 Sep 2005 15:14:09 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-76</guid>
		<description>doh times two!! http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html</description>
		<content:encoded><![CDATA[<p>doh times two!! <a href="http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html" rel="nofollow">http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Sauer</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-75</link>
		<dc:creator>Christian Sauer</dc:creator>
		<pubDate>Mon, 19 Sep 2005 15:13:28 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-75</guid>
		<description>doh ... it swallowed the code  is what I had (remove spaces where appropriate)</description>
		<content:encoded><![CDATA[<p>doh &#8230; it swallowed the code  is what I had (remove spaces where appropriate)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Sauer</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-74</link>
		<dc:creator>Christian Sauer</dc:creator>
		<pubDate>Mon, 19 Sep 2005 15:12:28 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-74</guid>
		<description>Why not just use regular server side include statements?
a simple  should do the trick without any complications...</description>
		<content:encoded><![CDATA[<p>Why not just use regular server side include statements?<br />
a simple  should do the trick without any complications&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-73</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 19 Sep 2005 12:42:33 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-73</guid>
		<description>Thanks for your comments. Dreamweaver's price tag is probably way too much for my purpose, and from my knowledge of CityDesk, it is also probably way too much. I'll probably have a look at CityDesk just in case.

The deal is that I don't want to lose the control I have when doing the html and css directly.</description>
		<content:encoded><![CDATA[<p>Thanks for your comments. Dreamweaver&#8217;s price tag is probably way too much for my purpose, and from my knowledge of CityDesk, it is also probably way too much. I&#8217;ll probably have a look at CityDesk just in case.</p>
<p>The deal is that I don&#8217;t want to lose the control I have when doing the html and css directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitris Giannitsaros</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-72</link>
		<dc:creator>Dimitris Giannitsaros</dc:creator>
		<pubDate>Mon, 19 Sep 2005 07:59:32 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-72</guid>
		<description>&lt;a href="http://www.fogcreek.com/" rel="nofollow"&gt;CityDesk&lt;/a&gt; also works this way. Check it out (it's free for 50 pages, but costs $300 for more pages)</description>
		<content:encoded><![CDATA[<p><a href="http://www.fogcreek.com/" rel="nofollow">CityDesk</a> also works this way. Check it out (it&#8217;s free for 50 pages, but costs $300 for more pages)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritesh Nadhani</title>
		<link>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-71</link>
		<dc:creator>Ritesh Nadhani</dc:creator>
		<pubDate>Mon, 19 Sep 2005 06:32:34 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/09/19/viemu-12-release-candidate-out-html-macro-language/#comment-71</guid>
		<description>You can use Dreamweavers library option to do that. Even Webyog.com serves static pages (they are better indexed by Google) and we use Libraries with Dreamweaver.</description>
		<content:encoded><![CDATA[<p>You can use Dreamweavers library option to do that. Even Webyog.com serves static pages (they are better indexed by Google) and we use Libraries with Dreamweaver.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

