this post was submitted on 11 Dec 2023
47 points (92.7% liked)

Asklemmy

43807 readers
854 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

This progress bar is on the bottom of https://join-lemmy.org Does it automatically update when people donate to either the Liberapay, Patreon, or Open Collective? Is this progress bar open source so lemmy servers can implement it to show their donation\costs amounts?

all 11 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 28 points 11 months ago (1 children)

It's just a static image. At the end of every month, a guy logs into all the donation sites, punches the numbers into a calculator, calculates how many more pixels needs to be added, then fires up MS Paint and paints the progress bar and uploads it to the website. ^(/s)

[โ€“] [email protected] 1 points 11 months ago

The only way.

[โ€“] [email protected] 17 points 11 months ago (1 children)
[โ€“] [email protected] 6 points 11 months ago (3 children)

Oh, so is the progress bar just an image or is it code that can update the progress based on the manually inputted values?

Seems like something that could be automated using SVGs

[โ€“] [email protected] 8 points 11 months ago

Seems like something a donation could fund.

[โ€“] [email protected] 4 points 11 months ago

IIRC @[email protected] decided against updating the donation progress automatically because it would involve juggling multiple donation platform APIs, which seemed more of a pain in the ass than it's worth.

[โ€“] [email protected] 2 points 11 months ago* (last edited 11 months ago)

The main donate block of items is here: https://github.com/LemmyNet/joinlemmy-site/blob/main/src/shared/components/common.tsx#L129

Follow the chain and you'll see it's just using the progress html element.

[โ€“] [email protected] 2 points 11 months ago (1 children)

Yes, it automatically updates every hour. Its just an html progress bar based on a coded goal, and the current donation amounts from given platforms.

[โ€“] [email protected] 4 points 11 months ago

Thats awesome! it would be great if you could make a post about it so instance admins would be aware of it and know they can implement it on their homepage so users can ensure their instance is sustainably funded