[Q] Publishing projects via browser plugin

Rudi Angela squeak at angelafamily.com
Wed May 14 10:24:26 UTC 2003


Hi there,
I'm trying to publish squeak projects via the web browser plugin, but 
apparently I'm doing something wrong.
I did the following:
1- I created a project with a simple diagram using Ned's Connectors 
(v1) and stored it as Diagrammer.001.pr
2- I created an HTML file with the content shown below
3- I put both in directory 'squeak' in my webserver root directory.

But when I try to access the html page squeak tells me 'No project 
found in this file'
Any clues?

Rudi Angela

HTML content used:
<html>
<head>
<title>Diagrammer</title>
<BASE href="10.100.12.122">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<EMBED
	type="application/x-squeak-source"
	ALIGN="CENTER"
	WIDTH="1024"
	HEIGHT="768"
	src="http://localhost/squeak/Diagrammer.001.pr"
	update="161"
         win32="Squeak3.2gamma of 12 January 2002 [latest update: #4879]"
         macos="Squeak3.1alpha of 16 May 2001 [latest update: #4081]"
   	
	apiSupported="TRUE"
	loader_url="http://www.squeakland.org/project.jsp"
	pluginspage="http://www.squeakland.org/detect.html"
	update_url="http://www.squeakland.org/update/"
</EMBED>
</body>
</html>



More information about the Squeak-dev mailing list