On Wed, 31 Jan 2001, Alejandro Fernandez wrote:

> I will try to get some time and dig on this.

Great! The Squeak Update system is actually quite simple. You just need a
directory on a regular webserver. The system fetches the file
'updates.list' from that directy which contains a list of all available
update files in order. The filenames are prefixed with the update number.
Then simply all files with a higher number than the current one are filed
in ...

Additionally there is a version tag line starting with #, and only updates
from the version tag matching the current version up to the next tag line
are processed. This allows maintaining update streams for older versions,
too.

-- Bert

Reply via email to