[Webteam] the Downloads section, wikis, and Altitude

Chris Cunnington websela at yahoo.com
Fri Mar 21 17:21:54 UTC 2014


On Mar 21, 2014, at 1:10 PM, tim Rowledge <tim at rowledge.org> wrote:

> 
> On 21-03-2014, at 6:39 AM, Chris Cunnington <websela at yahoo.com> wrote:
>> 
>> I've been trying to think what the disconnect is here.
> 
> I’m a detail nitpicking perfectionist. Which is why my software, houses, motorcycles and models are
> a) expensive
> b) wonderful
> 
> It doesn’t work for everyone. That’s life. I’d fix it if I could.

I didn't mean to come off as harsh, if that was the case. 

>> I think your paradigm is the Swiki with its wiki interface. This situation is not like that. You're micro managing the Download section of the homepage for something like the third time. This isn't a wiki. It's Altitude. To make the minutiae changes you want I have to futz. A lot. I have to futz with CSS to make sure things are running inline.
> 
> Fair point. I downloaded the image and could certainly offer some revisions to file-in if you’re at all interested, but boy oh boy, have they managed to make like painful since the early seaside systems. That CSS stuff….. what were W3C thinking of?

Well, yea and no. This isn't Seaside. The only deployment of Altitude on Earth is this one. Even Colin would say it's all a tad raw. 

> 
> So, just to have it recorded in a findable email in the future, what do I need to do to fire up the serving in that image?

Yea, I guess that's not obvious. I use a shell script called squeakdesktop.sh: 

#!/bin/sh

/Users/chriscunnington/Desktop/Cog.app/Contents/MacOS/Squeak /Users/chriscunnington/Desktop/squeak.org/Squeak4.4-12327.image /Users/chriscunnington/Desktop/squeak.org/squeaksite.st &

See, the thing is, I find loading in a file called squeaksite.st starts the image more reliably than leaving it on before I save&quit with the hope it'll come up the way it was before.


> So far I can’t spot anything that even gives me a clue - even the example classes have no comment. Is it running by default? What url/port-thingy? It’s 15 years since I last did any seaside stuff, so pretty much everything relating has been paged out to paper-tape by now

OK, look at: 

SQSqueakApplication>>initializeLocator
SQHomePage>>renderContentOn: (then scroll down to 'Download') 
SQDownloadsPage>>renderContentOn: ( this is a simple page; contrast that wit SQHomePage and adding content should become pretty clear) 
SQAbstractSuperclass>>renderHeaderBarOn:
SQAbstractSuperclass>>renderStylesOn: 

Those are the broad strokes. 

Chris 


> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Useful random insult:- So dumb, he faxes face up.
> 
> 
> _______________________________________________
> Webteam mailing list
> Webteam at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/webteam



More information about the Webteam mailing list