38
Start of a multi community view feature
(programming.dev)
๐ An activitypub compatible forum and link aggregator. Downstream from Lemmy.
Info
Pangora is the name of the lemmy soft fork thats being primarily worked on by members of programming.dev. Its aimed so that we can add features on top of lemmy and prioritize them based on what the instance needs while still being able to push changes upstream to lemmy if they accept them.
This also makes us more decoupled from lemmy so that if anything major happens to lemmy we can keep going with maintaining the site without any issues.
Credits
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
Is this frontend only?
Is the plan to allow enabling rule-based grouping of communities i.e "Group all communities with the
name=programming
from all the connected instances" and "Group all communities withname = "linux*" AND instance != "spamserver.*"
"?will involve the backend eventually to clean up the posts that show up
rule based grouping is a nice idea, Ill try to get that implemented before I push this out to the test site
Woah, that'd be big (at least for me). Looking forward to it!
added functionality for the two rules
was running into rate limits when trying to check every single linked instance so ive manually put in the larger ones for now
Very nice! Once you add a backend endpoint to do it, I'm sure it'll be quite quick.