<?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-05-24T23:17:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/addonstoragebackend?rev=1656077997&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/api-friendica?rev=1655397358&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/autoloader?rev=1656078181&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/developer-domain-driven-design?rev=1656079592&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/message-flow?rev=1656082701&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/docs/addons?rev=1656151801&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/groups-and-privacy?rev=1656083061&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/forums?rev=1656077851&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/text_editor?rev=1601940087&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/api-mastodon?rev=1655397803&amp;do=diff"/>
                <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/events?rev=1610476289&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/account-basics?rev=1656148223&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/api-entities?rev=1655400552&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/api-gnu-social?rev=1655397449&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/config?rev=1600629582&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/connectors?rev=1656081065&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/database?rev=1667576554&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/initicalconfiguration?rev=1650605237&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/install?rev=1728989873&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/installing-connectors?rev=1656082142&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/making-friends?rev=1656085055&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/tags-and-mentions?rev=1656085268&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/addonstoragebackend?rev=1656077997&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T13:39:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica Storage Backend Addon development</title>
        <link>https://wiki.friendi.ca/docs/addonstoragebackend?rev=1656077997&amp;do=diff</link>
        <description>Friendica Storage Backend Addon development

Storage backends can be added via addons. A storage backend is implemented as a class, and the plugin register the class to make it available to the system.

The Storage Backend Class

The class must live in</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/api-friendica?rev=1655397358&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-16T16:35:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica API</title>
        <link>https://wiki.friendi.ca/docs/api-friendica?rev=1655397358&amp;do=diff</link>
        <description>Friendica API

Overview

Friendica provides the following specific endpoints.

Authentication is the same as described in Using the APIs.

Entities

These endpoints uses the Friendica API entities.

Endpoints

GET api/friendica/events

Returns a list of Event entities for the current logged in user.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/autoloader?rev=1656078181&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T13:43:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Autoloader with Composer</title>
        <link>https://wiki.friendi.ca/docs/autoloader?rev=1656078181&amp;do=diff</link>
        <description>Autoloader with Composer

Friendica uses Composer to manage dependencies libraries and the class autoloader both for libraries and namespaced Friendica classes.

It’s a command-line tool that downloads required libraries into the vendor folder and makes any namespaced class in</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/developer-domain-driven-design?rev=1656079592&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T14:06:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Domain-Driven-Design</title>
        <link>https://wiki.friendi.ca/docs/developer-domain-driven-design?rev=1656079592&amp;do=diff</link>
        <description>Domain-Driven-Design

Friendica uses class structures inspired by Domain-Driven-Design programming patterns. This page is meant to explain what it means in practical terms for Friendica development.

Inspiration

	*  &lt;https://designpatternsphp.readthedocs.io/en/latest/Structural/DependencyInjection/README.html&gt;
	*  &lt;https://designpatternsphp.readthedocs.io/en/latest/Creational/SimpleFactory/README.html&gt;
	*  &lt;https://designpatternsphp.readthedocs.io/en/latest/More/Repository/README.html&gt;
	*  &lt;htt…</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/message-flow?rev=1656082701&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T14:58:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica Message Flow</title>
        <link>https://wiki.friendi.ca/docs/message-flow?rev=1656082701&amp;do=diff</link>
        <description>Friendica Message Flow

This page documents some of the details of how messages get from one person to another in the Friendica network. There are multiple paths, using multiple protocols and message formats.

Those attempting to understand these message flows should become familiar with (at the minimum) 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/docs/addons?rev=1656151801&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-25T10:10:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica Addon development</title>
        <link>https://wiki.friendi.ca/docs/addons?rev=1656151801&amp;do=diff</link>
        <description>Friendica Addon development

