friendica/doc
2021-10-27 20:00:19 +02:00
..
database set intro::duplex deprecated because of no usage 2021-10-21 21:57:24 +02:00
de Merge pull request #10888 from MrPetovan/task/10887-bbcode-style-block 2021-10-18 20:19:53 +02:00
html
img Remove references to removed frost theme 2021-02-09 23:25:47 -05:00
Accesskeys.md Updated access key documentation 2021-10-02 15:30:15 +00:00
Account-Basics.md
Addons.md Restructure Storage to new paradigm 2021-10-27 20:00:19 +02:00
AddonStorageBackend.md Restructure Storage to new paradigm 2021-10-27 20:00:19 +02:00
API-Entities.md Remove event.adjust field 2021-10-03 13:42:32 -04:00
API-Friendica.md Legacy DFRN transport layer is removed 2021-07-15 13:28:32 +00:00
API-GNU-Social.md API: Support for deprecated API endpoints and OAuth removal 2021-07-20 20:48:37 +00:00
API-Mastodon.md Improved error check, added "put" 2021-08-15 07:28:26 +00:00
API-Twitter.md
api.md API: Support for deprecated API endpoints and OAuth removal 2021-07-20 20:48:37 +00:00
autoloader.md
BBCode.md Merge pull request #10888 from MrPetovan/task/10887-bbcode-style-block 2021-10-18 20:19:53 +02:00
Bugs-and-Issues.md
Chats.md Update references to the friendica/friendica-addons stable branch 2020-06-30 15:25:17 -04:00
Composer.md
Config.md Add the possibility to use a different configuration directory 2021-09-11 14:33:26 +02:00
Connectors.md
database.md API: First steps to support subscriptions 2021-08-15 00:30:41 +00:00
Developer-Domain-Driven-Design.md Move Introduction to new depository paradigm 2021-10-21 21:49:20 +02:00
Developer-How-To-Move-Classes-to-src.md
Developers-Intro.md
events.md Remove event.adjust field 2021-10-03 13:42:32 -04:00
Export-Import-Contacts.md
FAQ.md docs, remove freenode from the IRC list 2021-08-11 17:31:33 +02:00
Forums.md Update Forums.md 2020-09-07 19:32:15 -04:00
Github.md Update references to the friendica/friendica stable branch 2020-06-30 15:25:16 -04:00
Groups-and-Privacy.md
Home.md docs, remove freenode from the IRC list 2021-08-11 17:31:33 +02:00
Improve-Performance.md
install-ejabberd.md
Install.md small typo 2021-10-01 18:27:22 +02:00
Installing-Connectors.md
KeyboardShortcuts.md
Making-Friends.md
Message-Flow.md Delete include/items.php 2020-07-14 10:21:31 -04:00
Migrate.md modified: doc/Migrate.md 2020-11-30 12:00:07 +07:00
Move-Account.md
Protocol.md
Quick-Start-andfinally.md
Quick-Start-groupsandpages.md
Quick-Start-guide.md
Quick-Start-makingnewfriends.md
Quick-Start-network.md
README.md typo and rewrite 2020-10-05 07:19:26 +02:00
Remove-Account.md
Settings.md The frontend worker is removed 2021-01-01 23:05:26 +00:00
smarty3-templates.md Add translation to required labels on input fields 2020-12-19 22:52:45 -05:00
SSL.md
Tags-and-Mentions.md
Tests.md
Text_comment.md Remove references to removed frost theme 2021-02-09 23:25:47 -05:00
Text_editor.md Remove references to removed frost theme 2021-02-09 23:25:47 -05:00
themes.md Getter/Setter for theme info 2021-07-25 19:39:10 +00:00
tools.md Apply suggestions from code review 2020-09-16 20:23:27 +02:00
translations.md Update references to the friendica/friendica stable branch 2020-06-30 15:25:16 -04:00
Two-Factor-Authentication.md Add trusted browsers user setting module 2021-01-23 05:42:59 -05:00
Update.md Improve formatting in doc/Update.md 2021-02-07 22:00:47 -05:00
Vagrant.md Vagrant: Docs add a note about the PHP dependencies 2021-10-01 10:04:40 +02:00

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