Tools
This section contains various utility programs that make using Zero Install easier.
Publishing and updating feeds
- 0publish
- 0publish edits feed files in place. It loads the file, transforms it in some way (such as setting the release date, or adding a new implementation) and then writes it back out again. If the input file was signed, it will resign it when saving with the same key by default. You can also use it to add a signature, or to change the signing key. It is particularly useful in release scripts.
- 0release
- 0release can be used to make new releases of your software. It handles details such as setting the version number and release date, tagging the release in your version control system and updating your Zero Install feed.
- mkzero
- mkzero is a light-weight alternative to 0release. It doesn't support version control integration, tagging, or local feeds. It is useful for quickly publishing simple packages.
- pkg2zero
- pkg2zero publishes a Debian or RPM package in a Zero Install feed.
Compiling
- 0compile
- 0compile creates binaries from source code, either for your own use or ready for publishing on the web through Zero Install. It can use Zero Install to download any build dependencies (compilers, header files, build tools, etc). This is useful if there is no binary for your platform, or if you wish to modify the program in some way.
- Make-headers
- Make-headers is an extremely simple script for creating -dev packages (packages containing only header files) from ordinary source releases.
Testing
- 0test
- 0test runs the self-tests for a given program with various version combinations.
- FeedLint
- If you maintain a number of feeds, each with several versions of your programs, how do you know that all the download links are still OK? Run FeedLint on your feeds from time-to-time to check.
Sharing
- 0export
- 0export creates a self-extracting installer for a given program, for distribution on CDs, etc.
- 0mirror
- 0mirror keeps an archive of Zero Install feeds and GnuPG keys and exports them for publishing on a web-server.
- 0share
- 0share allows peer-to-peer sharing of Zero Install packages.
Security
- ebox
- ebox proof-of-concept sandboxing system.