<div dir="ltr"><div>Hi Tobias,</div><div><br></div><div>It&#39;s none of my business what is or is not on <a href="http://squeak.org">squeak.org</a>. But you&#39;re statement is kind of confusing to me, so for the sake of my own clarity of mind, I&#39;ve deduced the following. Here are the two side by side:</div><div><br></div><div><div>&quot;<a href="http://squeak.org/projects">squeak.org/projects</a> page&quot;</div><div><br></div><div>Installer squeaksource project: &#39;MetacelloRepository&#39;; install: &#39;ConfigurationOfSeaside3&#39;.</div><div>(Smalltalk at: #ConfigurationOfSeaside3) load.</div><div><br></div><div>&quot;Menu&gt;&gt;Extending The System&quot;</div><div><br></div><div>(Installer ss project: &#39;MetacelloRepository&#39;) install: &#39;ConfigurationOfSeaside30&#39;.</div><div>(Smalltalk at: #ConfigurationOfSeaside30) load.</div><div>(Smalltalk at: #WAPharoServerAdaptorBrowser) open.</div></div><div><br></div><div>You will notice that in MetacelloRepository there is both ConfigurationOfSeaside30 and ConfigurationOfSeaside3. The former has its last entry on 10 Sept. 2013. The later has its first entry at 25 Sept. 2013. It&#39;s first entry message from Esteban Lorenzano is instructive: </div><div><br></div><div>&quot;- 3.1 was not loading any adaptor. Added Seaside-Adaptor (not tested outside Pharo)&quot;</div><div><br></div><div>It looks to me like ConfigurationOfSeaside3 is better suited for Pharo and ConfigurationOfSeaside30 is better suited to Squeak. This is supported by the inclusion of ConfigurationOfSeaside30 in Menu&gt;&gt;ExtendingTheSystem which is already proven to work. </div><div><br></div><div>FWIW,</div><div>Chris </div></div>