From dan@shafermedia.com Sun May 28 06:32:25 2006 From: Dan Shafer To: squeak-dev@lists.squeakfoundation.org Subject: Setting Up a Server to Handle Squeak Projects Date: Sat, 27 May 2006 23:32:20 -0700 Message-ID: <38300D08-823F-4D4F-BFE9-1607BD601F9A@shafermedia.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8012959839282902602==" --===============8012959839282902602== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit OK, I downloaded the Squeak plug-in and I seem to be able to access .pr files stored on other sites. But how do I deploy a Squeak project as a plugin? I think the questions I need answered are: 1. What does the server (Apache) need to know in order to serve Squeak projects as files? Anything? 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? 3. Anything else I need to know about deployment? Thanks. Dan --===============8012959839282902602==-- From milan.zimmermann@sympatico.ca Sun May 28 08:20:53 2006 From: Milan Zimmermann To: squeak-dev@lists.squeakfoundation.org Subject: Re: Setting Up a Server to Handle Squeak Projects Date: Sun, 28 May 2006 04:32:31 -0400 Message-ID: <200605280432.31978.milan.zimmermann@sympatico.ca> In-Reply-To: <38300D08-823F-4D4F-BFE9-1607BD601F9A@shafermedia.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2092733655876622338==" --===============2092733655876622338== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dan, A few notes below: On 2006 May 28 02:32, Dan Shafer wrote: > OK, I downloaded the Squeak plug-in and I seem to be able to > access .pr files stored on other sites. But how do I deploy a Squeak > project as a plugin? I think the questions I need answered are: > > 1. What does the server (Apache) need to know in order to serve > Squeak projects as files? Anything? I am using Kom as Http server (not Apache), and this is the piece of HTML tha= t=20 works - I guess it piggibacks the .pr file through squeakland. The only=20 important thing is the href: 3D""Squeak"saver" I suspect it will work on Apache as well, but do not know for sure. Perhaps you can start with this, just t test your project works etc, and take= =20 it from there, ask questions , plus more info about the HTTP plugin: http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/test/plugintest.html http://www.squeakland.org/plugin/launch.html http://squeakland.org/pipermail/squeakland/2004-October/002230.html and this message from Diego I saved: ------------------ And also: failureURL=3D"http://www.whereYouCanFindAnInstallerForTheMissingImage.com" > > > =C2=A0 =C2=A0 ID=3D"SqueakOCX Control" > =C2=A0 =C2=A0 =C2=A0 =C2=A0imageName=3D"MySqueak.image" > > =C2=A0 =C2=A0 WIDTH=3D1024 HEIGHT=3D768 > > =C2=A0 =C2=A0 ALIGN=3Dcenter BORDER=3D2 > > =C2=A0 =C2=A0 CLASSID=3D"CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006" > > =C2=A0 =C2=A0=20 CODEBASE=3D"http://www.squeakland.org/installers/SqueakPluginInstaller.exe"> = > >=20 > > > =C2=A0 =C2=A0 type=3D"application/x-squeak-source" > =C2=A0 =C2=A0 =C2=A0 =C2=A0imageName=3D"MySqueak.image" > > =C2=A0 =C2=A0 ALIGN=3D"CENTER" > > =C2=A0 =C2=A0 WIDTH=3D"1024" > > =C2=A0 =C2=A0 HEIGHT=3D"768" > > =C2=A0 =C2=A0 pluginspage=3D"http://www.squeakland.org/detect.html" > > =C2=A0 =C2=A0 update_url=3D"http://www.squeakland.org/update/" > > =C2=A0 =C2=A0 > > > ------------------ > 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=20 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. > 3. Anything else I need to know about deployment? I am sure there is more and people more qualified will comment, hopefully the= =20 above is a start, Milan > > Thanks. > Dan --===============2092733655876622338==-- From dan@shafermedia.com Mon May 29 05:48:40 2006 From: Dan Shafer To: squeak-dev@lists.squeakfoundation.org Subject: Re: Setting Up a Server to Handle Squeak Projects Date: Sun, 28 May 2006 22:48:36 -0700 Message-ID: <4B43B891-6AF5-4D99-BE88-2247CEE10715@shafermedia.com> In-Reply-To: <200605280432.31978.milan.zimmermann@sympatico.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2613590539739587364==" --===============2613590539739587364== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Thanks, Milan. Very helpful. I see that the server doesn't need to be aware of the data type of the content because you use an embedded object in the browser's code to circumvent. I know basically how to do that, so I'm off to do some trial work now. Dan On May 28, 2006, at 1:32 AM, Milan Zimmermann wrote: > Dan, > > A few notes below: > > On 2006 May 28 02:32, Dan Shafer wrote: >> OK, I downloaded the Squeak plug-in and I seem to be able to >> access .pr files stored on other sites. But how do I deploy a Squeak >> project as a plugin? I think the questions I need answered are: >> >> 1. What does the server (Apache) need to know in order to serve >> Squeak projects as files? Anything? > > I am using Kom as Http server (not Apache), and this is the piece > of HTML that > works - I guess it piggibacks the .pr file through squeakland. The > only > important thing is the href: > > href="http://www.squeakland.org/project.jsp?http://squeakers.ca: > 9090/squeak/games/FishTank-link.pr"> alt=""Squeak"saver" title="Make your own > "Squeak"saver" > src="squeak/games/FishTank-link.gif" > style="border: 5px solid ; width: 250px; height: 175px;"> > > I suspect it will work on Apache as well, but do not know for sure. > > Perhaps you can start with this, just t test your project works > etc, and take > it from there, ask questions , plus more info about the HTTP plugin: > > http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/test/ > plugintest.html > http://www.squeakland.org/plugin/launch.html > http://squeakland.org/pipermail/squeakland/2004-October/002230.html > > and this message from Diego I saved: > ------------------ > And also: > > failureURL="http:// > www.whereYouCanFindAnInstallerForTheMissingImage.com" > >>> >> ID="SqueakOCX Control" >> imageName="MySqueak.image" >>> WIDTH=1024 HEIGHT=768 >>> ALIGN=center BORDER=2 >>> CLASSID="CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006" >>> > CODEBASE="http://www.squeakland.org/installers/ > SqueakPluginInstaller.exe"> >>> >>> >> type="application/x-squeak-source" >> imageName="MySqueak.image" >>> ALIGN="CENTER" >>> WIDTH="1024" >>> HEIGHT="768" >>> pluginspage="http://www.squeakland.org/detect.html" >>> update_url="http://www.squeakland.org/update/" >>> > >>> > ------------------ > >> 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. > >> 3. Anything else I need to know about deployment? > > I am sure there is more and people more qualified will comment, > hopefully the > above is a start, > > Milan > >> >> Thanks. >> Dan > --===============2613590539739587364==-- From milan.zimmermann@sympatico.ca Mon May 29 06:30:52 2006 From: Milan Zimmermann To: squeak-dev@lists.squeakfoundation.org Subject: Re: Setting Up a Server to Handle Squeak Projects Date: Mon, 29 May 2006 02:42:29 -0400 Message-ID: <200605290242.29388.milan.zimmermann@sympatico.ca> In-Reply-To: <4B43B891-6AF5-4D99-BE88-2247CEE10715@shafermedia.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4744534749158239834==" --===============4744534749158239834== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Dan, yes, that is the point. Regarding the origin of the HTML I am sure it is coming from the guys who wrote the plugin (Impara or Viewpoints or both) but I no longer rememeber where I saved it from, probably email of someone else - from them you may get additional help or suggestions, but this should be one way... Hopefully one day the Squeak Plugin will have ubiquity of Flash Player :) Milan On 2006 May 29 01:48, Dan Shafer wrote: > Thanks, Milan. Very helpful. I see that the server doesn't need to be > aware of the data type of the content because you use an embedded > object in the browser's code to circumvent. I know basically how to > do that, so I'm off to do some trial work now. > > Dan > > On May 28, 2006, at 1:32 AM, Milan Zimmermann wrote: > > Dan, > > > > A few notes below: > > > > On 2006 May 28 02:32, Dan Shafer wrote: > >> OK, I downloaded the Squeak plug-in and I seem to be able to > >> access .pr files stored on other sites. But how do I deploy a Squeak > >> project as a plugin? I think the questions I need answered are: > >> > >> 1. What does the server (Apache) need to know in order to serve > >> Squeak projects as files? Anything? > > > > I am using Kom as Http server (not Apache), and this is the piece > > of HTML that > > works - I guess it piggibacks the .pr file through squeakland. The > > only > > important thing is the href: > > > > > href="http://www.squeakland.org/project.jsp?http://squeakers.ca: > > 9090/squeak/games/FishTank-link.pr"> > alt=""Squeak"saver" title="Make your own > > "Squeak"saver" > > src="squeak/games/FishTank-link.gif" > > style="border: 5px solid ; width: 250px; height: 175px;"> > > > > I suspect it will work on Apache as well, but do not know for sure. > > > > Perhaps you can start with this, just t test your project works > > etc, and take > > it from there, ask questions , plus more info about the HTTP plugin: > > > > http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/test/ > > plugintest.html > > http://www.squeakland.org/plugin/launch.html > > http://squeakland.org/pipermail/squeakland/2004-October/002230.html > > > > and this message from Diego I saved: > > ------------------ > > And also: > > > > failureURL="http:// > > www.whereYouCanFindAnInstallerForTheMissingImage.com" > > > >>> >>> ID="SqueakOCX Control" > >> > >> imageName="MySqueak.image" > >> > >>> WIDTH=1024 HEIGHT=768 > >>> ALIGN=center BORDER=2 > >>> CLASSID="CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006" > > > > CODEBASE="http://www.squeakland.org/installers/ > > SqueakPluginInstaller.exe"> > > > >>> >>> type="application/x-squeak-source" > >> > >> imageName="MySqueak.image" > >> > >>> ALIGN="CENTER" > >>> WIDTH="1024" > >>> HEIGHT="768" > >>> pluginspage="http://www.squeakland.org/detect.html" > >>> update_url="http://www.squeakland.org/update/" > >>> > >>> > > >>> > >>> > > > > ------------------ > > > >> 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. > > > >> 3. Anything else I need to know about deployment? > > > > I am sure there is more and people more qualified will comment, > > hopefully the > > above is a start, > > > > Milan > > > >> Thanks. > >> Dan --===============4744534749158239834==-- From brad@sonaural.com Mon May 29 18:29:01 2006 From: Brad Fuller To: squeak-dev@lists.squeakfoundation.org Subject: Re: Setting Up a Server to Handle Squeak Projects Date: Mon, 29 May 2006 11:28:57 -0700 Message-ID: <447B3D69.9060305@sonaural.com> In-Reply-To: <200605280432.31978.milan.zimmermann@sympatico.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1159977317210867167==" --===============1159977317210867167== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit --===============1159977317210867167== Content-Type: text/html Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="attachment.html" MIME-Version: 1.0 PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs Ly9FTiI+CjxodG1sPgo8aGVhZD4KICA8bWV0YSBjb250ZW50PSJ0ZXh0L2h0bWw7Y2hhcnNldD1J U08tODg1OS0xIiBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUiPgo8L2hlYWQ+Cjxib2R5IGJnY29s b3I9IiNmZmZmZmYiIHRleHQ9IiMwMDAwMDAiPgpNaWxhbiBaaW1tZXJtYW5uIHdyb3RlOgo8Ymxv Y2txdW90ZSBjaXRlPSJtaWQyMDA2MDUyODA0MzIuMzE5NzgubWlsYW4uemltbWVybWFubkBzeW1w YXRpY28uY2EiCiB0eXBlPSJjaXRlIj4KICA8YmxvY2txdW90ZSB0eXBlPSJjaXRlIj4KICAgIDxw cmUgd3JhcD0iIj4yLiAgV2lsbCBkZXRlY3Rpb24gb2YgdGhlIHBsdWdpbiBiZSBzZW1pLWF1dG9t YXRpYz8gSS5lLiwgaWYgYSB1c2VyCndpdGhvdXQgdGhlIHBsdWdpbiB0cmllcyB0byBkb3dubG9h ZCBhIFNxdWVhayBwcm9qZWN0LCB3aWxsIGhlIGdldCBhbgplcnJvciwgYW4gdWdseSBiaW5hcnkg ZHVtcCBvciBzb21ldGhpbmcgbWVhbmluZ2Z1bD8KICAgIDwvcHJlPgogIDwvYmxvY2txdW90ZT4K ICA8cHJlIHdyYXA9IiI+PCEtLS0tPgo+RnJvbSB3aGF0IEkgcmVtZW1iZXIsIGluIHRoZSBsaWZl IHdpdGhvdXQgdGhlIHBsdWdpbiBpbiBhbGwgbXkgYnJvd3NlcnMsIGlmIApkb25lICJjb3JyZWN0 bHkiIGl0IHdpbGwgcmVkaXJlY3QgdXNlciB0byB0aGUgc2l0ZSB3aGVyZSB0byBmaW5kIHRoZSBw bHVnaW4uIApJZiB5b3UgdXNlIHRoZSBzaW1wbGUgdmVyc2lvbiBvbiB0b3AsIGl0IHdpbGwgZG8g aXQgcmlnaHQuCiAgPC9wcmU+CjwvYmxvY2txdW90ZT4Kd2hlbiB2aXNpdGluZyB0aGlzIFVSSTo8 YnI+CjxhIGNsYXNzPSJtb3otdHh0LWxpbmstZnJlZXRleHQiIGhyZWY9Imh0dHA6Ly93d3cuc3F1 ZWFrbGFuZC5vcmcvcGx1Z2luL2RldGVjdC9kZXRlY3RpbnN0YWxsZXIuaHRtbCI+aHR0cDovL3d3 dy5zcXVlYWtsYW5kLm9yZy9wbHVnaW4vZGV0ZWN0L2RldGVjdGluc3RhbGxlci5odG1sPC9hPjxi cj4KYW5kIGNsaWNraW5nIG9uIHRoZSBwYWdlIGFyZWEgb2YgdGhlIG1pc3NpbmcgcGx1Z2luLCB0 aGUgIk1hbnVhbApJbnN0YWxsIiBwb2ludHMgdG8gYSBub24tZXhpc3RlbnQgcGFnZS4gVGhpcyBl cnJvciBpcyByZWNlaXZlZDo8YnI+Ci0tPGJyPgpOb3QgRm91bmQKPGJyPgpUaGUgcmVxdWVzdGVk IFVSTCAvcGx1Z2luL2RldGVjdC9kZXRlY3RpbnN0YWxsZXIuaHRtbCB3YXMgbm90IGZvdW5kIG9u CnRoaXMgc2VydmVyLjxicj4KLS08YnI+Cjxicj4KImRvd25sb2FkIHRoZSBwbHVnaW4iIGxpbmsg d29ya3MsIHRob3VnaC48YnI+Cjxicj4KYnJhZDxicj4KKEkndmUgY29waWVkIHRoZSBzcXVlYWts YW5kIG1sIHNvIHRoZXknbGwga25vdyB0aGUgZXJyb3IgYXQgdGhlIHdlYgpwYWdlKTxicj4KPGJy Pgo8L2JvZHk+CjwvaHRtbD4K --===============1159977317210867167==-- From herbertkoenig@gmx.net Tue May 30 08:06:13 2006 From: Herbert =?utf-8?q?K=C3=B6nig?= To: squeak-dev@lists.squeakfoundation.org Subject: Re[2]: Setting Up a Server to Handle Squeak Projects Date: Tue, 30 May 2006 09:11:33 +0200 Message-ID: <1047787527.20060530091133@gmx.net> In-Reply-To: <200605280432.31978.milan.zimmermann@sympatico.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3711320741973033736==" --===============3711320741973033736== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello Milan, Bert, MZ> http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/test/plugintest.html This one does not work, it starts the plugin with two flaps which are not working. MZ> http://www.squeakland.org/plugin/launch.html This one does work, it shows the bouncing atoms animation. and I can use the halos to get an Inspector, from there a browser. So looking further on the first site it simply seems outdated, referring to Squeak 3.2. I'm using the English 1.5.03 Firefox on WinXP. Thanks, -Herbert mailto:herbertkoenig(a)gmx.net --===============3711320741973033736==-- From bert@impara.de Tue May 30 11:36:50 2006 From: Bert Freudenberg To: squeak-dev@lists.squeakfoundation.org Subject: Re: Re[2]: Setting Up a Server to Handle Squeak Projects Date: Tue, 30 May 2006 13:36:25 +0200 Message-ID: <758D0FB1-7B46-4E2A-86F9-3CC70F9BB3F0@impara.de> In-Reply-To: <1047787527.20060530091133@gmx.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2553595538590058209==" --===============2553595538590058209== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Am 30.05.2006 um 09:11 schrieb Herbert König: > Hello Milan, Bert, > > > MZ> http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/test/ > plugintest.html > > This one does not work, it starts the plugin with two flaps which are > not working. That means it works, mostly, in that it actually loads the plugin, starts a VM, which executes the image, showing it in the browser window. On my system (Mac OS X) it then tries to load 'plugintest.sts', which fails (I get a walkback). Probably because the Mac plugin does not support retrieving files through the browser API, and the fall-back Squeak HTTP code needs a full URL. This could be circumvented by giving a full URL in the HTML page, or using the "BASE" parameter (see ProjectLauncher>>startUpAfterLogin). However, I cannot change that web page anymore because I left the university. - Bert - --===============2553595538590058209==-- From bert@impara.de Tue May 30 12:07:19 2006 From: Bert Freudenberg To: squeak-dev@lists.squeakfoundation.org Subject: Re: Setting Up a Server to Handle Squeak Projects Date: Tue, 30 May 2006 14:07:16 +0200 Message-ID: In-Reply-To: <758D0FB1-7B46-4E2A-86F9-3CC70F9BB3F0@impara.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2267182666483582279==" --===============2267182666483582279== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Am 30.05.2006 um 13:36 schrieb Bert Freudenberg: > Am 30.05.2006 um 09:11 schrieb Herbert König: > >> Hello Milan, Bert, >> >> >> MZ> http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/test/ >> plugintest.html >> >> This one does not work, it starts the plugin with two flaps which are >> not working. > > That means it works, mostly, in that it actually loads the plugin, > starts a VM, which executes the image, showing it in the browser > window. > > On my system (Mac OS X) it then tries to load 'plugintest.sts', > which fails (I get a walkback). Probably because the Mac plugin > does not support retrieving files through the browser API, and the > fall-back Squeak HTTP code needs a full URL. This could be > circumvented by giving a full URL in the HTML page, or using the > "BASE" parameter (see ProjectLauncher>>startUpAfterLogin). However, > I cannot change that web page anymore because I left the university. Indeed, the file works fine here with some other HTML: http://squeakland.org/project.jsp?http://isgwww.cs.uni-magdeburg.de/ ~bert/squeak/plugin/test/plugintest.sts If that link is broken, try: http://tinyurl.com/n7kw4 - Bert - --===============2267182666483582279==-- From herbertkoenig@gmx.net Tue May 30 12:31:33 2006 From: Herbert =?utf-8?q?K=C3=B6nig?= To: squeak-dev@lists.squeakfoundation.org Subject: Re[2]: Setting Up a Server to Handle Squeak Projects Date: Tue, 30 May 2006 14:31:28 +0200 Message-ID: <348225101.20060530143128@gmx.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2371559158476239357==" --===============2371559158476239357== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello Bert, BF> http://squeakland.org/project.jsp?http://isgwww.cs.uni-magdeburg.de/ BF> ~bert/squeak/plugin/test/plugintest.sts BF> If that link is broken, try: BF> http://tinyurl.com/n7kw4 Both links work like they should. Herbert mailto:herbertkoenig(a)gmx.net --===============2371559158476239357==-- From johnmci@smalltalkconsulting.com Tue May 30 15:28:55 2006 From: John M McIntosh To: squeak-dev@lists.squeakfoundation.org Subject: Re: Re[2]: Setting Up a Server to Handle Squeak Projects Date: Tue, 30 May 2006 08:28:44 -0700 Message-ID: In-Reply-To: <758D0FB1-7B46-4E2A-86F9-3CC70F9BB3F0@impara.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6409290603687010524==" --===============6409290603687010524== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 30-May-06, at 4:36 AM, Bert Freudenberg wrote: > That means it works, mostly, in that it actually loads the plugin, > starts a VM, which executes the image, showing it in the browser > window. > > On my system (Mac OS X) it then tries to load 'plugintest.sts', > which fails (I get a walkback). Probably because the Mac plugin > does not support retrieving files through the browser API, and the > fall-back Squeak HTTP code needs a full URL. This could be > circumvented by giving a full URL in the HTML page, or using the > "BASE" parameter (see ProjectLauncher>>startUpAfterLogin). However, > I cannot change that web page anymore because I left the university. > > - Bert - > The browser plugin code for fetching files should work, there is support for that in the plugin. -- ======================================================================== === John M. McIntosh 1-800-477-2659 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ======================================================================== === --===============6409290603687010524==-- From bert@impara.de Tue May 30 15:58:41 2006 From: Bert Freudenberg To: squeak-dev@lists.squeakfoundation.org Subject: Re: Re[2]: Setting Up a Server to Handle Squeak Projects Date: Tue, 30 May 2006 17:58:36 +0200 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8816286488662511372==" --===============8816286488662511372== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Am 30.05.2006 um 17:28 schrieb John M McIntosh: > > On 30-May-06, at 4:36 AM, Bert Freudenberg wrote: > >> That means it works, mostly, in that it actually loads the plugin, >> starts a VM, which executes the image, showing it in the browser >> window. >> >> On my system (Mac OS X) it then tries to load 'plugintest.sts', >> which fails (I get a walkback). Probably because the Mac plugin >> does not support retrieving files through the browser API, and the >> fall-back Squeak HTTP code needs a full URL. This could be >> circumvented by giving a full URL in the HTML page, or using the >> "BASE" parameter (see ProjectLauncher>>startUpAfterLogin). >> However, I cannot change that web page anymore because I left the >> university. >> >> - Bert - >> > > The browser plugin code for fetching files should work, there is > support for that in the plugin. Then why does it not load this? http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/test/ plugintest.html - Bert - --===============8816286488662511372==-- From milan.zimmermann@sympatico.ca Thu Jun 1 05:18:31 2006 From: Milan Zimmermann To: squeak-dev@lists.squeakfoundation.org Subject: Re: Re[2]: Setting Up a Server to Handle Squeak Projects Date: Thu, 01 Jun 2006 01:30:04 -0400 Message-ID: <200606010130.04734.milan.zimmermann@sympatico.ca> In-Reply-To: <1047787527.20060530091133@gmx.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0054307794209552732==" --===============0054307794209552732== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Herbert, On 2006 May 30 03:11, Herbert König wrote: > Hello Milan, Bert, > > > MZ> > http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/test/plugintest.html > > This one does not work, it starts the plugin with two flaps which are > not working. Thanks for pointing it out. While it does start the VM and run the image, and may be valuable to a developer, it is probaly confusing, and I should be only giving good info due to my belief the Squeak HTTP Plugin is the best delivery vehicle for Squeak and related technologies by the time they replace the inferior and confusion web (http etc) technologies (tongue out of cheek) :) Milan > > MZ> http://www.squeakland.org/plugin/launch.html > > This one does work, it shows the bouncing atoms animation. and I can > use the halos to get an Inspector, from there a browser. > > So looking further on the first site it simply seems outdated, > referring to Squeak 3.2. > > I'm using the English 1.5.03 Firefox on WinXP. > > Thanks, > > > -Herbert mailto:herbertkoenig(a)gmx.net --===============0054307794209552732==--