|
From: Brenda L. <asp...@us...> - 2003-05-12 07:26:26
|
Update of /cvsroot/squeak/squeak/platforms/unix/npsqueak/test In directory sc8-pr-cvs1:/tmp/cvs-serv30143/npsqueak/test Added Files: plugintest.html plugintest.sts Log Message: Ian Piumarta's release 3.4.1 --- NEW FILE: plugintest.html --- <HTML> <HEAD> <TITLE>Squeak Plugin Test</TITLE> </HEAD> <BODY> <H1>Squeak Plugin Test</H1> <hr> <b>Embedded mode:</b> <p> <CENTER> <EMBED type="application/x-squeak-source" src="plugintest.sts" WIDTH="640" HEIGHT="480" ALIGN="CENTER" PLUGINSPAGE="http://isgwww.cs.uni-magdeburg.de/~bert/squeak/plugin/download.html" EMPTYPARAM BLA="BLABLA" > </CENTER> <hr> <b>Fullwindow mode:</b> <a href="plugintest.sts">plugintest.sts</a> <hr> <P> </BODY> </HTML> --- NEW FILE: plugintest.sts --- "If you see this message as a text file something went wrong. You may go back and try the embedded Squeak version. If this works, the server isn't sending the right mime type. If not, the Squeak plugin is not installed correctly. " StringHolder new textContents: ('Hello Plugin World!! This window was opened by some code in the file plugintest.sts, which was downloaded by your web browser and executed by the Squeak Plugin Virtual Machine (', (Smalltalk getSystemAttribute: 0), ') in an object image (', (Smalltalk getSystemAttribute: 1),'). Since you are reading this I guess all is okay then ... On most platforms, you can also run Squeak as a stand-alone program if you start the VM with the image. ') withSqueakLineEndings; openLabel: 'Plugin Startup' |