From miguel@squeakland.org Tue May 30 09:26:12 2006 From: Miguel At Squeakland To: squeakland@lists.squeakfoundation.org Subject: Re: [Squeakland] Setting Up a Server to Handle Squeak Projects Date: Tue, 30 May 2006 07:23:34 -0700 Message-ID: <7.0.0.16.2.20060530072251.036418d0@squeakland.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8104794242299006989==" --===============8104794242299006989== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello all, The URL noted in the last entry to this thread doesn't exist at=20 all. Please let me know where the dead link resides and I will correct. The detection process is automatic and kicks in when the Download=20 Squeak link is used. Thanks in advance for the help finding the dead link. cheers, Miguel Perez At 11:28 AM 5/29/2006, you wrote: >Milan Zimmermann wrote: >>> >>> >>>2. Will detection of the plugin be semi-automatic? I.e., if a user >>>without the plugin tries to download a Squeak project, will he get an >>>error, an ugly binary dump or something meaningful? >>> >> >> >> >> >From what I remember, in the life without the plugin in all my=20 >> browsers, if >>done "correctly" it will redirect user to the site where to find the plugin. >>If you use the simple version on top, it will do it right. >> >when visiting this URI: >http://www.squ= eakland.org/plugin/detect/detectinstaller.html >and clicking on the page area of the missing plugin, the "Manual=20 >Install" points to a non-existent page. This error is received: >-- >Not Found >The requested URL /plugin/detect/detectinstaller.html was not found=20 >on this server. >-- > >"download the plugin" link works, though. > >brad >(I've copied the squeakland ml so they'll know the error at the web page) > >_______________________________________________ >Squeakland mailing list >Squeakland(a)squeakland.org >http://squeakland.org/mailman/listinfo/squeakland All the best, Miguel Perez "Squeak - The tool for inventing the future!" http://www.squeakland.org =20 --===============8104794242299006989==-- From milan.zimmermann@sympatico.ca Thu Jun 1 00:06:50 2006 From: Milan Zimmermann To: squeakland@lists.squeakfoundation.org Subject: Re: [Squeakland] Setting Up a Server to Handle Squeak Projects Date: Thu, 01 Jun 2006 03:11:23 -0400 Message-ID: <200606010311.24077.milan.zimmermann@sympatico.ca> In-Reply-To: <7.0.0.16.2.20060530072251.036418d0@squeakland.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0393654912011013006==" --===============0393654912011013006== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 2006 May 30 10:23, Miguel At Squeakland wrote: > Hello all, > > The URL noted in the last entry to this thread doesn't exist at > all. Please let me know where the dead link resides and I will correct. > > The detection process is automatic and kicks in when the Download > Squeak link is used. > > Thanks in advance for the help finding the dead link. Miguel, If you go to this page: http://www.squeakland.org/plugin/launch.html and do "view source", there is this code: <<...>>

Proceed to
download the Plugin

<<...>> base="http://www.squeakland.org" pluginspage="http://www.squeakland.org/plugin/detect/detectinstaller.html" width="100%" <<...>> #1) The first "../detect.html" resolves to: http://www.squeakland.org/detect.html directs to: http://www.squeakland.org/plugin/installers/ux.html exists and works (well at least on Linux/konqueror as the browser detection probably plays a role?) #2) The second http://www.squeakland.org/plugin/detect/detectinstaller.html does not exist. So I think you need to change this page (may be other places too): http://www.squeakland.org/plugin/launch.html Hope this helps, Milan > > cheers, > Miguel Perez > > At 11:28 AM 5/29/2006, you wrote: > >Milan Zimmermann wrote: > >>>2. Will detection of the plugin be semi-automatic? I.e., if a user > >>>without the plugin tries to download a Squeak project, will he get an > >>>error, an ugly binary dump or something meaningful? > >>> > >> >From what I remember, in the life without the plugin in all my > >> > >> browsers, if > >>done "correctly" it will redirect user to the site where to find the > >> plugin. If you use the simple version on top, it will do it right. > > > >when visiting this URI: > >http://www.s > >queakland.org/plugin/detect/detectinstaller.html and clicking on the page > > area of the missing plugin, the "Manual > >Install" points to a non-existent page. This error is received: > >-- > >Not Found > >The requested URL /plugin/detect/detectinstaller.html was not found > >on this server. > >-- > > > >"download the plugin" link works, though. > > > >brad > >(I've copied the squeakland ml so they'll know the error at the web page) > > > >_______________________________________________ > >Squeakland mailing list > >Squeakland(a)squeakland.org > >http://squeakland.org/mailman/listinfo/squeakland > > All the best, > > Miguel Perez > > > > > "Squeak - The tool for inventing the future!" > http://www.squeakland.org > > > _______________________________________________ > Squeakland mailing list > Squeakland(a)squeakland.org > http://squeakland.org/mailman/listinfo/squeakland --===============0393654912011013006==--