Linked by Thom Holwerda on Fri 16th Feb 2007 21:00 UTC, submitted by Dolores Parker
Permalink for comment 213745
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



Member since:
2005-09-17
http://0install.net/matrix.html
Basically, it's like Klik but:
- The recipes it downloads are XML files, not shell scripts (this is similar to the difference between tar and shar files).
- Zero Install downloads are GPG signed.
- Zero Install is decentralised: you need permission from the Klik maintainers to distribute a Klik package. You don't need anyone's permission to distribute with Zero Install.
- Zero Install can check for updates automatically (by default once a month, but configurable). Klik requires you to check for updates yourself.
- Zero Install handles dynamic linking. This allows upgrading a library to benefit multiple applications, and saves space and bandwidth. It also lets you use a different version of a library if you want. Klik bundles all dependencies into the package (Zero Install also supports this mode of operation if desired).
- Zero Install can share downloads between users safely, using cryptographic digests (only partially implemented at present, though).
- Zero Install supports compiling from source if you want, though not many packages support this yet.
- Zero Install lets you download older versions or programs or libraries. Klik only provides a single version for download, although you can keep using older versions once you've got them.
- Zero Install is fully OSS. Only the Klik client is.
- Klik runs the 'intellipatch' script on downloads, which does a search-and-replace for filename paths in binaries (simple text matching) and changes them. This allows some programs which aren't built to be binary relocatable to work. Zero Install doesn't support this, and requires binaries to be relocatable in the first place.
- Klik has many more packages available right now.