this post was submitted on 11 Dec 2023
44 points (92.3% liked)

Asklemmy

43513 readers
1301 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 10 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 25 points 10 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)

[โ€“] Asudox 1 points 9 months ago

The only way.

[โ€“] Clearwater 16 points 10 months ago (1 children)
[โ€“] [email protected] 5 points 10 months ago (2 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

[โ€“] porksoda 8 points 9 months ago

Seems like something a donation could fund.

[โ€“] Clearwater 2 points 9 months ago* (last edited 9 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 9 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 9 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