friendica/doc
Artur Weigandt 6b7dd7bd12
remove BC for extending any non-abstract class
2025-03-12 11:06:28 +01:00
..
database Support for language and publification date 2025-03-02 16:47:21 +00:00
de Create Event for contact_block_end hook 2025-02-20 08:24:52 +00:00
html
img
API-Entities.md
API-Friendica.md
API-GNU-Social.md
API-Mastodon.md
API-Twitter.md
Accesskeys.md
Account-Basics.md
AddonStorageBackend.md Fix docs for themes and theme_admin() 2024-11-18 22:28:35 +00:00
Addons.md Create Event for contact_block_end hook 2025-02-20 08:24:52 +00:00
BBCode.md
Bugs-and-Issues.md
Channels.md OStatus support removed 2024-09-11 03:44:40 +00:00
Chats.md
Circles-and-Privacy.md Documentation to connectors updated 2024-12-22 08:12:13 +00:00
Composer.md
Config.md
Connectors.md Documentation to connectors updated 2024-12-22 08:12:13 +00:00
Developer-Domain-Driven-Design.md
Developer-How-To-Move-Classes-to-src.md
Developers-Intro.md remove BC for extending any non-abstract class 2025-03-12 11:06:28 +01:00
Export-Import-Contacts.md Documentation to connectors updated 2024-12-22 08:12:13 +00:00
FAQ-admin.md
FAQ.md Update doc/FAQ.md 2025-02-11 17:29:07 +01:00
GitHub.md
Groups.md
Home.md Documentation to connectors updated 2024-12-22 08:12:13 +00:00
Improve-Performance.md OStatus support removed 2024-09-11 03:44:40 +00:00
Install.md Update docs and scripts to use the correct composer install script 2025-02-06 07:43:52 +00:00
Installing-Connectors.md Replace 'bin/daemon.php' and 'bin/jetstream.php' calls and help 2025-01-05 23:13:38 +01:00
KeyboardShortcuts.md
Making-Friends.md Add documentation on safety features 2024-06-02 20:50:19 +02:00
Message-Flow.md
Migrate.md Replace 'bin/worker.php' calls and help 2025-01-05 23:13:39 +01:00
Move-Account.md OStatus support removed 2024-09-11 03:44:40 +00:00
Protocol.md OStatus support removed 2024-09-11 03:44:40 +00:00
Quick-Start-andfinally.md
Quick-Start-groupsandpages.md
Quick-Start-guide.md
Quick-Start-makingnewfriends.md Fix links in Quick-Start-makingnewfriends 2025-01-01 15:51:26 -05:00
Quick-Start-network.md
README.md
Remove-Account.md
SSL.md
Safety.md Small corrections and improved wording 2024-06-05 19:52:23 +02:00
Settings.md
StrategyHooks.md Add deprecation note in docs 2025-02-08 07:01:54 +00:00
Tags-and-Mentions.md
Tests.md
Text_comment.md
Text_editor.md
Two-Factor-Authentication.md
Update.md Update docs and scripts to use the correct composer install script 2025-02-06 07:43:52 +00:00
Vagrant.md Fix composer path in Vagrant docs 2025-02-06 07:47:51 +00:00
api.md
autoloader.md Fix docs for themes and theme_admin() 2024-11-18 22:28:35 +00:00
database.md OStatus support removed 2024-09-11 03:44:40 +00:00
events.md
install-ejabberd.md
smarty3-templates.md
themes.md
tools.md Add Prometheus exporter link 2024-10-27 20:13:41 +01:00
translations.md

README.md

About the docs of the Friendica Project

Note: It is expected that some of the links in these files wont work in the Friendica repository as they are supposed to work on an installed Friendica node.

User and Admin documentation

Every Friendica node has the current version of the user and admin documentation available in the /help location. The documentation is mainly done in English, but the pages can be translated and some are already to German. If you want to help expanding the documentation or the translation, please register an account at the Friendica wiki where the texts are maintained. The documentation is periodically merged back from there to the development branch of Friendica.

Images that you use in the documentation should be located in the img sub-directory of this directory. Translations are located in sub-directories named after the language codes, e.g. de. Depending on the selected interface language the different translations will be applied, or the en original will be used as a fall-back.

Developers Documentation

We provide a configuration file for Doxygen in the root of the Friendica repository. With that you should be able to extract some documentation from the source code.

In addition there are some documentation files about the database structure in docdb`.