Local squeakmap

Giuseppe Luigi Punzi glpunzi at gmail.com
Sat Oct 21 00:44:36 UTC 2006


Edgar J. De Cleene escribió:
> Giuseppe Luigi Punzi puso en su mail :
>
>   
>> Hi all
>>
>> Since 3 days ago, is dificult to me to connect to internet, so, I
>> would like to know, if exists an option (or if is a crazy idea) to have
>> all squeakmap on local
>> (how size is it), and when i'm on internet,update my "map" cache with
>> new changes. Then, point all my images to a "squeakmap directory",to
>> install them.
>>
>> Thanks.
>>
>> Cheers.
>>     
>
> Es medio raro contestar en ingles , pudiendolo hacer en castellano...
>
> In your Squeak directory, you should have a sm directory.
> In past times , CD from Squeak official have this, so you could copy all
> from CD to your disk (or pen drive / mp3 device, you choose).
> All what I need is the attached (and send n times to list)
> Type in a Workspace:
>
> SMLoader newWhitoutNet.
>
> Always work, you don't need Internet connection and could load what was in
> your sm directory.
>
> Goran once said he is preparing a .zip with up to date packages info.
> Write to he for including in next CD for Squeak official 3.9 realease.
>
> Edgar
>
> See our http://wiki.gnulinex.org/squeakros/4 , apply for last 3.9
>
>   
> ------------------------------------------------------------------------
>
> 'From Squeak3.8gamma of ''24 November 2004'' [latest update: #6662] on 23 April 2005 at 9:23:44 am'!
> "Change Set:		SMLoaderWithoutNet
> Date:			23 April 2005
> Author:			Edgar J. De Cleene
>
> For all poor people what must use dial-up or wih just use the last sm on disk.
> Type SMLoader newWhitoutNet in a Workspace >"!
>
>
> !SMLoader methodsFor: 'initialization' stamp: 'edc 4/23/2005 09:10'!
> onPreviousOnDisk: aSqueakMap 
> 	| |
> 	squeakMap := aSqueakMap.
> 	filters := DefaultFilters copy.
> 	categoriesToFilterIds := DefaultCategoriesToFilterIds copy.
> 	squeakMap synchWithDisk! !
>
>
> !SMLoader class methodsFor: 'instance creation' stamp: 'edc 4/23/2005 09:09'!
> newWhitoutNet
> 	"SMLoader newWhitoutNet"
>
> 	^(super new onPreviousOnDisk: SMSqueakMap default; yourself) createWindow; openInWorld! !
>
>   
> ------------------------------------------------------------------------
>
>
>   
Perfect.

The CD is a good idea to start, but I want the possibility to sync, to 
update with new versions of packages.

Then, I only need a good  way to download (and sync when I'm on 
internet) all squeakmap packages.

Thanks Edgar.

See you

Note: Si, es raro, pero no creo que al resto de gente le guste el no 
entender lo que hablamos. Además, así, otra persona que busque lo mismo 
que yo, podrá resolver sus dudas :D

-- 
Giuseppe Luigi Punzi
Linux User: #370919
http://blog.lordzealon.com




More information about the Squeak-dev mailing list