Kraków, Poland
From наб to ~nabijaczleweli/urlview-ng
Source tarball (and signature, same as this mail) and detailed changelog can be obtained from https://git.sr.ht/~nabijaczleweli/urlview-ng/refs/1b This polishes out some draft UI that was left in 1 (post-exec signal formatting, exec status line showing the start instead of the end, "Unknown key" bafflingly used to mean "Unused setting"). Licences are now in a REUSE-compatible layout. Known issues unchanged: The URL editor is plagued with the infelicities of being extracted from 1997 mutt when faced with multibyte characters;
From наб to ~sircmpwn/sr.ht-dev
--- Resend of v2. git.sr.ht/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md index 0427e31..e69280e 100644 --- a/git.sr.ht/index.md +++ b/git.sr.ht/index.md @@ -342,6 +342,17 @@ If your project has more than one license, your license file should explain what licenses apply to what parts of the code in plain English, and include the text of all applicable licenses. [message trimmed]
From наб to ~sircmpwn/sr.ht-dev
On Wed, Oct 04, 2023 at 10:50:04AM +0200, Drew DeVault wrote:
> This should probably include a link to the REUSE specification.
It would've if I'd known it was supposed to match some specification.
This also answers my "why does this suck so much ass" questions that led
to https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/45172:
the spec's horrendous
(why is "LICENCES" mis-spelled? why are they forcing a .suffix?),
but it's a "spec", so meh.
Scissor-v2 follows.
-- >8 --
Subject: [PATCH sr.ht-docs v2] Recommend the REUSE v3 mechanism
[message trimmed]
From наб to ~sircmpwn/sr.ht-dev
As it stands, it says "paste, ~nab2/a.md . This "; with this patch, it says "paste, ~nab2/a.md. This ". --- pastesrht/templates/paste-delete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pastesrht/templates/paste-delete.html b/pastesrht/templates/paste-delete.html index a8ba250..9b22f52 100644 --- a/pastesrht/templates/paste-delete.html +++ b/pastesrht/templates/paste-delete.html @@ -4,7 +4,7 @@ {{paste.files[0].filename or paste.sha[:7]}} {%- else -%} [message trimmed]
From наб to ~nabijaczleweli/urlview-ng
Source tarball (and signature, same as this mail) and detailed changelog can be obtained from https://git.sr.ht/~nabijaczleweli/urlview-ng/refs/1a This fixes some minor bugs, mostly relating to the build system; reprodcible-builds SOURCE_DATE_EPOCH is now respected. Mousing around while in the editor inserting ƙ has been fixed (https://todo.sr.ht/~nabijaczleweli/urlview-ng/5). Known issues unchanged: The URL editor is plagued with the infelicities of being extracted from 1997 mutt when faced with multibyte characters; you can enter them now, at least, but the editing usability is lacking
From наб to ~sircmpwn/sr.ht-discuss
Mails are now
--11d2cbf164a9ae0dfbb310faf818762607dcfd20aa74e07c7be0eec1458d
Mime-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=UTF-8
=D1=82=D1=80=D1=83=D0=BF=D0=B08
--=20
View on the web: http://192.168.1.101:5003/~nab2/trupa/8
--11d2cbf164a9ae0dfbb310faf818762607dcfd20aa74e07c7be0eec1458d
Content-Type: application/pgp-signature
-----BEGIN PGP MESSAGE-----
[message trimmed]
From наб to ~sircmpwn/sr.ht-dev
On Mon, Oct 02, 2023 at 01:08:42PM +0000, builds.sr.ht wrote: > core-go/patches/alpine.yml: FAILED in 38s > ✗ #1066948 FAILED core-go/patches/alpine.yml https://builds.sr.ht/~sircmpwn/job/1066948 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: downloading golang.org/x/sys v0.5.0 ../go/pkg/mod/github.com/minio/minio-go/v7@v7.0.49/api-putobject-snowball.go:32:2: //go:build comment without // +build comment Appears wholly unrelated ‒ not touching anything close to the dep list. Built fine locally on bookworm.
From наб to ~sircmpwn/sr.ht-dev
Mails are now
--11d2cbf164a9ae0dfbb310faf818762607dcfd20aa74e07c7be0eec1458d
Mime-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=UTF-8
=D1=82=D1=80=D1=83=D0=BF=D0=B08
--=20
View on the web: http://192.168.1.101:5003/~nab2/trupa/8
--11d2cbf164a9ae0dfbb310faf818762607dcfd20aa74e07c7be0eec1458d
Content-Type: application/pgp-signature
-----BEGIN PGP MESSAGE-----
[message trimmed]
From наб to ~sircmpwn/sr.ht-discuss
Notifications from todo.sr.ht look like: [-- The following data is PGP/MIME signed and encrypted --] Ticket resolved: fixed *?????? referenced this ticket in commit [91b3272].* [91b3272]: https://git.sr.ht/~nabijaczleweli/urlview-ng/commit/91b3272 "Beep on unknown KEY_CODEs instead of passing them as chars" -- View on the web: https://todo.sr.ht/~nabijaczleweli/urlview-ng/5#event-261404
From наб to ~nabijaczleweli/urlview-ng
Source tarball (and signature, same as this mail) and detailed changelog can be obtained from https://git.sr.ht/~nabijaczleweli/urlview-ng/refs/1 This marks the first upstream release since 0.9 dated "July 4, 2000"; derived from Debian 0.9-24, but how much of that remains is questionable. Thus, see the detailed changelog. Interesting user-facing changes are: 1. url_handler.sh should now have a more modern suite of default browsers, supports arguments, and finds programs by $PATH 2. the default regex and url_handler.sh support gemini (lagrange:XW amfora:XT) 3. press e to edit, ↵ no longer does so by default (reenable with "EDIT yes") 4. you can mouse around (set "MOUSE no" if you don't want to)