The HTML is just the user interface, the surface. 90% of the work happens under the hood, processing and forwarding posts, all the logic... You can't transfer that from a random site to another. It's all purpose-built.
Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected].
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.
6) No US Politics.
Please don't post about current US Politics. If you need to do this, try [email protected] or [email protected]
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
Fediverse uses ActivityPub protocol, you have to implement the protocol to be part of the Fediverse. Anything that implements it can join.
There's a special endpoint that all Fediverse instances have to implement and if that endpoint exists and is valid, the instance is part of the Fediverse. Note that if you implement only the single endpoint, it's pretty useless, because no interaction occurs, so you need to implement more parts to actually be a meaningful part of the Fediverse.
As an example, I'm currently writing a blog system for my blog which will implement ActivityPub, so the posts will be directly available in Lemmy. And all the Lemmy comments will appear on my blog.
Edit:. If you're interested more specifically in the special endpoint, it's /.well-known/nodeinfo, every Fediverse instance (no matter the software) will have one, for example your Lemmy instance: https://lemmyusa.com/.well-known/nodeinfo or mine: https://lemmings.world/.well-known/nodeinfo or the Mastodon server I'm on: https://phpc.social/.well-known/nodeinfo