<?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: Custom URLParser for Webware</title>
	<atom:link href="http://www.larsen-b.com/Article/91.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/91.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: PHILLIP HARTS</title>
		<link>http://www.larsen-b.com/Article/91.html/comment-page-1#comment-995</link>
		<dc:creator>PHILLIP HARTS</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-995</guid>
		<description><![CDATA[will some1 please give me a program that weill teach me to use python? I am new at this, my email is anticastleism@prweb.com thanks]]></description>
		<content:encoded><![CDATA[<p>will some1 please give me a program that weill teach me to use python? I am new at this, my email is <a href="mailto:anticastleism@prweb.com">anticastleism@prweb.com</a> thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattF</title>
		<link>http://www.larsen-b.com/Article/91.html/comment-page-1#comment-996</link>
		<dc:creator>MattF</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-996</guid>
		<description><![CDATA[Is this for Ian&#039;s stand-alone WK only?&lt;br /&gt;
&lt;br /&gt;
There&#039;s no Webkit.URLParser in stock.]]></description>
		<content:encoded><![CDATA[<p>Is this for Ian&#8217;s stand-alone WK only?</p>
<p>There&#8217;s no Webkit.URLParser in stock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/91.html/comment-page-1#comment-997</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-997</guid>
		<description><![CDATA[No, this works w/ the CVS version of webware. I forget to this in the post]]></description>
		<content:encoded><![CDATA[<p>No, this works w/ the CVS version of webware. I forget to this in the post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bicking</title>
		<link>http://www.larsen-b.com/Article/91.html/comment-page-1#comment-998</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-998</guid>
		<description><![CDATA[Interestingly, it seems like this will map any URL ending in Article/X to blog/Article?id=X.&#160; So /really/long/URL/to/Article/10 will map to the same location as /Article/10.&#160; Which is, perhaps, what you want.&lt;br /&gt;
&lt;br /&gt;
You can raise exceptions in the parsing too, so you could do something like (after you tests for &#039;Articles&#039;):&lt;br /&gt;
&lt;br /&gt;
if len(values) != 3:&lt;br /&gt;
....# I think it should be 3, including the empty root segment, but maybe the magic number is 2&lt;br /&gt;
....raise HTTPRedirect(location=&#039;/Article/%s&#039; % values[-1])&lt;br /&gt;
&lt;br /&gt;
Then you&#039;ll accept alternate URLs, but canonicalize them to a single form.]]></description>
		<content:encoded><![CDATA[<p>Interestingly, it seems like this will map any URL ending in Article/X to blog/Article?id=X.&nbsp; So /really/long/URL/to/Article/10 will map to the same location as /Article/10.&nbsp; Which is, perhaps, what you want.</p>
<p>You can raise exceptions in the parsing too, so you could do something like (after you tests for &#8216;Articles&#8217;):</p>
<p>if len(values) != 3:<br />
<br />
&#8230;.# I think it should be 3, including the empty root segment, but maybe the magic number is 2<br />
<br />
&#8230;.raise HTTPRedirect(location=&#8217;/Article/%s&#8217; % values[-1])</p>
<p>Then you&#8217;ll accept alternate URLs, but canonicalize them to a single form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.larsen-b.com/Article/91.html/comment-page-1#comment-999</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-999</guid>
		<description><![CDATA[&lt;p&gt;Well, I cant agree more.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Well, I cant agree more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
