<?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-22T13:16:22+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/developers-intro?rev=1661315940&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-authentication?rev=1736103163&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/improve-performance?rev=1658135620&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/making-friends?rev=1656085055&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/post_to_lemmy_from_friendica?rev=1651483758&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.friendi.ca/docs/themes?rev=1655880862&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/developers-intro?rev=1661315940&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-24T04:39:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Where to get started to help improve Friendica</title>
        <link>https://wiki.friendi.ca/docs/developers-intro?rev=1661315940&amp;do=diff</link>
        <description>Where to get started to help improve Friendica

Do you want to help us improve Friendica?
Here we have compiled some hints on how to get started and some tasks to help you choose.
A project like Friendica is the sum of many different contributions.
Very different skills are required to make good software, not all of them involve coding!</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-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/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/improve-performance?rev=1658135620&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-18T09:13:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to improve the performance of a Friendica site</title>
        <link>https://wiki.friendi.ca/docs/improve-performance?rev=1658135620&amp;do=diff</link>
        <description>How to improve the performance of a Friendica site

Feel free to ask in the Friendica support forum if you need some clarification about the following instructions or if you need help in any other way.

System configuration

Please go to /admin/site/ on your system and change the following values:</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/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/post_to_lemmy_from_friendica?rev=1651483758&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-05-02T09:29:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to post to Lemmy from your Friendica account</title>
        <link>https://wiki.friendi.ca/docs/post_to_lemmy_from_friendica?rev=1651483758&amp;do=diff</link>
        <description>How to post to Lemmy from your Friendica account

What is Lemmy

To quote the Lemmy project

	&quot; Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to forums you&#039;re interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the Fediverse.</description>
    </item>
    <item rdf:about="https://wiki.friendi.ca/docs/themes?rev=1655880862&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-22T06:54:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Themes</title>
        <link>https://wiki.friendi.ca/docs/themes?rev=1655880862&amp;do=diff</link>
        <description>Themes

To change the look of friendica you have to touch the themes.
The current default theme is frio but there are numerous others.
Have a look at the community contributed theme repository for some of the themes (and theme customizations) the community has created.
In case none of them suits your needs, there are several ways to change a theme.</description>
    </item>
</rdf:RDF>
