<?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: New Labs Feature: Auto Publish Server Side Includes</title>
	<atom:link href="http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/</link>
	<description>Content Management for Designers and Agencies.</description>
	<lastBuildDate>Sat, 04 Feb 2012 11:48:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Emil</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-1989</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Thu, 19 Jan 2012 05:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-1989</guid>
		<description>hey I know your have a bug, but what you describe shouldn&#039;t be the case. We only replace content that&#039;s INSIDE editable regions and META data. You shouldn&#039;t have code inside a cms-editable region. Period.</description>
		<content:encoded><![CDATA[<p>hey I know your have a bug, but what you describe shouldn&#8217;t be the case. We only replace content that&#8217;s INSIDE editable regions and META data. You shouldn&#8217;t have code inside a cms-editable region. Period.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Stern</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-1988</link>
		<dc:creator>Steve Stern</dc:creator>
		<pubDate>Wed, 18 Jan 2012 11:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-1988</guid>
		<description>Support for ASP classic.  Two problems (both are easily solvable, I think)

1) Anything within the  should be ignored when you publish the page.  Currently, your browser renders the content correctly, but replaces the ASP variables with their run-time values.  This blows up the dynamic nature of the page.

2) ASP include files - virtual folders.  The publish routine attempts to find the file in the Include statement to see if there are any editable regions in it.  That&#039;s fine.  However, if the folder does not exist in the local site, it could be that it is a virtual folder.

Since you could render the page correctly, there is no reason to crash the publish routine if you can&#039;t find the include file.  It is not an error, it is an intentional design parameter.  Clearly, if your editor can render the page, then it is &quot;good&quot; content as far as the server is concerned.

How soon can we address these two issues?  Thanks!</description>
		<content:encoded><![CDATA[<p>Support for ASP classic.  Two problems (both are easily solvable, I think)</p>
<p>1) Anything within the  should be ignored when you publish the page.  Currently, your browser renders the content correctly, but replaces the ASP variables with their run-time values.  This blows up the dynamic nature of the page.</p>
<p>2) ASP include files &#8211; virtual folders.  The publish routine attempts to find the file in the Include statement to see if there are any editable regions in it.  That&#8217;s fine.  However, if the folder does not exist in the local site, it could be that it is a virtual folder.</p>
<p>Since you could render the page correctly, there is no reason to crash the publish routine if you can&#8217;t find the include file.  It is not an error, it is an intentional design parameter.  Clearly, if your editor can render the page, then it is &#8220;good&#8221; content as far as the server is concerned.</p>
<p>How soon can we address these two issues?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Moore</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-1866</link>
		<dc:creator>Richard Moore</dc:creator>
		<pubDate>Fri, 11 Nov 2011 14:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-1866</guid>
		<description>We use .lasso

The include looks like this



Can this be supported? This is the key feature to using page line for us</description>
		<content:encoded><![CDATA[<p>We use .lasso</p>
<p>The include looks like this</p>
<p>Can this be supported? This is the key feature to using page line for us</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias M. Stav</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-781</link>
		<dc:creator>Mathias M. Stav</dc:creator>
		<pubDate>Wed, 18 Aug 2010 01:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-781</guid>
		<description>GREAT! I love it!
When will you have a blog module?</description>
		<content:encoded><![CDATA[<p>GREAT! I love it!<br />
When will you have a blog module?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-742</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-742</guid>
		<description>SSI includes seem to be working for me, eg

&lt;!--#include file=&quot;includes/about.html&quot;--&gt;</description>
		<content:encoded><![CDATA[<p>SSI includes seem to be working for me, eg</p>
<p><!--#include file="includes/about.html"--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-527</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Thu, 20 May 2010 17:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-527</guid>
		<description>Hi Alan,
I don&#039;t believe we support ASP.NET Masterpages yet. It&#039;s something we&#039;re working on. Can you post the scenario you&#039;re trying to use on the forum? (forum.pagelime.com) and I&#039;ll make sure we update the post as soon as we release masterpage support.</description>
		<content:encoded><![CDATA[<p>Hi Alan,<br />
I don&#8217;t believe we support ASP.NET Masterpages yet. It&#8217;s something we&#8217;re working on. Can you post the scenario you&#8217;re trying to use on the forum? (forum.pagelime.com) and I&#8217;ll make sure we update the post as soon as we release masterpage support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Feekery</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-526</link>
		<dc:creator>Alan Feekery</dc:creator>
		<pubDate>Thu, 20 May 2010 10:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-526</guid>
		<description>I&#039;m having problems with ASP.NET Masterpages, do you not support them yet? =(</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems with ASP.NET Masterpages, do you not support them yet? =(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-513</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Mon, 17 May 2010 22:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-513</guid>
		<description>Hi Mark - your example will work. Give it a shot and let me know at support[at]pagelime.com if you&#039;re having any trouble.</description>
		<content:encoded><![CDATA[<p>Hi Mark &#8211; your example will work. Give it a shot and let me know at support[at]pagelime.com if you&#8217;re having any trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-512</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 17 May 2010 22:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-512</guid>
		<description>Any chance of support for Classic ASP - I know its a bit old but still very useful for smallish sites. For example:

&lt;!--#include file=&quot;includes/navigationlinks.asp&quot; --&gt;</description>
		<content:encoded><![CDATA[<p>Any chance of support for Classic ASP &#8211; I know its a bit old but still very useful for smallish sites. For example:</p>
<p><!--#include file="includes/navigationlinks.asp" --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://blog.pagelime.com/2009/09/16/new-labs-feature-auto-publish-server-side-includes/comment-page-1/#comment-490</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Fri, 14 May 2010 13:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=74#comment-490</guid>
		<description>P.S. Everyone CF Includes did work, but we didn&#039;t account for tags that don&#039;t have a &quot;/&gt;&quot; ending. We fixed this and all formats of the includes should work now. This was updated around May 1st.</description>
		<content:encoded><![CDATA[<p>P.S. Everyone CF Includes did work, but we didn&#8217;t account for tags that don&#8217;t have a &#8220;/>&#8221; ending. We fixed this and all formats of the includes should work now. This was updated around May 1st.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

