friendica/doc
Michael 92807d86a3 API: Enable edit 2022-11-25 19:35:40 +00:00
..
database Allow anonymous reports 2022-11-14 23:27:46 +00:00
de Create /profile/{nickname}/photos route 2022-11-20 17:15:07 -05:00
html
img Deprecate themes duepuntozero, quattro and smoothly 2022-11-05 00:06:10 -04:00
API-Entities.md
API-Friendica.md
API-GNU-Social.md
API-Mastodon.md API: Enable edit 2022-11-25 19:35:40 +00:00
API-Twitter.md
Accesskeys.md New area "moderation" 2022-11-08 02:28:42 -05:00
Account-Basics.md
AddonStorageBackend.md
Addons.md Move mod/editpost.php to src\Module\Post\Edit 2022-11-15 22:32:46 +01:00
BBCode.md
Bugs-and-Issues.md
Chats.md
Composer.md
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
Developer-How-To-Move-Classes-to-src.md
Developers-Intro.md
Export-Import-Contacts.md
FAQ-admin.md
FAQ.md Create /profile/{nickname}/photos route 2022-11-20 17:15:07 -05:00
Forums.md
Github.md
Groups-and-Privacy.md
Home.md
Improve-Performance.md
Install.md
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
api.md
autoloader.md
database.md [Database version 1489] Add new report database tables 2022-11-14 12:10:37 -05:00
events.md
install-ejabberd.md
smarty3-templates.md
themes.md Deprecate themes duepuntozero, quattro and smoothly 2022-11-05 00:06:10 -04:00
tools.md
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`.