Haelwenn (lanodan) Monnier 1afe2e700e Add man: scheme handling | преди 5 месеца | |
---|---|---|
.builds | преди 10 месеца | |
.reuse | преди 2 години | |
LICENSES | преди 7 месеца | |
bookmarks_test.fixtures | преди 2 години | |
icons | преди 4 години | |
mo | преди 5 години | |
po | преди 7 месеца | |
.clang-format | преди 2 години | |
.editorconfig | преди 2 години | |
.gitignore | преди 1 година | |
.gitlab-ci.yml | преди 2 години | |
.mailmap | преди 10 месеца | |
AUTHORS | преди 10 месеца | |
COPYING | преди 2 години | |
KnowledgeBase.md | преди 2 години | |
README.md | преди 1 година | |
badwolf.1 | преди 5 месеца | |
badwolf.c | преди 5 месеца | |
badwolf.de.1 | преди 1 година | |
badwolf.desktop | преди 5 месеца | |
badwolf.fr.1 | преди 1 година | |
badwolf.h | преди 5 месеца | |
badwolf.inkscape.svg | преди 4 години | |
badwolf.sr.1 | преди 1 година | |
badwolf.svg | преди 4 години | |
badwolf.tr.1 | преди 1 година | |
badwolf.vi.1 | преди 1 година | |
bookmarks.c | преди 7 месеца | |
bookmarks.h | преди 7 месеца | |
bookmarks_test.c | преди 7 месеца | |
build.ninja | преди 1 година | |
config.h | преди 5 месеца | |
configure | преди 5 месеца | |
decisions.md | преди 1 година | |
downloads.c | преди 7 месеца | |
downloads.h | преди 7 месеца | |
fmt.c | преди 2 години | |
fmt.h | преди 2 години | |
fmt_test.c | преди 2 години | |
icons_size.sh | преди 2 години | |
interface.css | преди 2 години | |
interface.md | преди 2 години | |
keybindings.c | преди 7 месеца | |
keybindings.h | преди 7 месеца | |
man_uri_scheme.c | преди 5 месеца | |
uri.c | преди 2 години | |
uri.h | преди 2 години | |
uri_test.c | преди 2 години | |
userscripts.c | преди 1 година | |
userscripts.h | преди 1 година | |
usr.bin.badwolf | преди 3 години | |
version.sh | преди 2 години |
SPDX-FileCopyrightText: 2019-2022 Badwolf Authors <https://hacktivis.me/projects/badwolf>
SPDX-License-Identifier: BSD-3-Clause
Minimalist and privacy-oriented WebKitGTK+ browser.
Homepage: https://hacktivis.me/projects/badwolf
The name is a reference to BBC's Doctor Who TV series, 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.
ninja po/messages.pot
ninja po/de.po
de_DE
): msginit -l de_DE -i po/messages.pot -o po/de.po
#badwolf-browser
on GeekNode*.tar.*
files are tarballs archives to be extracted with a program like tar(1)
, GNU tar and LibArchive bsdtar are known to work.
*.sign
files are minisign (OpenBSD signify(1)
compatible) signatures, they key used for it can be found at https://hacktivis.me/releases/signify/ as well as other places (feel free to ping me to get it)
./configure
scriptNote: Packagers can safely ignore the lint dependencies.
./configure && ninja
Note: configure
is a simple shell script (so not autotools) which supports variables like PREFIX
.
ninja install
# DESTDIR is supported
Debian users will probably want to use checkinstall
instead.
An example AppArmor profile is provided at usr.bin.badwolf
, please do some long runtime checks before shipping it or a modified version, help can be provided but with no support.
If you modify the icons, you'll need inkscape
(command line only), to regenerate the bitmap versions. It isn't needed for a normal installation as the bitmap icons are bundled.
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 reusable.