<?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-13T00:07:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <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/translations?rev=1601227284&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/abstract?rev=1657032057&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/channel?rev=1705847906&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/user/estelalemmone?rev=1755150550&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/user/lelandbennelong?rev=1755143770&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/user/traceydallas458?rev=1755145435&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/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/translations?rev=1601227284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-27T17:21:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Friendica translations</title>
        <link>https://wiki.friendi.ca/docs/translations?rev=1601227284&amp;do=diff</link>
        <description>Friendica translations

Overview

The Friendica translation process is based on gettext PO files.

Basic worflow:

	*  xgettext is used to collect translation strings across the project in the authoritative PO file located in view/lang/C/messages.po</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/abstract?rev=1657032057&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-05T14:40:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Abstracts</title>
        <link>https://wiki.friendi.ca/docs/abstract?rev=1657032057&amp;do=diff</link>
        <description>Abstracts

Using BBCode for formatting your postings, you can add an abstract, a short summary, to your postings.

Especially in the case of Twitter (and other length limited networks to which Friendica exports your postings via the API) Friendica will try to automatically decide which part of the posting is relevant. But often you as the author of a posting knows better.</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/channel?rev=1705847906&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-21T14:38:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Channels</title>
        <link>https://wiki.friendi.ca/docs/channel?rev=1705847906&amp;do=diff</link>
        <description>Channels

Channels were introduced in version 2023.12 to Friendica. They allow users to define rules that are used to filter the content displayed in the channels timeline. Channels can be used as alternative to the usual network stream sorting and the usage of filters.

You can define channels in your account settings in the channels section.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/user/estelalemmone?rev=1755150550&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-14T05:49:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.friendi.ca/user/estelalemmone?rev=1755150550&amp;do=diff</link>
        <description>When evaluating mobile slot sites, you should consider their loyalty programs and promotional structures. Market leaders offer tiered VIP systems with increasing rewards, cashback rates ranging from 0.5% to 15%, and regular tournaments with substantial prize pools. However, it&#039;s critical to carefully review the terms and conditions, particularly wagering requirements, which typically range from 25x to 40x on bonuse</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/user/lelandbennelong?rev=1755143770&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-14T03:56:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.friendi.ca/user/lelandbennelong?rev=1755143770&amp;do=diff</link>
        <description>Weather patterns in Thailand can impact mobile gaming performance, especially during the monsoon season from July to October. You should plan your gaming sessions during periods of stable internet connectivity to prevent disconnections during critical gameplay moments. Consider maintaining backup internet options to guarantee uninterrupted access during high-stakes session</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/user/traceydallas458?rev=1755145435&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-14T04:23:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.friendi.ca/user/traceydallas458?rev=1755145435&amp;do=diff</link>
        <description>Leading mobile platforms now offer family sharing options, allowing parents to monitor and control their children&#039;s gaming activities. These features, combined with educational resources about responsible gaming, help create a safer entertainment environment for all users. The industry&#039;s focus on protective measures and ethical engagement strategies demonstrates its commitment to user wellbein</description>
    </item>
</rdf:RDF>
