docs icon indicating copy to clipboard operation
docs copied to clipboard

Zero Install documentation web-site

Results 7 docs issues
Sort by recently updated
recently updated
newest added

Seems like most of the 0install tools are all python2-based. Is there any plan to make the upgrade to python3? Python2 is deprecated and no longer supported. Im particularly facing...

Document how to create customized versions of the [Bootstrapper](https://docs.0install.net/details/windows/#bootstrapper).

Provide tutorials for setting up developer toolchains: - [ ] [kubectl](https://apps.0install.net/kubernetes/kubectl.xml) and [helm](https://apps.0install.net/kubernetes/helm.xml) - [ ] [Visual Studio Code](https://apps.0install.net/gui/vs-code.xml) and [WSL](https://docs.microsoft.com/en-us/windows/wsl/) - [ ] [Python](https://apps.0install.net/python/python.xml) and pip - [ ]...

Provide examples how to use `0install` in CI scripts. For example, placing a helper script named `0install.sh` in your Git repo with: ```bash #!/bin/sh set -e download() { zeroinstall_release=0install-$(uname |...

Provide guidance on how to use [0template](https://docs.0install.net/tools/0template/), [0watch](https://docs.0install.net/tools/0watch/ and [0repo](https://docs.0install.net/tools/0repo/) together.

Provide detailed tutorials for using the [Zero Install Publishing Tools](https://docs.0install.net/tools/0publish-win/) to create feeds for Windows applications.

I installed 0install on a new (Windows) machine. On the previous one, I had a bunch of feeds I packaged using the GUI tools into a catalog. I publish the...