friendica/doc
Hank G c0741be417
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-02-24 08:47:37 -05:00
..
database Remove addon table from DB structure 2023-02-21 09:07:19 -05:00
de Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00
html
img Deprecate themes duepuntozero, quattro and smoothly 2022-11-05 00:06:10 -04:00
API-Entities.md Apply suggestions from code review 2023-02-23 20:40:43 -05:00
API-Friendica.md Apply suggestions from code review 2023-02-24 08:47:37 -05:00
API-GNU-Social.md
API-Mastodon.md Apply suggestions from code review 2023-02-24 08:46:52 -05:00
API-Twitter.md
Accesskeys.md New area "moderation" 2022-11-08 02:28:42 -05:00
Account-Basics.md
AddonStorageBackend.md Restructure Storage to new paradigm 2021-10-27 20:00:19 +02:00
Addons.md Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00
BBCode.md Remove obsolete `<div class="clear"></div>` from body-attach div 2022-12-14 22:35:12 -05:00
Bugs-and-Issues.md
Chats.md
Composer.md All references to boot.php are now removed 2022-10-19 20:38:25 +00:00
Config.md Update doc/Config.md from review suggestion 2022-11-20 18:14:37 -05:00
Connectors.md Move settings/addons to src/Module 2022-11-09 06:25:41 -05:00
Developer-Domain-Driven-Design.md old boot.php functions replaced in various places 2022-10-19 07:44:08 -04:00
Developer-How-To-Move-Classes-to-src.md
Developers-Intro.md All references to boot.php are now removed 2022-10-19 20:38:25 +00:00
Export-Import-Contacts.md Contact ex- and import should work with Misskey CSV files as well 2022-02-11 13:47:06 +01:00
FAQ-admin.md doc/themes.md,FAQ-admin: point to live friendica-themes.com mirror 2022-04-07 02:36:05 +02:00
FAQ.md update FAQ client list: remove Fedi from iOS apps 2022-12-19 20:04:21 +01:00
Forums.md
Github.md
Groups-and-Privacy.md
Home.md Apply suggestions from code review 2021-11-15 17:30:50 +01:00
Improve-Performance.md
Install.md [docs] note the preference of MariaDB over other MySQL implementation in the install docs 2022-10-16 10:14:18 +02:00
Installing-Connectors.md
KeyboardShortcuts.md
Making-Friends.md
Message-Flow.md
Migrate.md
Move-Account.md Create new User\Import module class 2022-11-02 11:27:31 -04:00
Protocol.md
Quick-Start-andfinally.md
Quick-Start-groupsandpages.md
Quick-Start-guide.md
Quick-Start-makingnewfriends.md
Quick-Start-network.md
README.md
Remove-Account.md Create new Settings\RemoveMe module class 2022-11-08 18:33:54 -05:00
SSL.md
Settings.md
Tags-and-Mentions.md
Tests.md
Text_comment.md Deprecate themes duepuntozero, quattro and smoothly 2022-11-05 00:06:10 -04:00
Text_editor.md Deprecate themes duepuntozero, quattro and smoothly 2022-11-05 00:06:10 -04:00
Two-Factor-Authentication.md
Update.md
Vagrant.md adopt IP change in the Vagrant docs 2022-10-15 17:33:47 +02:00
api.md
autoloader.md All references to boot.php are now removed 2022-10-19 20:38:25 +00:00
database.md Fix database 2023-02-21 21:01:57 +01:00
events.md Remove event.adjust field 2021-10-03 13:42:32 -04:00
install-ejabberd.md
smarty3-templates.md
themes.md Deprecate themes duepuntozero, quattro and smoothly 2022-11-05 00:06:10 -04:00
tools.md fixed the typo 2022-12-29 14:45:51 +01:00
translations.md Fix messages.po and adapt README 2022-12-29 21:30:01 +01:00

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`.