This project is a fork of the zeroinstall.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/zeroinstall.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
homepage URLhttp://sourceforge.net/users/afb
ownerafb@users.sourceforge.net
last changeSat, 19 Mar 2011 09:46:29 +0000 (19 10:46 +0100)
content tags
add:
README
Zero Install

Copyright Thomas Leonard, 2010


INTRODUCTION

The 0launch command can be used to run a program, by giving it the program's
full name (a web address or "URL"). It does not need to be installed or run as
root. It does not write to any shared directories (like /usr/bin or /usr/lib).
It stores downloads in a cache directory so that you don't need to download
anything twice, and programs can still be used when you are off-line.

A complete program is made up of many different components, typically written
by different groups of people. Each component is available in multiple
versions. 0launch is used when starting a program. Its job is to decide
which implementation of each required component to use.

An interface describes what a component does. Zero Install starts with the
interface for the program you want to run (like 'The Gimp') and chooses an
implementation (like 'The Gimp 2.2.0'). However, this implementation will in
turn depend on other interfaces, such as 'GTK' (which draws the menus and
buttons). Thus, Zero Install must choose implementations of each dependancy
(each of which may require further interfaces, and so on).

See http://0install.net/injector.html for details.


INSTALLATION

Zero Install uses the normal Python distutils method of installation. To
install system-wide, run setup.py like this:

  $ sudo python setup.py install

You can also install just to your home directory (this doesn't require root
access):

  $ python setup.py install --home ~ --install-data ~/.local
  $ export PATH=$HOME/bin:$PATH

Logging out and back in again will ensure $PATH and the Applications menu get
updated correctly, on Ubuntu at least.


USE

To run a program by its URI:

  $ 0launch http://rox.sourceforge.net/2005/interfaces/Edit

To create a short-cut:

  $ 0alias rox-edit http://rox.sourceforge.net/2005/interfaces/Edit

For more information, see the man-pages for 0launch, 0alias and 0store.


CONDITIONS

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA


BUG REPORTS

Please report any bugs to the mailing list:

  http://0install.net/support.html
shortlog
2011-03-19 Anders F Bjorklundupdated translationsmaster
2011-03-18 Anders F BjorklundAdded 128x128 and SVG versions of the 0install icon
2011-03-15 Aleksey LimDisconnect from dbus signals
2011-03-13 Thomas LeonardStart development series 0.53-post
2011-03-13 Thomas LeonardRelease 0.53
2011-03-13 Thomas LeonardDon't include .gitignore in release archives
2011-03-13 Thomas LeonardChanged "Trying mirror server" message from warning...
2011-03-13 Thomas Leonard<command> elements take precedence over attributes
2011-03-12 Thomas LeonardAdded configuration setting to automatically approve...
2011-03-12 Thomas LeonardAdded TrustMgr object
2011-03-12 Thomas LeonardFixed "decide function returned None!" bug
2011-03-10 Thomas LeonardAlso updated tests and GUI using 2to3
2011-03-09 Thomas LeonardUpdated to newer Python syntax where possible
2011-03-09 Bastian EicherSelect first <summary> or <description> entry if _best_...
2011-03-08 Anders F BjorklundSupport lzma/xz when using non-GNU tar
2011-03-08 Anders F BjorklundGuess MIME-types automatically for tbz/tlz/txz suffixes
...
heads
12 years ago cygwin
12 years ago ca-cert
12 years ago prefix
12 years ago archlinux
13 years ago master
13 years ago whoosh
13 years ago ai
13 years ago wx
13 years ago wxpython
14 years ago afb