<div dir="ltr">Torsten,<div style>I installed seaside on Pharo 2.0 as you said and its seems to works.</div><div style><br></div><div style>I&#39;m interested too in having a ConfigurationOfSeaside working on Pharo 2.0.</div>
<div style><br></div><div style>I could help you or the seaside team doing that if that is necessary. I would like to see the roadmaps or plans too in order to help to do that.</div><div style><br></div><div style>Thanks</div>
<div style><br></div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 4, 2013 at 5:20 PM, Torsten Bergmann <span dir="ltr">&lt;<a href="mailto:astares@gmx.de" target="_blank">astares@gmx.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi @seaside-dev (CC-ing Pharo list and seaside users list):<br>
<br>
Pharo 2.0 is upon completion and it would be good to have a working Seaside<br>
running on it out of the box using a ConfigurationOfSeaside accessible<br>
through the configuration browser.<br>
<br>
(Aida is also already working this way).<br>
<br>
What I currently know from own simple tests and postings is that it is basically<br>
working on Pharo 2.0 using this load script:<br>
<br>
  <a href="https://github.com/renggli/builder/blob/master/scripts/seaside31-pharo2.st" target="_blank">https://github.com/renggli/builder/blob/master/scripts/seaside31-pharo2.st</a><br>
<br>
and then<br>
<br>
&quot;Zinc Server&quot;<br>
        Gofer new<br>
                squeaksource: &#39;ZincHTTPComponents&#39;;<br>
                &quot;package: &#39;Zinc-HTTP&#39;;&quot;<br>
                package: &#39;Zinc-Seaside&#39;;<br>
                load.<br>
<br>
        &quot;Start Zinc&quot;<br>
        &quot; (ZnZincServerAdaptor port: 8080)<br>
        codec: GRPharoUtf8Codec new;<br>
        start. &quot;<br>
<br>
There are some small issue left in #includesSubString: vs. #includesSubstring:<br>
(now in Pharo). I found it in<br>
 - WAAbstractFileLibrary&gt;&gt;updateRoot:,<br>
 - WAFormTag&gt;&gt;isInternetExplorer<br>
 - WARenderContext&gt;&gt;absoluteUrlForResource:<br>
<br>
Also when one uploads files using config -&gt; files the methods for the uploaded<br>
content get generated but not packaged with Monticello for whatever reason.<br>
<br>
Is there a plan/timeline for having a valid Seaside on top of Pharo available.<br>
Creating an updates ConfigurationOfSeaside was also discussed here on the seaside list<br>
... but still not yet realized.<br>
We all know time is always an issue - but at least I want to start a dicussion<br>
if it is possible (maybe with the help from many using a virtual sprint).<br>
<br>
Also is there any plan in moving Seaside to SmalltalkHub as well? Since<br>
there is now infrastructure for CI ready on Pharo side it could be used for<br>
Seaside also.<br>
<br>
Any comments?<br>
<br>
If possible respond on &quot;seaside-dev&quot; list so it is discussed on one<br>
central place (<a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a>)<br>
<br>
Thanks<br>
T.<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br></div>