{# SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0 Website downloads page. This file is part of Hydrilla&Haketilo website. Copyright (C) 2022 Wojtek Kosior Dual licensed under * GNU General Public License v3.0 or later and * Creative Commons Attribution Share Alike 4.0 International. You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this file's licenses. Although I request that you do not make use of this code in a proprietary work, I am not going to enforce this in court. #} {% extends "website_base.html.jinja" %} {% block title %} {{ _('downloads.title') }} {% endblock %} {% block style %} {{ super() }} .signify-pubkey { word-break: break-all; } {% endblock %} {% set here_url = url_for('downloads') %} {% set nav_links_data = [ (none, url_for('main') ~ '#', 'Home'), ('', here_url ~ '#', 'Downloads'), ('proxy', here_url ~ '#proxy', 'Haketilo proxy'), ('old-hydrilla', here_url ~ '#old-hydrilla', 'Old Hydrilla versions'), ('webextension', here_url ~ '#webextension', 'Haketilo WebExtension') ] %} {% set downloads_base = 'https://hydrilla.koszko.org/downloads/' %} {% macro list_files( filenames_comments, label_text = 'Files', filename_suffix = '', include_comments = true ) %} {{ label(label_text) }} {% call unordered_list() %} {% for base_filename, comment in filenames_comments %} {% set filename = base_filename ~ filename_suffix %} {% set href = downloads_base ~ filename %} {% call list_entry() %} {{ filename }} {% if include_comments and comment %} ({{ comment }}) {% endif %} {% endcall %} {% endfor %} {% endcall %} {% endmacro %} {% macro files_and_sigs_lists(filenames_comments) %} {{ list_files(filenames_comments) }} {{ list_files(filenames_comments, 'Signify signatures', '.sig', false) }} {{ list_files(filenames_comments, 'PGP signatures', '.asc', false) }} {% endmacro %} {% block body %} {% call subpage('') %}

{{ _('index.h_big.haketilo_downloads') }}

This page lists releases of Haketilo proxy, Haketilo browser extension (now in maintenance mode) and Hydrilla repository server. Starting with version 3, Haketilo proxy and Hydrilla are distributed together.

All files are cryptographically signed by project maintainer, Wojciech Kosior. Public keys for verification of signatures are the ones from koszko.org. You might want to read the instructions on signature verification.

{{ label('PGP key fingerprint') }}

E972 7060 E3C5 637C 8A4F 4B42 4BC5 221C 5A79 FD1A

{% call label() %} Signify public key {% endcall %}

RWQSf2wUdpjAtrmt7D3t9iHrHFL/GpqXOF+NxECx8ck7swrx6tNzDkM9

{% endcall %} {% call subpage('proxy') %}

Haketilo proxy and Hydrilla releases

Tool releases from version 3 upwards are listed below. Both Haketilo proxy and Hydrilla are included inside.

If you're a programmer, you might also want to check the git repository of Hydrilla and Haketilo.

Version 3.0-beta1 (pre-release version)

The binary release was made with GNU Guix version 1.3.0-26.fd00ac7.

{{ files_and_sigs_lists([ ('haketilo-and-hydrilla-bin-3.0b1-x86_64.tar.gz', 'relocatable standalone binary release for x86-64 GNU/Linux computers'), ('hydrilla-3.0b1-py3-none-any.whl', 'Python wheel for use with pip'), ('haketilo-and-hydrilla-3.0b1.tar.gz', 'source code') ]) }} {% endcall %} {% call subpage('old-hydrilla') %}

Old Hydrilla releases

Hydrilla releases before version 3 are listed below. Those old versions do not yet include the Haketilo proxy. The functionality is split between separate Hydrilla builder and server packages. The latter depends on the former.

If you're a programmer, you might also want to check the git repositories of Hydrilla and Hydrilla builder.

Version 1.1-beta1 (pre-release version)

{{ files_and_sigs_lists([ ('hydrilla.builder-1.1b1.tar.gz', ''), ('hydrilla.builder-1.1b1-py3-none-any.whl', ''), ('hydrilla-1.1b1.tar.gz', ''), ('hydrilla-1.1b1-py3-none-any.whl', '') ]) }}

Version 1.0

{{ files_and_sigs_lists([ ('hydrilla.builder-1.0.tar.gz', ''), ('hydrilla.builder-1.0-py3-none-any.whl', ''), ('hydrilla-1.0.tar.gz', ''), ('hydrilla-1.0-py3-none-any.whl', '') ]) }}

Version - 1.0-beta2 (pre-release version)

{{ files_and_sigs_lists([ ('hydrilla.builder-1.0b2.tar.gz', ''), ('hydrilla.builder-1.0b2-py3-none-any.whl', ''), ('hydrilla-1.0b2.tar.gz', ''), ('hydrilla-1.0b2-py3-none-any.whl', '') ]) }}

Version - 1.0-beta1 (pre-release version)

{{ files_and_sigs_lists([ ('hydrilla.builder-1.0b1.tar.gz', ''), ('hydrilla.builder-1.0b1-py3-none-any.whl', ''), ('hydrilla-1.0b1.tar.gz', ''), ('hydrilla-1.0b1-py3-none-any.whl', '') ]) }} {% endcall %} {% call subpage('webextension') %}

Haketilo WebExtension

Browser extension releases are listed below. The extension is currently in maintenance mode and is not going to receive new functionalities.

If you're a programmer, you might also want to check the git repository of Haketilo browser extension.

Version 2.0.1

{{ files_and_sigs_lists([ ('haketilo-2.0.1.zip', 'Chromium build'), ('haketilo-2.0.1.xpi', 'Mozilla build'), ('haketilo-2.0.1.tar.gz', 'source code') ]) }}

Version 2.0

{{ files_and_sigs_lists([ ('haketilo-2.0.zip', 'Chromium build'), ('haketilo-2.0.xpi', 'Mozilla build'), ('haketilo-2.0.tar.gz', 'source code') ]) }}

Version 2.0-beta1 (pre-release version)

{{ files_and_sigs_lists([ ('haketilo-2.0b1.zip', 'Chromium build'), ('haketilo-2.0b1.xpi', 'Mozilla build'), ('haketilo-2.0b1.tar.gz', 'source code') ]) }}

Version 1.0

{{ files_and_sigs_lists([ ('haketilo-1.0.zip', 'Chromium build'), ('haketilo-1.0.mozilla-signed.xpi', 'Mozilla build'), ('haketilo-1.0.tar.gz', 'source code') ]) }}

Version 1.0-beta3 (pre-release version)

{{ files_and_sigs_lists([ ('haketilo-1.0b3.zip', 'Chromium build'), ('haketilo-1.0b3.xpi', 'Mozilla build'), ('haketilo-1.0b3.tar.gz', 'source code') ]) }}

Version 1.0-beta2 (pre-release version)

{{ files_and_sigs_lists([ ('haketilo-1.0b2.zip', 'Chromium build'), ('haketilo-1.0b2.xpi', 'Mozilla build'), ('haketilo-1.0b2.tar.gz', 'source code') ]) }}

Version 1.0-beta1 (pre-release version)

{{ files_and_sigs_lists([ ('haketilo-1.0b1.zip', 'Chromium build'), ('haketilo-1.0b1.xpi', 'Mozilla build'), ('haketilo-1.0b1.tar.gz', 'source code') ]) }} {% endcall %} {% endblock %}