lwc:networking:social_networking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:networking:social_networking [2025/01/28 16:02] – removed - external edit (Unknown date) 127.0.0.1lwc:networking:social_networking [2026/02/26 17:50] (current) John Harrison
Line 1: Line 1:
 +===== Atmosphere (at protocol) =====
 +  * This appears to be a next-gen RSS of sorts
 +  * Bluesky looks to be a host/server/app/front end for all the AT stuff
 +  * [[https://www.reddit.com/r/selfhosted/comments/1gyda51/eli5_the_bluesky_at_protocol/|explanation on reddit]]
 +  * [[https://bsky.social/about/blog/02-22-2024-open-social-web|Blue sky's explanation]]
 +  * [[https://werd.io/2024/bluesky-the-fediverse-and-the-future-of-social-media|explanation of the Fediverse as it applies to Blue Sky]]
  
 +===== Mastodon =====
 +  * this appears to be a similar but incompatible protocol to AT
 +  * [[https://wordpress.org/plugins/activitypub/|This wordpress plugin called activitypub]] integrates WP with Mastodon
 +
 +===== Friendica =====
 +  * [[https://github.com/friendica/friendica/blob/develop/doc/en/admin/settings.md|These docs]] explain how to add an admin.
 +    * in ''config/local.config.php'' add something like
 +<code>
 +'config' => [
 +    'admin_email' => 'admin@mygreatdomain.com, admin2@example.com',
 +],
 +</code>