Please see the sample addon ‘randplace’ for a working example of using some of these features. Addons work by intercepting event hooks - which must be registered. Modules work by intercepting specific page requests (by</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/groups-and-privacy?rev=1656083061&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T15:04:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Groups and Privacy</title>
        <link>https://wiki.friendi.ca/docs/groups-and-privacy?rev=1656083061&amp;do=diff</link>
        <description>Groups and Privacy

Groups are merely collections of friends. But Friendica uses these to unlock some very powerful features.

Setting Up Groups

To create a group, visit your Friendica “Contacts” page and select “Create a new group”. Give the group a name.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/forums?rev=1656077851&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T13:37:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Forums</title>
        <link>https://wiki.friendi.ca/docs/forums?rev=1656077851&amp;do=diff</link>
        <description>Forums

Friendica also lets you create community forums and other types of accounts that can function as discussion forums, celebrity accounts, announcement channels, news reflectors, or organization pages, depending on how you want to interact with others. Management of these pages can be delegated to other accounts, or a parent account can be designated to easily toggle multiple identities.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/text_editor?rev=1601940087&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-05T23:21:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Creating posts</title>
        <link>https://wiki.friendi.ca/docs/text_editor?rev=1601940087&amp;do=diff</link>
        <description>Creating posts

* [Home](help)

Here you can find an overview of the different ways to create and edit your post.

One click on the Pencil &amp; Paper icon in the top right of your Home or Network page, or the “Share” text box, and the post editor shows up. Below are examples of the post editor in 3 of Friendica&#039;s common themes:</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/api-mastodon?rev=1655397803&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-16T16:43:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Mastodon API</title>
        <link>https://wiki.friendi.ca/docs/api-mastodon?rev=1655397803&amp;do=diff</link>
        <description>Mastodon API

Overview

Friendica provides the following endpoints defined in the official Mastodon API reference.

Authentication is the same as described in Using the APIs.

Clients

Supported apps

For supported apps please have a look at the FAQ

Unsupported apps

Android

	*  Fedilab Automatically uses the legacy</description>
    </item>
    <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/events?rev=1610476289&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-12T18:31:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Events</title>
        <link>https://wiki.friendi.ca/docs/events?rev=1610476289&amp;do=diff</link>
        <description>Events

A special form of postings are events.
The events you and your contacts share can be found at /events on your node.
To get there go to your wall and follow the tab “events”
Depending on the theme you are using, there might be an additional link from the navigation menu to this page.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/account-basics?rev=1656148223&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-25T09:10:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Account Basics</title>
        <link>https://wiki.friendi.ca/docs/account-basics?rev=1656148223&amp;do=diff</link>
        <description>Account Basics

Registration

Not all Friendica sites allow open registration. If registration is allowed, you will see a “Register” link immediately below the login prompt on the site’s home page. Following this link will take you to the site registration page. The strength of our network is that lots of different sites are all completely compatible with each other. If the site you’re visting doesn’t allow registration, or you think you might prefer another one, there is a</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/api-entities?rev=1655400552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-16T17:29:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica API entities</title>
        <link>https://wiki.friendi.ca/docs/api-entities?rev=1655400552&amp;do=diff</link>
        <description>Friendica API entities

Activities
  Attribute    Type    Nullable   like  List of Contacts   No   dislike  List of Contacts   No   attendyes  List of Contacts   No   attendno  List of Contacts   No   attendmaybe  List of Contacts   No  
Attachment
  Attribute</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/api-gnu-social?rev=1655397449&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-16T16:37:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>GNU Social API</title>
        <link>https://wiki.friendi.ca/docs/api-gnu-social?rev=1655397449&amp;do=diff</link>
        <description>GNU Social API

Overview

Friendica provides the following endpoints defined in the official GNU Social Twitter-like API reference.

Authentication is the same as described in Using the APIs.

Entities

These endpoints use the Friendica API entities.

Implemented endpoints

	*  GET api/account/rate_limit_status
	*  POST api/account/update_profile_image</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/config?rev=1600629582&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-20T19:19:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.friendi.ca/docs/config?rev=1600629582&amp;do=diff</link>
        <description>Config values that can only be set in config/local.config.php



* [Home](help)

Friendica&#039;s configuration is done in two places: in PHP array configuration files and in the `config` database table.
Database config values overwrite the same file config values.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/connectors?rev=1656081065&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T14:31:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Connectors</title>
        <link>https://wiki.friendi.ca/docs/connectors?rev=1656081065&amp;do=diff</link>
        <description>Connectors

Connectors allow you to connect with external social networks and services. They are only required for posting to existing accounts on Twitter or GNU Social. There is also a connector for accessing your email INBOX.

If the following network connectors are installed on your system, select the following links to visit the appropriate settings page and configure them for your account:</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/database?rev=1667576554&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-04T15:42:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Database Tables</title>
        <link>https://wiki.friendi.ca/docs/database?rev=1667576554&amp;do=diff</link>
        <description>Database Tables
Table                                                                   Description                                                             2fa_app_specific_passwordTwo-factor app-specific _password                                       2fa_recovery_codes              Two-factor authentication recovery codes</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/initicalconfiguration?rev=1650605237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-22T05:27:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>First Steps</title>
        <link>https://wiki.friendi.ca/docs/initicalconfiguration?rev=1650605237&amp;do=diff</link>
        <description>First Steps

Once you have installed Friendica successfully on your server, you might consider some customizations to make the experience better.

Subscribe to Relay Services

Finding interesting contacts in a new social network like the Fediverse can be hard. To get potentially interesting content onto your Friendica node without subscribing to random people on different node of the Fediverse, you can subscribe your node to a relay service. These relay services take all public postings from sub…</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/install?rev=1728989873&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-15T10:57:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica Installation</title>
        <link>https://wiki.friendi.ca/docs/install?rev=1728989873&amp;do=diff</link>
        <description>Friendica Installation

We&#039;ve tried very hard to ensure that Friendica will run on commodity hosting platforms - such as those used to host Wordpress blogs and Drupal websites. We offer a manual and an automatic installation. But be aware that Friendica is more than a simple web application.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/installing-connectors?rev=1656082142&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T14:49:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installing Connectors (Twitter/GNU Social)</title>
        <link>https://wiki.friendi.ca/docs/installing-connectors?rev=1656082142&amp;do=diff</link>
        <description>Installing Connectors (Twitter/GNU Social)

Friendica uses addons to provide connectivity to some networks, such as Twitter.

There is also a addon to post through to an existing account on a GNU Social service. You only need this to post to an already existing GNU Social account, but not to communicate with GNU Social members in general.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/making-friends?rev=1656085055&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T15:37:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Making Friends</title>
        <link>https://wiki.friendi.ca/docs/making-friends?rev=1656085055&amp;do=diff</link>
        <description>Making Friends

Friendship in Friendica can sometimes take on different meaning. But let’s keep it simple; you want to be friends with somebody. How do you do it?

The Directories

Friendica has two different kinds of “address book”. The directory of the Friendica server you are registered on and a global directory to which your and other Friendica servers submit account information.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/tags-and-mentions?rev=1656085268&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T15:41:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Tags and Mentions</title>
        <link>https://wiki.friendi.ca/docs/tags-and-mentions?rev=1656085268&amp;do=diff</link>
        <description>Tags and Mentions

Like many other modern social networks, Friendica uses a special notation inside messages to indicate “tags” or contextual links to other entities.

Mentions

People are tagged by preceding their name with the @ character.

You can tag</description>
    </item>
</rdf:RDF>
