Not exactly what you were getting at and it’s not Lemmy specific but I did make a living list of Fediverse apps. https://lemmy.ml/post/5100592 I’m hoping this can help in the meantime
This is great! Would love to use that content later on if that would be ok :)
Absolutely! Thanks for asking but that’s why I made it so it could be of service and make things easier for users.
Why not have the best of both worlds? Set up a repo with all the information, then run a bot that periodically updates a pinned post with the data from the repo.
That would be the best, I'd need help with the bot side of things but I like it. :)
We could also then create a process to request a page / post type. But at some point we might as well just implement wikis on Lemmy
It's more complicated than what you need, but you can look at my NHL game day thread bot if you need inspiration on how to make a bot that keeps a basic sqlite database of post IDs then after a sleep runs through a loop to update the posts in the database with new info.
It can already be run in docker. The repo even contains a script to build the docker container from source and run it and has a run configuration for it in pycharm. All you need to do is select the config and press the play button. Once running with docker, it will run forever until it receives the signal to shut down.
If this does work out, what should this repo / site be called?
LemmyWiki? LemmyGuides?
They both seem fine to be honest
LemmySee? LemmyKnow? LemmyIn? 🙂
I like LemmyKnow
LemmyKnow about ____
The Fediverse Divinitatus:
Rejoice for I bring glorious news,
Reddit walks among us…..
Easy there Lorgar
LemmyGuide seems suitably beginner friendly and should do better in search engine results.
What do you think about LemmyKnow
I liked LemmyGuide, but I thought it might get lost in the search results. There are a few other tools, sites, and repos with similar names.
Alternatively, if we had the full name be "LemmyKnow - Guides for Lemmy", it might still show up in search results for "Lemmy guide"? Then searching "LemmyKnow" would only find the project the user wants.
Downside is that the name isn't as descriptive. "LemmyKnow Guides"?
I like it:
"LemmyKnow: Your Guide to Lemmy and the Threadiverse'
Reddit had a built-in wiki system. Could Lemmy have something similar?
I think it's one of those things that just hasn't been implemented yet. It should definitely be possible, just a matter of someone getting it done.
Over on db0 we have a wiki which all instance members can edit. Maybe y'all can do something like that here?
That would be cool. Is it on https://lemmy.dbzer0.com/, I don't think I see it. Can you use your Lemmy accounts to make edits?
wiki.dbzer0.com
I really wish the domain wasnt so difficult to remember wow
You (or somebody) could host a wiki that uses markdown or has a rich text editor at https://fedi.wiki as the domain isn't taken yet.
Edit: looks like the domain is squatted, but maybe something similar is free
That could also work great, I think I remember seeing a fediverse wiki somewhere which could work. I don't have much experience hosting an actual wiki.
As luck would have it, I just finished deploying a wiki where only my lemmy users can edit https://wiki.dbzer0.com/
I'm all for collecting information, keeping it up to date, making it accessible and sharing the workload to many people.
For me, that screams WIKI!
There is a Wiki which could very well use more contribution and updates: https://joinfediverse.wiki/What_is_Lemmy%3F
I think a proper Wiki is the correct place for these things. Compared to a repository, a Wiki is more accessible for more kinds of people. It also allows better cross-referencing of information along with other relevant functionality.
That being said, let's not argue too much about where the best place might be. Getting things done is more important, so go ahead! It should be easy to copy the content to a Wiki at a later point.
Getting things done is more important, so go ahead! It should be easy to copy the content to a Wiki at a later point.
Appreciate this, we should hopefully have something up by the end of the week!
Linking to all the other resources, such as https://joinfediverse.wiki/What_is_Lemmy%3F would be a part of the process while starting up, so the comments on this post have been extra helpful
This seems anti-decentralized. You'll get one person or one group of opinions. A poll/post with commentary? Hard to do this without some form of administration, and politics be politics.
The hope is that the repo would be open so anyone could clone it if the original project was being unethical. Similarly, users are free to modify the lists when posting, or maintaining their own forks so they can benefit from updates but keep their own structure.
We would need some rules about how the list should be ordered, and what content wouldn't be allowed. For apps/extensions that's simpler, you can order by installs and have a threshold (ex. Top 5 are listed prominently, rest are listed in a section below, ordered alphabetically). For instances/communities this is a little harder, and I don't know what the best way to handle it would be.
For the second point, right now the alternatives are also single repos, so it wouldn't change much past the structure.
You could use github pages and have awesome-lemmy deploy to it and have html web page without all the extra github stuff , it should be relatively easy to do.
I suggest against creating another project, i see this type of duplication and it really can be confusing (which source do i use?) plus it is a duplication of effort and the fediverse does not really have a lot of contributors unlike companies such as google and facebook.
On the other hand i am the second most frequent contributor to awesome lemmy and might not be entirely objective.
If you want a github organisation could be set up for awesome-lemmy and after a while you could become an owner and it won't have the bus factor of 1, maybe we can even set up a "lemmy community" github organisation (something like nix-community) and that could make it easier to discover some projects and if for some project and contributor loses interest another one could be assigned (without all the links and it's name recognition going to waste)
That's a very fair point, and it does carry weight since you've been contributing for so long (thank you for doing all that!). Reducing duplication of effort is a big part of the goal. I was talking to @cynber@lemmy.ca about the repo/project and nothing has been set up yet. Part of why I was thinking a new project was after reading about awesome-lemmy (and the requirements for 'awesome' guides) I got a bit lost. How does it usually work for those, and what is the advantage of keeping that format opposed to website?
I think a Lemmy organization (or threadiverse organization) could work well, and it would definitely make it easier to keep track of the projects. I don't have as much experience in that area, so I'll probably defer to others who know more about it.
If I have the right idea, it would be something like
threadiverse-community (organization)
|-> awesome-lemmy (repo): structured the same way as it is now
|-> LemmyKnow (repo): to run the website & the post pages
| |-> website has pages with resources
| |-> repo has MD files for posts that users can copy from
|-> other Lemmy related projects
Ultimately, if it works out, we could shift over sections from awesome-lemmy to the website, so it's more accessible. For the site, @cynber@lemmy.ca can confirm, but I think the plan was md-book running on GitHub pages.
In the meantime, it might be worth it to give the site a try and just not advertise it. If the site doesn't work out, then the whole thing is kinda moot anyway
I got a bit lost. How does it usually work for those, and what is the advantage of keeping that format opposed to website?
What would you like to know?, you basically just edit the file and submit a pull request, you can even do it using only github GUI.
I makes it very easy to contribute (you don't need to know HTML/react whatever) and read it if you are using github, and github makes discovering repositories easy using topics (see for the example the "lemmy" topic).
If I have the right idea, it would be something like
Yeah i think you got it, i would prefer info on awesome-lemmy won't be replicated on LemmyKnow.
Right ok makes sense :)
I'll send a message later on once we get an idea of what we want to do
I was silly and posted the comment before I was done writing it. I'm done writing it now, sorry about that
Fediverse
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy