Haelwenn (lanodan) Monnier 29610aaaa8 .builds/freebsd.yml: New | hace 4 años | |
---|---|---|
.builds | hace 4 años | |
mo | hace 5 años | |
po | hace 4 años | |
.clang-format | hace 5 años | |
.gitignore | hace 5 años | |
.gitlab-ci.yml | hace 4 años | |
COPYING | hace 4 años | |
KnowledgeBase.md | hace 5 años | |
Makefile | hace 4 años | |
README.md | hace 4 años | |
badwolf.1 | hace 4 años | |
badwolf.c | hace 4 años | |
badwolf.desktop | hace 5 años | |
badwolf.h | hace 4 años | |
config.h | hace 4 años | |
decisions.md | hace 4 años | |
keybindings.c | hace 4 años | |
keybindings.h | hace 5 años | |
uri.c | hace 4 años | |
uri.h | hace 4 años | |
uri_test.c | hace 4 años | |
usr.bin.badwolf | hace 4 años | |
version.sh | hace 4 años |
Minimalist and privacy-oriented WebKitGTK+ browser.
Homepage: https://hacktivis.me/projects/badwolf
Copyright © 2019-2020 Badwolf Authors <https://hacktivis.me/projects/badwolf>
SPDX-License-Identifier: BSD-3-Clause
The name is a reference to BBC’s Doctor Who Tv serie, I took it simply because I wanted to have a specie in the name, like some other web browsers do, but doesn’t go into the “gentle” zone.
Comparing from other small WebKit browsers for unixes found in the wild:
Motivation from other clients https://hacktivis.me/articles/www-client%20are%20broken
You need to have gettext installed. If you want a GUI, poedit exists and Weblate is a good web platform that I might consider hosting at some point.
make po/messages.pot
make po/de.po
de_DE
): msginit -l de_DE -i po/messages.pot -o po/de.po
*.tar.*
files are tarballs archives to be extracted with a program like tar(1)
, GNU tar and LibArchive bsdtar are known to work.
*.sig
files are OpenPGP signatures done with my key(DDC9 237C 14CF 6F4D D847 F6B3 90D9 3ACC FEFF 61AE
).
*.sign
files are minisign (OpenBSD signify(1)
compatible) signatures, they key used for it can be found at https://hacktivis.me/release/signify/ as well as other places (feel free to ping me to get it)
Dependencies are:
Compilation is done with make CC=${CC:-cc}
, install with make install
. An example AppArmor profile is provided at usr.bin.badwolf
, please do runtime checks before deploying.
Most of the privacy/security stuff will be done with patches against WebKit as quite a lot isn’t into WebKitSettings and with generic WebKit extensions that should be resuseable.