17 Jun 2012 06:35
17 Jun 2012 07:18
Re: Upgrade Squeak Website
That sounds great. Your help is greatly appreciated. I'm looking at a copy of the Squeak site image I downloaded from the Squeak server. I'll have lots of questions a more experienced hand could assist me with on Monday. Thanks, Chris On 2012-06-17, at 12:35 AM, Herbert König wrote: > Hi, > > I will be available to help usually after 18:00, except Friday where I > can spend more time. > > I'm still on Aida 6.1, never touched scribo but for sure I can test. > > So just tell me what to do. > > Cheers > > > Herbert > > _______________________________________________ > Webteam mailing list > Webteam@... > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam
17 Jun 2012 07:35
Re: Upgrade Squeak Website
Chris> I'm looking at a copy of the Squeak site image I downloaded from the Squeak server. Can I do that too to prepare myself? What VM? You seem to be 6 hrs ahead of me (I'm GMT +1) and on weekdays I am sitting in front of my computer from around 11:30 your time to 13:00. In case I miscalculated, from 5:30 to 7:00 my time(Continue reading)Cheers, Herbert >> Hi, >> >> I will be available to help usually after 18:00, except Friday where I >> can spend more time. >> >> I'm still on Aida 6.1, never touched scribo but for sure I can test. >> >> So just tell me what to do. >> >> Cheers >> >> >> Herbert >> >> _______________________________________________ >> Webteam mailing list
17 Jun 2012 08:29
Re: Upgrade Squeak Website
http://www.osrcon.ca/SqueakSite_new.zip
http://www.osrcon.ca/SqueakSite_old.zip
Here are two images. The first is the image I drew down from the Squeak server.
The second is a fresh 3.10 image with the code transferred over. There is a VM with both archives.
It's a Squeak 3.8.18beta3U.app. They are for a Mac, though imagine if you are on Linux or Windows
you can find VM from:
Yup, I figure you're six hours ahead. I'll pay extra attention to that window.
Sounds like a plan.
Thanks,
Chris
On 2012-06-17, at 1:35 AM, Herbert König wrote:
Chris> I'm looking at a copy of the Squeak site image I downloaded from the Squeak server.
Can I do that too to prepare myself? What VM?
You seem to be 6 hrs ahead of me (I'm GMT +1) and on weekdays I am sitting in front of my computer from around 11:30 your time to 13:00.
In case I miscalculated, from 5:30 to 7:00 my time
Cheers,
Herbert
_______________________________________________ Webteam mailing list Webteam@... http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam
17 Jun 2012 08:34
17 Jun 2012 09:41
Re: Backwards
Thanks, when I'm off the train i'll get em and try. Herbert Am 17.06.2012 08:34, schrieb Chris Cunnington: > Actually the first link is the new image and the second is the original image... > They say "new" and "old" ... I don't know it's late. I should go to bed. ;) > > Chris _______________________________________________ > Webteam mailing list > Webteam@... > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam
18 Jun 2012 06:48
Got started
Hi, I got both images running, the newer one is serving the Squeak site on localhost:7780/ the old one is serving the Demo on :8888. In the new image all Aida related stuff has wrong linefeeds in the browser the other classes don't. Anyone knows the incantation to fix? How to continue tonight? BTW I run Aida6.1 on trunk with Cog which gave a big speedup. Cheers Herbert
_______________________________________________ Webteam mailing list Webteam@... http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam
18 Jun 2012 17:00
Re: Got started
On 2012-06-18, at 12:48 AM, Herbert König wrote:
I got both images running, the newer one is serving the Squeak site on localhost:7780/ the old one is serving the Demo on :8888.
I haven't had such luck and would be interested in how you did that for the SqueakSite, as I haven't made SqueakSite run in localhost.
Did you use:
(AIDASite named: 'squeaksite') host: 'localhost' ip: 'localhost' port: 7780
or something similar?
I'm confused about how Aida separates content from presentation. By this I mean, in the old image if I type:
SqueakSitePage allInstances size 117
Some of those instance contain strings like 'Welcome to the World of Squeak!' or 'SqueakDVD'. Using 'method source with it'
to find the location of those strings, I turn up nothing. To be plain, I'm not sure where the SqueakSite actually is.
The classes format content, but I don't think they contain content. That seems to be in the instances, so I'm not sure how
that content got into those instances (the Scribo wiki interface) or how to get it out. Am I supposed to drain those instances for XML with SIXX used by the class Persister?
Thanks,
Chris
_______________________________________________ Webteam mailing list Webteam@... http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam
18 Jun 2012 17:34
Re: Got started
Chis,
still at work, so just a short one:
Aida is already serving in both images. In the younger one you have to point your browser to //localhost:7780/
The older one only serves the demo at localhost:8888/
maybe I mistyped the port number of the younger one, you find the correct one in the workspace in the newer image.
In Windows, when I start the image the firewall immediately pops up and asks permission for this program. I assumed a Mac wouldn't even ask and just grant the permission.
My wife has an Ipod touch and to see my own Aida site running in my home wifi if have to point safari to the ip address of my computer, not to its name. That's all the Apple experience I can offer
)
Cheers
Herbert
still at work, so just a short one:
Aida is already serving in both images. In the younger one you have to point your browser to //localhost:7780/
The older one only serves the demo at localhost:8888/
maybe I mistyped the port number of the younger one, you find the correct one in the workspace in the newer image.
In Windows, when I start the image the firewall immediately pops up and asks permission for this program. I assumed a Mac wouldn't even ask and just grant the permission.
My wife has an Ipod touch and to see my own Aida site running in my home wifi if have to point safari to the ip address of my computer, not to its name. That's all the Apple experience I can offer
)Cheers
Herbert
Did you use:(AIDASite named: 'squeaksite') host: 'localhost' ip: 'localhost' port: 7780or something similar?I'm confused about how Aida separates content from presentation. By this I mean, in the old image if I type:SqueakSitePage allInstances size 117Some of those instance contain strings like 'Welcome to the World of Squeak!' or 'SqueakDVD'. Using 'method source with it'to find the location of those strings, I turn up nothing. To be plain, I'm not sure where the SqueakSite actually is.The classes format content, but I don't think they contain content. That seems to be in the instances, so I'm not sure howthat content got into those instances (the Scribo wiki interface) or how to get it out. Am I supposed to drain those instances for XML with SIXX used by the class Persister?Thanks,Chris
_______________________________________________ Webteam mailing list Webteam-bD51WKytQuJI8mQ4nJOOf3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam
_______________________________________________ Webteam mailing list Webteam@... http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam
RSS Feed