<?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-24T15:53:06+00:00</dc:date>
        <items>
            <rdf:Seq>
                <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/api?rev=1729030302&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/api-twitter?rev=1655395777&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/database?rev=1667576554&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/accesskeys?rev=1656082448&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/install?rev=1728989873&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/bot?rev=1654500266&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/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/message-flow?rev=1656082701&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/settings?rev=1656138492&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/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/api?rev=1729030302&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-15T22:11:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica API</title>
        <link>https://wiki.friendi.ca/docs/api?rev=1729030302&amp;do=diff</link>
        <description>Friendica API

Friendica offers multiple API endpoints to interface with third-party applications:

	*  Twitter
	*  Mastodon
	*  Friendica-specific
	*  GNU Social

Usage

HTTP Method

API endpoints can restrict the HTTP method used to request them.
Using an invalid method results in HTTP error 405</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/api-twitter?rev=1655395777&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-16T16:09:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Twitter API</title>
        <link>https://wiki.friendi.ca/docs/api-twitter?rev=1655395777&amp;do=diff</link>
        <description>Twitter API

Overview

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

Authentication is the same as described in Using the APIs.

Entities

These endpoints use the Friendica API entities.

Different behaviour

	*  screen_name: The nick name in Friendica is only unique in each network but not for all networks. The users are searched in the following priority: Friendica, StatusNet/GNU Social, Diaspora, pump.io, Twitter. If no contact was found by this wa…</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/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/accesskeys?rev=1656082448&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-24T14:54:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Accesskeys reference</title>
        <link>https://wiki.friendi.ca/docs/accesskeys?rev=1656082448&amp;do=diff</link>
        <description>Accesskeys reference

Access keys are keyboard shortcuts that allow you to easily navigate the user interface. Access keys are currently not available with the Frio theme.

The specific key combinations depend on how your browser’s the modifier key setting. For an overview of modifier keys in different browsers, have a lookat</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/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/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/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/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/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/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>
</rdf:RDF>
