<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Been thinking about [fediverse wiki] after @2chanhaeng@hackers.pub mentioned it today.]]></title><description><![CDATA[<p dir="auto">Been thinking about <a href="https://hackers.pub/@2chanhaeng/019a169b-2328-7e0e-a27c-1c39ea3c43fd" rel="nofollow ugc">fediverse wiki</a> after <a class="plugin-mentions-user plugin-mentions-a" href="/user/2chanhaeng%40hackers.pub" aria-label="Profile: 2chanhaeng@hackers.pub">@<bdi>2chanhaeng@hackers.pub</bdi></a> mentioned it today. Some ideas:</p>
<ul>
<li>Cross-instance page linking: <code>[[Page Title@other-instance.wiki]]</code></li>
<li>Edit pages on other instances with your home account</li>
<li>Fork pages across instances: <code>[[Page@instance-a.wiki]]</code> → <code>[[Page@instance-b.wiki]]</code>, sharing edit history up to the fork point</li>
</ul>
<ul>
<li>Merge forked pages later when needed</li>
</ul>
<p dir="auto">The fork/merge model feels natural for federated collaboration. Thoughts?</p>
<p dir="auto">#fediverse #wiki #fedidev #ActivityPub</p>
]]></description><link>https://bb.devnull.land/topic/b575b15f-b87d-41e2-b3b0-90a0d118760f/been-thinking-about-fediverse-wiki-after-@2chanhaeng@hackers.pub-mentioned-it-today.</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 12:28:53 GMT</lastBuildDate><atom:link href="https://bb.devnull.land/topic/b575b15f-b87d-41e2-b3b0-90a0d118760f.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Oct 2025 16:57:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Been thinking about [fediverse wiki] after @2chanhaeng@hackers.pub mentioned it today. on Sat, 25 Oct 2025 03:53:53 GMT]]></title><description><![CDATA[<p><span><a href="/user/hongminhee%40hollo.social">@<span>hongminhee</span></a></span> <span><a href="/user/2chanhaeng%40hackers.pub">@<span>2chanhaeng</span></a></span> I see you already got some comments of this nature but was gonna point them out as well. Ibis is the farthest along but Xwiki was the first to add AP to a wiki that I know of. Also Piefed has an added wiki feature for every community but I don't think they federate that part yet.</p>]]></description><link>https://bb.devnull.land/post/https://social.wake.st/users/liaizon/statuses/115432779506020534</link><guid isPermaLink="true">https://bb.devnull.land/post/https://social.wake.st/users/liaizon/statuses/115432779506020534</guid><dc:creator><![CDATA[liaizon@social.wake.st]]></dc:creator><pubDate>Sat, 25 Oct 2025 03:53:53 GMT</pubDate></item><item><title><![CDATA[Reply to Been thinking about [fediverse wiki] after @2chanhaeng@hackers.pub mentioned it today. on Fri, 24 Oct 2025 18:07:48 GMT]]></title><description><![CDATA[<p dir="auto">Though, tbh, someone should probably create a ActivityStreams 2 type for "plain text with facets" where the facets are essentially byte offsets in the plain text, which would enable supporting formatting of course, but also links, mentions, etc.</p>
<p dir="auto">The content could then still be rendered to HTML, but the source would still be there as an attachment with as plain text + facets + attachments for media.</p>
]]></description><link>https://bb.devnull.land/post/https://activitypub.space/post/451</link><guid isPermaLink="true">https://bb.devnull.land/post/https://activitypub.space/post/451</guid><dc:creator><![CDATA[thisismissem@activitypub.space]]></dc:creator><pubDate>Fri, 24 Oct 2025 18:07:48 GMT</pubDate></item><item><title><![CDATA[Reply to Been thinking about [fediverse wiki] after @2chanhaeng@hackers.pub mentioned it today. on Fri, 24 Oct 2025 18:01:34 GMT]]></title><description><![CDATA[<p dir="auto">If you're doing <code>Title@other-instance.wiki</code> that seems to imply that you may be doing webfinger to find the article on the other server? I'd probably not recommend this, since article titles can and do change. You'd probably want to define a "search" endpoint on the instance, and then call that, and maybe you'd write it as: <code>[[:other-instance.wiki:Page name#Section name|Displayed text]]</code> where all you need to do is type <code>[[:other-instance.wiki]]</code> and it gives you UI to search for a page name on the other wiki, and automatically fetches the title to display. When you store the page in the database, you'd store the mapping of <code>:other-instance.wiki:Page name#Section name</code> to the Object URI for that page / section. (Since AP objects are only mapped to URIs)</p>
<p dir="auto">For doing forks / merging, you'd likely want to keep a CRDT of the changes made, e.g., using AutoMerge: <a href="https://automerge.org/" rel="nofollow ugc">https://automerge.org/</a></p>
<p dir="auto">Then the edit collection would contain an ActivityPub representation of the CRDT changes, e.g., some serialization of <a href="https://automerge.org/docs/reference/documents/rich-text/" rel="nofollow ugc">https://automerge.org/docs/reference/documents/rich-text/</a></p>
<p dir="auto">That would allow serverA to merge in serverB's edits, even if the article on serverA had been changed.</p>
]]></description><link>https://bb.devnull.land/post/https://activitypub.space/post/450</link><guid isPermaLink="true">https://bb.devnull.land/post/https://activitypub.space/post/450</guid><dc:creator><![CDATA[thisismissem@activitypub.space]]></dc:creator><pubDate>Fri, 24 Oct 2025 18:01:34 GMT</pubDate></item><item><title><![CDATA[Reply to Been thinking about [fediverse wiki] after @2chanhaeng@hackers.pub mentioned it today. on Fri, 24 Oct 2025 17:47:44 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nodebb.org/user/hongminhee%40hollo.social" rel="nofollow ugc">@hongminhee@hollo.social</a> There's <a href="https://ibis.wiki/" rel="nofollow ugc">Ibis</a></p>
]]></description><link>https://bb.devnull.land/post/https://community.nodebb.org/post/106159</link><guid isPermaLink="true">https://bb.devnull.land/post/https://community.nodebb.org/post/106159</guid><dc:creator><![CDATA[0x1c3b00da@community.nodebb.org]]></dc:creator><pubDate>Fri, 24 Oct 2025 17:47:44 GMT</pubDate></item><item><title><![CDATA[Reply to Been thinking about [fediverse wiki] after @2chanhaeng@hackers.pub mentioned it today. on Fri, 24 Oct 2025 17:18:27 GMT]]></title><description><![CDATA[<p><span><a href="/user/hongminhee%40hollo.social">@<span>hongminhee</span></a></span> <span><a href="https://hackers.pub/@2chanhaeng">@<span>2chanhaeng</span></a></span> There is an activitypub application/extension for xwiki <a href="https://extensions.xwiki.org/xwiki/bin/view/Extension/ActivityPub%20Application/" rel="nofollow noopener"><span>https://</span><span>extensions.xwiki.org/xwiki/bin</span><span>/view/Extension/ActivityPub%20Application/</span></a></p><p>I have no idea how well it works</p>]]></description><link>https://bb.devnull.land/post/https://mastodon.social/users/aslakr/statuses/115430280906114896</link><guid isPermaLink="true">https://bb.devnull.land/post/https://mastodon.social/users/aslakr/statuses/115430280906114896</guid><dc:creator><![CDATA[aslakr@mastodon.social]]></dc:creator><pubDate>Fri, 24 Oct 2025 17:18:27 GMT</pubDate></item></channel></rss>