free/libre software activist and computing scientist
From Amin Bandali to ~rjarry/aerc-devel
Hi Robin, all, Robin Jarry writes: > Hi all, > [...] > Could you please respond to this message stating whether you accept or > refuse the change of license from MIT to GPL[2] for the aerc project. > This will only affect future versions of aerc. Existing releases will > remain with their original license (MIT). > > [2]: https://www.gnu.org/licenses/gpl-3.0.html >
From Amin Bandali to ~sircmpwn/sr.ht-discuss
Two neat ones I recall off top of my head: - https://sr.ht/~technomancy/fennel - https://sr.ht/~brettgilio/org-webring
From Amin Bandali to ~brettgilio/blog-discussion
Hi Ali Reza, Ethan, all, (Co)maintainer of GNU IceCat here; I thought I'd clarify a few things. > Well, IceCat's development is as active as Firefox. IceCat is just a > libre version of Firefox. That's not entirely accurate. While it is true that GNU IceCat is the GNU version of the Firefox browser (more specifically, Firefox ESR), our pace of making changes and cutting IceCat releases has often been slower than our Firefox ESR upstream, and *much* slower compared to the rate at which Firefox itself changes. That is in fact part of the challenge: there are *a lot* of changes accumulated in Firefox from one ESR release to the next, and since IceCat ships with quite a few customizations
From Amin Bandali to ~sircmpwn/sr.ht-dev
* metasrht/templates/register.html: Without the fix, even users with an invitation would be told "Registration is currently closed." * metasrht/templates/tabs.html: The invites tab should be visible when registration is closed, not when open. --- metasrht/templates/register.html | 2 +- metasrht/templates/tabs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metasrht/templates/register.html b/metasrht/templates/register.html index 3fc32d8..39f86d8 100644 --- a/metasrht/templates/register.html +++ b/metasrht/templates/register.html [message trimmed]
From Amin Bandali to ~sircmpwn/sr.ht-dev
Hi Eli, Eli Schwartz <eschwartz@archlinux.org> writes: > importlib.resources will guarantee to find any importable module, and > check that the resource ('Makefile') can be found within it. > > This lets us get rid of the current getsitepackages() hack and > environment variable fallback, which is both verbose and badly handles > some edge cases when installing modules, and instead use the recommended > way to find data files shipped with a python module. > --- >
From Amin Bandali to ~sircmpwn/public-inbox
--- I threw this together in a few minutes, seeing you already have a post-stub partial. Feel free to change the permalink if it's not suitable (too close to archive/). Would be nice to have this linked somewhere on the sidebar too. _includes/post-stub.html | 2 +- archive.html | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 archive.html diff --git a/_includes/post-stub.html b/_includes/post-stub.html index 6cb2ed2..d9ace7c 100644 --- a/_includes/post-stub.html [message trimmed]
From Amin Bandali to ~sircmpwn/sr.ht-dev
"Drew DeVault" <sir@cmpwn.com> writes: > Thank you for working on these patches - but this is by design. I'll > pass on these. > Oh, okay. IIRC when I brought this up on IRC a month or two ago you’d said that you would accept patches for it, so I didn’t ask there again or on sr.ht-discuss before sending these.
From Amin Bandali to ~sircmpwn/sr.ht-dev
--- todosrht/templates/dashboard.html | 3 +-- todosrht/templates/trackers.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/todosrht/templates/dashboard.html b/todosrht/templates/dashboard.html index 4014751..ae7ef0d 100644 --- a/todosrht/templates/dashboard.html +++ b/todosrht/templates/dashboard.html @@ -29,8 +29,7 @@ <p> <a href="{{user.url}}" target="_blank"[message trimmed]
From Amin Bandali to ~sircmpwn/sr.ht-dev
--- scmsrht/templates/user.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scmsrht/templates/user.html b/scmsrht/templates/user.html index 8014942..498df62 100644 --- a/scmsrht/templates/user.html +++ b/scmsrht/templates/user.html @@ -13,8 +13,7 @@ <p> <a href="{{user.url}}" target="_blank" rel="me noopener noreferrer nofollow"[message trimmed]
From Amin Bandali to ~sircmpwn/sr.ht-dev
--- listssrht/templates/user-lists.html | 2 +- listssrht/templates/user.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/listssrht/templates/user-lists.html b/listssrht/templates/user-lists.html index b1c12e8..b146db6 100644 --- a/listssrht/templates/user-lists.html +++ b/listssrht/templates/user-lists.html @@ -11,7 +11,7 @@ {% endif %} {% if user.url %} <p> <a href="{{user.url}}" target="_blank" rel="me noopener noreferrer nofollow">[message trimmed]