descriptioncreate self-installing bundles for distribution on CD
homepage URLhttp://0install.net
ownertalex5 git@gmail.com
last changeThu, 4 Feb 2010 22:00:21 +0000
Push URLssh://repo.or.cz/srv/git/0export.git
Content tags:
Add:
readme
Zero Install is a decentralised installation system. Meta-data about each package is published in a "feed" file. Normally, a program is run by passing its name (a URI) to the 0launch command. This downloads the appropriate feeds, choose a set of implementations (a version of the program, along with any libraries it needs) and downloads them too. For details, see: http://0install.net However, it is sometimes useful to bundle a program and its libraries together on a CD (for example) so that it can be used on machines without a network connection, or where the network is very slow. It is also useful for archival purposes, in case the original web-sites supplying required libraries become unavailable. 0export takes the URI of a program and creates a "setup.sh" file; a self-extracting archive containing everything needed to run the program. This file can be executed on a machine without a network connection to install or run the program. Unlike the bundles created by the related zero2bundle program, programs installed using setup.sh are added to the Zero Install cache and are therefore still shared between users, and will get updates over the web where possible.
shortlog
4 days ago Thomas LeonardStart development series 0.1-post master
4 days ago Thomas LeonardRelease 0.1 v0.1
4 days ago Thomas LeonardPrepare for initial release
2009-07-02 Thomas LeonardMinor code cleanups and fixes
2009-06-28 Frank RichterChange exported packages from a containing a monolithic...
2009-01-24 Thomas LeonardDelete temporary files before running the application
2009-01-24 Thomas LeonardInstall the distribution's zeroinstall-injector package...
2008-12-30 Thomas LeonardAdded --arch to specify the architecture(s) to export
2008-12-30 Thomas LeonardBetter diagnostics
2008-12-30 Thomas LeonardCope with feeds without icons
2008-12-29 Thomas LeonardCopy icons to the cache after unpacking
2008-12-29 Thomas LeonardInclude the feed icons in the generated packages
2008-12-29 Thomas LeonardDon't display any dialog boxes when adding to the user...
2008-12-29 Thomas LeonardThe install.py script no longer needs to be executable
2008-12-28 Thomas LeonardOffer choice of install actions
2008-12-28 Thomas LeonardHide unpacking widgets when unpacking is done
...
tags
4 days ago v0.1 Release 0.1
heads
4 days ago master