<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.friendi.ca/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.friendi.ca/feed.php">
        <title>Friendica / Wiki</title>
        <description>A Decentralized Social Network</description>
        <link>https://wiki.friendi.ca/</link>
        <image rdf:resource="https://wiki.friendi.ca/_media/wiki/logo.png" />
       <dc:date>2026-04-11T20:51:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/cofig-for-small-notes?rev=1727728044&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/install-ejabberd?rev=1656139189&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/user/jeseniagardner?rev=1755317813&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/activitys/hackathon2020?rev=1601235280&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/api-authentication?rev=1736103163&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/bot?rev=1654500266&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/developer-how-to-move-classes-to-src?rev=1656078482&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/network_filters?rev=1705846641&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/settings?rev=1656138492&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/user/inacoulombe4552?rev=1755319914&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/wiki/syntax?rev=1708952484&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.friendi.ca/_media/wiki/logo.png">
        <title>Friendica / Wiki</title>
        <link>https://wiki.friendi.ca/</link>
        <url>https://wiki.friendi.ca/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.friendi.ca/docs/cofig-for-small-notes?rev=1727728044&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-30T20:27:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Configuration Guide for small Nodes</title>
        <link>https://wiki.friendi.ca/docs/cofig-for-small-notes?rev=1727728044&amp;do=diff</link>
        <description>Configuration Guide for small Nodes

This guide aims to provide a collection of settings for nodes installed with limited resources. They are actively used on a small (family) node running on a RaspberryPi 4B (8GB ram). But other restricted environments, e.g. a small VPS or shared hosting fall into targeted hardware range.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/install-ejabberd?rev=1656139189&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-25T06:39:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ejabberd and prosody XMPP server with synchronized credentials</title>
        <link>https://wiki.friendi.ca/docs/install-ejabberd?rev=1656139189&amp;do=diff</link>
        <description>ejabberd and prosody XMPP server with synchronized credentials

Ejabberd is a chat server that uses XMPP as messaging protocol that you can use with a large amount of clients. In conjunction with the “xmpp” addon it can be used for a web based chat solution for your users.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/user/jeseniagardner?rev=1755317813&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-16T04:16:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.friendi.ca/user/jeseniagardner?rev=1755317813&amp;do=diff</link>
        <description>Substances that evolve water vapor when heated typically contain moisture or volatile components that evaporate upon heating. Common examples include organic co
Read more

Chemistry

What effect does speed of molecules have on matter?

Asked by Anonymous</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/activitys/hackathon2020?rev=1601235280&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-27T19:34:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica Hackathon 2020</title>
        <link>https://wiki.friendi.ca/activitys/hackathon2020?rev=1601235280&amp;do=diff</link>
        <description>Friendica Hackathon 2020



We hacked the whole weekend to create a better experience of Friendica! :laughing: 

Here are some of the things we did:

	*  Start a new Wiki (this one)
	*  Many software improvements for the next Friendica version.
	*  ...</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/api-authentication?rev=1736103163&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-05T18:52:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica API authentication</title>
        <link>https://wiki.friendi.ca/docs/api-authentication?rev=1736103163&amp;do=diff</link>
        <description>Friendica API authentication

You can authenticate requests to the Friendica API via two methods: HTTP Basic and OAuth.

HTTP Basic is easy to use, but it requires your account password, so it grants complete access to your account.

OAuth is significantly more involved, but has the ability to grant limited permissions, so that someone can use the</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/bot?rev=1654500266&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T07:24:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to Create a Bot</title>
        <link>https://wiki.friendi.ca/docs/bot?rev=1654500266&amp;do=diff</link>
        <description>How to Create a Bot

The task for the bot is to pull in RSS/Atom feeds into the Fediverse.

Why?

There are many wonderful offers on the Internet whose updates are published via RSS. In order to make them easily accessible to the inhabitants of the Fediverse, so-called bots can provide this content as a teaser.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/developer-how-to-move-classes-to-src?rev=1656078482&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T13:48:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How To Move Classes to src</title>
        <link>https://wiki.friendi.ca/docs/developer-how-to-move-classes-to-src?rev=1656078482&amp;do=diff</link>
        <description>How To Move Classes to src

Friendica uses Composer to manage autoloading. This means that all the PHP class files moved to the src folder will be automatically included when the class it defines is first used in the flow. This is an improvement over the current require usage since files will be included on an actual usage basis instead of the presence of a</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/network_filters?rev=1705846641&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-21T14:17:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Filtering your Network Stream</title>
        <link>https://wiki.friendi.ca/docs/network_filters?rev=1705846641&amp;do=diff</link>
        <description>Filtering your Network Stream

An alternative to use the filters explained on this page is to use channels for selecting the content one wants to be shown.

Filter Addons

Content Filter / NSFW

The content filter addon is a simple filter, that matches words specified by the user to the text of postings in the network stream. If the text includes one of the words, the posting will be collapsed and the word that triggered the filter will be displayed to the user why the posting was collapsed. The…</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/settings?rev=1656138492&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-25T06:28:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Settings</title>
        <link>https://wiki.friendi.ca/docs/settings?rev=1656138492&amp;do=diff</link>
        <description>Settings

If you are the admin of a Friendica node, you have access to the Admin Panel where you can configure your Friendica node.

Overview

In the main page of the admin panel you will see an information summary about your node.

Queues

The three numbers shown are respectively: - The retry queue: These outgoing messages couldn’t be received by the remote host, and will be resent at longer intervals before being dropped entirely after 30 days. - The deferred queue: These internal tasks failed…</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/user/inacoulombe4552?rev=1755319914&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-16T04:51:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.friendi.ca/user/inacoulombe4552?rev=1755319914&amp;do=diff</link>
        <description>The amount of furniture in a patient reception area should balance comfort, functionality, and space. Generally, it should include enough seating for the expect
Read more

Furniture

How do I link bobs furniture reclining sofa?

Asked by Anonymous

To link a Bob&#039;s Furniture reclining sofa, first, ensure that the sofa is plugged in if it&#039;s powered. Next, check for any connecting cables or mechanisms between
Read more</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/wiki/syntax?rev=1708952484&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-26T13:01:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Formatting Syntax</title>
        <link>https://wiki.friendi.ca/wiki/syntax?rev=1708952484&amp;do=diff</link>
        <description>Formatting Syntax

DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing</description>
    </item>
</rdf:RDF>
