Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Divagaciones wiki
Last updated at 6:01 pm UTC on 10 July 2018
The Divagaciones wiki contains the pages of this wiki as a mirror of this wiki. In addition it is used as place for experiments.


URL:

http://squeakros.org

The you need to enter as a visitor ('visita' actually).

How is an image containing Divagaciones constructed

Copies of components are in the http://www.squeaksource.com/Ladrillos/ repository.
From there they are loaded with

 | loader |
     loader := CodeLoader new.
     loader baseURL:'http://www.squeaksource.com/Ladrillos/'.
     loader installLastMonticelloFor: 
             #('DynamicBindings'
               'KomServices'
               'KomHttpServer' 
               'HTML' 
               'HV' 
               'Scheduler'
               'HV-Divagaciones').
     loader installSourceFiles.