» Main »
0find - find the implementation dir for a given 0install interface
Published by Tim Cuthbertson
- Overview
This is a Zero Install feed. To add this program to your Applications menu, choose Zero Install -> Add New Program from the Applications menu. e.g. on Ubuntu:
If you don't see this menu item, install the zeroinstall-injector package from your distribution's repository, or from 0install.net.
Drag the feed's URL to the dialog box that appears. Other environments may use other systems. For example, if you are a ROX desktop user, drag the link to AddApp instead.
Alternatively, to run it from the command-line:
$ 0launch http://gfxmonk.net/dist/0install/0find.xml
The 0alias command can be used to create a short-cut to run it again later.
If you don't have the 0launch command, download it from the 0install.net web-site, which also contains documentation about how the Zero Install system works.
- Full name
- Description
0find is a simple program that uses zeroinstall's python API to get the local path implementing a given interface. This is useful for passing into scripts that are not themselves managed via 0install. sample usage: 0launch http://gfxmonk.net/dist/0install/0find.xml http://gfxmonk.net/dist/0install/file-finder.xml will (on my machine) print: /home/tim/.cache/0install.net/implementations/sha1new=73323f6793e85192518dc4eaa39ad32b4377f78a You now have a concrete path you can pass into utilities that require a path, rather than a 0install interface. You can also use the zerofind python interface directly, if you prefer: >>> import zerofind >>> zerofind.find('http://gfxmonk.net/dist/0install/file-finder.xml') u'/home/tim/.cache/0install.net/implementations/sha1new=73323f6793e85192518dc4eaa39ad32b4377f78a'
- Available versions
The list below is just for information; Zero Install will automatically select one of these versions for you.
Version Released Stability Platform Download 0.1 2010-06-13 Any Download (405 bytes) 0.1.1 2011-01-21 Any Download (451 bytes) 0.1.2 2011-02-12 Any Download (485 bytes) 0.1.3 2011-06-08 Any Download (517 bytes) 0.1.4 2011-11-01 Any Download (552 bytes) 0.1.5 2012-05-20 Any Download (568 bytes) - Required libraries
The list below is just for information; Zero Install will automatically download any required libraries for you.