friendica/doc
Michael Vogel df99ca8d82
Merge pull request #10888 from MrPetovan/task/10887-bbcode-style-block
Add conditional block output for BBCode tag [style]
2021-10-18 20:19:53 +02:00
..
database Remove "fcontact" from suggestions 2021-10-17 20:19:02 +00: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
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 Add support for max_id parameter in new Twitter contact API endpoints 2020-06-09 08:36:53 -04:00
Accesskeys.md Updated access key documentation 2021-10-02 15:30:15 +00:00
Account-Basics.md Update Module\Help to use anchor words for titles 2019-12-09 22:50:37 -05:00
AddonStorageBackend.md Adress feedback :) 2021-10-05 20:07:14 +02:00
Addons.md Adress feedback :) 2021-10-05 20:07:14 +02:00
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
Developer-Domain-Driven-Design.md Create documentation about Domain-Driven-Design 2020-01-06 21:39:05 -05:00
Developer-How-To-Move-Classes-to-src.md
Developers-Intro.md Replace profile tab GET parameter by route 2020-01-27 19:21:18 -05:00
Export-Import-Contacts.md add documentation for contact exports 2019-11-03 14:34:36 +01:00
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.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 And another documentation improvment 2019-09-13 20:56:32 +00:00
SSL.md
Settings.md The frontend worker is removed 2021-01-01 23:05:26 +00:00
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
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
api.md API: Support for deprecated API endpoints and OAuth removal 2021-07-20 20:48:37 +00:00
autoloader.md add missing namespaces/fix wrong class-names 2020-01-19 16:31:35 +01:00
database.md API: First steps to support subscriptions 2021-08-15 00:30:41 +00:00
events.md Remove event.adjust field 2021-10-03 13:42:32 -04:00
install-ejabberd.md
smarty3-templates.md Add translation to required labels on input fields 2020-12-19 22:52:45 -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

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