How to get current seaside?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to get current seaside?

Sophie424
I am using the seaside image 2.6xxx as published on seaside.st.

I've noticed some bugs in that image (halo icons, scriptaculous examples
fail on "show source", ...) so I thought I should work with the most recent
release from SqueakMap, but my squeakmap package loader just shows "Seaside
(->2.5)".

Is there a more current version of Seaside? What is a good way to stay more
current? To figure out which versions of what to install?

Thanks for any pointers.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: How to get current seaside?

Ramon Leon-5
> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf
> Of itsme213
> Sent: Wednesday, July 05, 2006 9:48 AM
> To: seaside-discussion
> Subject: [Seaside] How to get current seaside?
>
> I am using the seaside image 2.6xxx as published on seaside.st.
>
> I've noticed some bugs in that image (halo icons,
> scriptaculous examples fail on "show source", ...) so I
> thought I should work with the most recent release from
> SqueakMap, but my squeakmap package loader just shows
> "Seaside (->2.5)".
>
> Is there a more current version of Seaside? What is a good
> way to stay more current? To figure out which versions of
> what to install?
>
> Thanks for any pointers.
>

Go to squeaksource.com and setup a monticello repository for Seaside so you
can pull down the latest version.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: How to get current seaside?

Sophie424
> From: "Ramon Leon" <[hidden email]>
>> Is there a more current version of Seaside? What is a good
>> way to stay more current? To figure out which versions of
>> what to install?
>>
>> Thanks for any pointers.
>>
>
> Go to squeaksource.com and setup a monticello repository for Seaside so
> you
> can pull down the latest version.

Ramon, thank you once again.

I started reading up on monticello and it looks lovely (and intimidating).
Should my "dummies" version look like this?

- Open the Monticello browser in squeak
- select the repository http://squeaksource.com/Seaside
- Click "Open"
- Select the Seaside2.6a3 package (?) in the left pane of the repo browser
- Pick one of the versions on the right hand version list
- Load it

- if happy, save the image

Or do I actually need to create an account, project, etc. on squeaksource?

Many thanks.
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: How to get current seaside?

Ramon Leon-5
> Ramon, thank you once again.
>
> I started reading up on monticello and it looks lovely (and
> intimidating).
> Should my "dummies" version look like this?
>
> - Open the Monticello browser in squeak
> - select the repository http://squeaksource.com/Seaside
> - Click "Open"
> - Select the Seaside2.6a3 package (?) in the left pane of the
> repo browser
> - Pick one of the versions on the right hand version list
> - Load it
>
> - if happy, save the image
>
> Or do I actually need to create an account, project, etc. on
> squeaksource?

Nope, you got it, do just what you said.  Look around, most projects are
hosted here so this is where you can get the latest of many of them.  Load
blows away any changes to the code you've made, good for now, later on, when
you get brave and start changing things, you'll merge in the latest code
rather than loading it.  Be sure to read comments on the packages you load,
when you get a new version, and if feeling curious, hit changes and look at
the actual changes before loading them, this will help you pickup the
framework better over time.  All the guys who work on Seaside, Pier, and
other related projects are great programmers, lots to learn just from
reading the code.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside