<?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: A Simple File Based Wiki in Seaside</title>
	<atom:link href="http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/feed/" rel="self" type="application/rss+xml" />
	<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/</link>
	<description>thoughts on Smalltalk and programming in general...</description>
	<pubDate>Sun, 20 Jul 2008 16:12:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: #doesNotUnderstand: &#187; Blog Archive &#187; Un dÃ©veloppeur RoR essaie Seaside</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-13529</link>
		<dc:creator>#doesNotUnderstand: &#187; Blog Archive &#187; Un dÃ©veloppeur RoR essaie Seaside</dc:creator>
		<pubDate>Tue, 20 May 2008 20:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-13529</guid>
		<description>[...] le Wiki en 98 lignes Ã©crit par Ramon Leon, voila une nouvelle application-jouet Seaside, une liste de choses Ã  faire [...]</description>
		<content:encoded><![CDATA[<p>[...] le Wiki en 98 lignes Ã©crit par Ramon Leon, voila une nouvelle application-jouet Seaside, une liste de choses Ã  faire [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-12841</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Wed, 07 May 2008 00:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-12841</guid>
		<description>OK, there was a bug in the #initialRequest: method concerning the trailing / on the root page, I fixed it, updated the article and the fileOut at the end with the new code.  Should work fine now.</description>
		<content:encoded><![CDATA[<p>OK, there was a bug in the #initialRequest: method concerning the trailing / on the root page, I fixed it, updated the article and the fileOut at the end with the new code.  Should work fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-12813</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 06 May 2008 12:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-12813</guid>
		<description>Hey Ramon,

I'm trying to follow your tutorial but keep coming up with a InvalidDirectoryError [see below]; sorry to bother but was wondering if you knew how it might be arising ? Was wondering if it was some problem with relative vs absolute path names ? The wikiPages  directory is getting created fine btw. I am a Rails guy trying to see what all the fuss is re Seaside, so any help would be mucho appreciated.

Many thanks,

Justin
</description>
		<content:encoded><![CDATA[<p>Hey Ramon,</p>
<p>I&#8217;m trying to follow your tutorial but keep coming up with a InvalidDirectoryError [see below]; sorry to bother but was wondering if you knew how it might be arising ? Was wondering if it was some problem with relative vs absolute path names ? The wikiPages  directory is getting created fine btw. I am a Rails guy trying to see what all the fuss is re Seaside, so any help would be mucho appreciated.</p>
<p>Many thanks,</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-11998</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Sat, 22 Mar 2008 19:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-11998</guid>
		<description>You're welcome.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jared</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-11979</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Fri, 21 Mar 2008 20:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-11979</guid>
		<description>Thanks a lot for putting this on the web. It's the first useful Seaside coding example I've run across. It's actually up to date, gives good hints for a smalltalk beginner (who'd think that the phrase "setup the app on the class side" would be a crucial reminder?), and it's short enough that I can wrap my head around it. (Really short! All the good stuff Alan Kay's been advertising is true!)

Now that I'm getting comfortable with the system browser, I don't know how I'm going to go back to writing php in vim...</description>
		<content:encoded><![CDATA[<p>Thanks a lot for putting this on the web. It&#8217;s the first useful Seaside coding example I&#8217;ve run across. It&#8217;s actually up to date, gives good hints for a smalltalk beginner (who&#8217;d think that the phrase &#8220;setup the app on the class side&#8221; would be a crucial reminder?), and it&#8217;s short enough that I can wrap my head around it. (Really short! All the good stuff Alan Kay&#8217;s been advertising is true!)</p>
<p>Now that I&#8217;m getting comfortable with the system browser, I don&#8217;t know how I&#8217;m going to go back to writing php in vim&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Un dÃ©veloppeur Seaside essaie Seaside at #doesNotUnderstand:</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-6360</link>
		<dc:creator>Un dÃ©veloppeur Seaside essaie Seaside at #doesNotUnderstand:</dc:creator>
		<pubDate>Tue, 16 Oct 2007 09:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-6360</guid>
		<description>[...] le Wiki en 98 lignes Ã©crit par Ramon Leon, voila une nouvelle application-jouet Seaside, une liste de choses Ã faire [...]</description>
		<content:encoded><![CDATA[<p>[...] le Wiki en 98 lignes Ã©crit par Ramon Leon, voila une nouvelle application-jouet Seaside, une liste de choses Ã faire [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-6148</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Mon, 08 Oct 2007 03:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-6148</guid>
		<description>Ah, good catch, fixed! Thanks!</description>
		<content:encoded><![CDATA[<p>Ah, good catch, fixed! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-6095</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 05 Oct 2007 23:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-6095</guid>
		<description>Great example!

"Initialize the class" should be "initialize objects/instances of the class" ?</description>
		<content:encoded><![CDATA[<p>Great example!</p>
<p>&#8220;Initialize the class&#8221; should be &#8220;initialize objects/instances of the class&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yadnim.Com &#187; A Simple File Based Wiki in Seaside</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5972</link>
		<dc:creator>Yadnim.Com &#187; A Simple File Based Wiki in Seaside</dc:creator>
		<pubDate>Thu, 27 Sep 2007 15:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5972</guid>
		<description>[...] wrote an interesting post today on A Simple File Based Wiki in SeasideHere&#8217;s a quick [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote an interesting post today on A Simple File Based Wiki in SeasideHere&#8217;s a quick [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TutorÃ­a de Seaside : The command line</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5970</link>
		<dc:creator>TutorÃ­a de Seaside : The command line</dc:creator>
		<pubDate>Thu, 27 Sep 2007 14:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5970</guid>
		<description>[...] Leon escribiÃ³ un post detallando la construcciÃ³n de un Wiki bÃ¡sico usando Seaside. [...]</description>
		<content:encoded><![CDATA[<p>[...] Leon escribiÃ³ un post detallando la construcciÃ³n de un Wiki bÃ¡sico usando Seaside. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to build a wiki in 98 lines of code &#171; The Weekly Squeak</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5967</link>
		<dc:creator>How to build a wiki in 98 lines of code &#171; The Weekly Squeak</dc:creator>
		<pubDate>Thu, 27 Sep 2007 11:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5967</guid>
		<description>[...] Ramon Leon&#8217;s blog, always a great resource for tips on Squeak and Seaside, has a nice post on how to build a simple file-based wiki using Seaside using only one class and 98 lines of code.Â It&#8217;s intended as a learning tool, so it [...]</description>
		<content:encoded><![CDATA[<p>[...] Ramon Leon&#8217;s blog, always a great resource for tips on Squeak and Seaside, has a nice post on how to build a simple file-based wiki using Seaside using only one class and 98 lines of code.Â It&#8217;s intended as a learning tool, so it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon puts up a wiki example for Seaside &#171; Tekkie</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5963</link>
		<dc:creator>Ramon puts up a wiki example for Seaside &#171; Tekkie</dc:creator>
		<pubDate>Thu, 27 Sep 2007 06:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5963</guid>
		<description>[...] puts up a wiki example for&#160;Seaside  Ramon Leon at On Smalltalk postedÂ a tutorial wiki app. in Seaside. Give it a [...]</description>
		<content:encoded><![CDATA[<p>[...] puts up a wiki example for&nbsp;Seaside  Ramon Leon at On Smalltalk postedÂ a tutorial wiki app. in Seaside. Give it a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel CobÃ¡</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5960</link>
		<dc:creator>Miguel CobÃ¡</dc:creator>
		<pubDate>Thu, 27 Sep 2007 04:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5960</guid>
		<description>It works now. Thank you.
Excellent tutorial</description>
		<content:encoded><![CDATA[<p>It works now. Thank you.<br />
Excellent tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5959</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Thu, 27 Sep 2007 01:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5959</guid>
		<description>This was written in Seaside 2.8, but it looks like the same code in both, just copy it into the WARenderCanvas and it should work.  Here's mine...

&lt;pre&gt;
urlForAction: aBlock
	^ self context actionUrl withParameter: (self callbacks registerActionCallback: aBlock)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This was written in Seaside 2.8, but it looks like the same code in both, just copy it into the WARenderCanvas and it should work.  Here&#8217;s mine&#8230;</p>
<pre>
urlForAction: aBlock
	^ self context actionUrl withParameter: (self callbacks registerActionCallback: aBlock)
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel CobÃ¡</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5954</link>
		<dc:creator>Miguel CobÃ¡</dc:creator>
		<pubDate>Wed, 26 Sep 2007 21:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5954</guid>
		<description>One more thing. the message urlForAction is from class WAHtmlRenderer but
in my Seaside 2.7a1-pc227, the object html is  an instance of WARenderCanvas which doesn't respond to this message.
It gives me the following error:

WARenderCanvas(Object)&#62;&#62;doesNotUnderstand: #urlForAction:

Is there some equivalent code from WARenderCanvas?</description>
		<content:encoded><![CDATA[<p>One more thing. the message urlForAction is from class WAHtmlRenderer but<br />
in my Seaside 2.7a1-pc227, the object html is  an instance of WARenderCanvas which doesn&#8217;t respond to this message.<br />
It gives me the following error:</p>
<p>WARenderCanvas(Object)&gt;&gt;doesNotUnderstand: #urlForAction:</p>
<p>Is there some equivalent code from WARenderCanvas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5953</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Wed, 26 Sep 2007 19:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5953</guid>
		<description>Sorry, I didn't notice that #stringAfter: was one of my extensions to String, they're now included in the article.  Thanks for catching that.</description>
		<content:encoded><![CDATA[<p>Sorry, I didn&#8217;t notice that #stringAfter: was one of my extensions to String, they&#8217;re now included in the article.  Thanks for catching that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel CobÃ¡</title>
		<link>http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5951</link>
		<dc:creator>Miguel CobÃ¡</dc:creator>
		<pubDate>Wed, 26 Sep 2007 17:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/a-simple-file-based-wiki-in-seaside/#comment-5951</guid>
		<description>I have the following error accesing http://localhost:8080/seaside/wiki

MessageNotUnderstood: ByteString&#62;&#62;stringAfter:

I have pulled Regex-sd from squeaksource but I can't find the implementation of stringAfter: nowhere in my image.

It is a custom method you created?</description>
		<content:encoded><![CDATA[<p>I have the following error accesing <a href="http://localhost:8080/seaside/wiki" rel="nofollow">http://localhost:8080/seaside/wiki</a></p>
<p>MessageNotUnderstood: ByteString&gt;&gt;stringAfter:</p>
<p>I have pulled Regex-sd from squeaksource but I can&#8217;t find the implementation of stringAfter: nowhere in my image.</p>
<p>It is a custom method you created?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
