friendica/doc
Hypolite Petovan 37a30434bb Remove remaining mentions of $a->argc/argv
- This was breaking the layout of specific pages in Frio
2021-08-17 08:26:12 -04:00
..
database API: First steps to support subscriptions 2021-08-15 00:30:41 +00:00
de Remove remaining mentions of $a->argc/argv 2021-08-17 08:26:12 -04:00
html
img
API-Entities.md
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
Accesskeys.md Placeholder page for scheduled posts 2021-08-02 12:10:03 +00:00
Account-Basics.md
AddonStorageBackend.md Rename ISelectableStorage to IWritableStorage 2021-08-16 23:27:42 +02:00
Addons.md Remove remaining mentions of $a->argc/argv 2021-08-17 08:26:12 -04:00
BBCode.md
Bugs-and-Issues.md
Chats.md
Composer.md
Config.md
Connectors.md
Developer-Domain-Driven-Design.md
Developer-How-To-Move-Classes-to-src.md
Developers-Intro.md
Export-Import-Contacts.md
FAQ.md docs, remove freenode from the IRC list 2021-08-11 17:31:33 +02:00
Forums.md
Github.md
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 Update Install.md 2021-02-15 23:25:46 +01:00
Installing-Connectors.md
KeyboardShortcuts.md
Making-Friends.md
Message-Flow.md
Migrate.md
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
Remove-Account.md
SSL.md
Settings.md
Tags-and-Mentions.md
Tests.md
Text_comment.md
Text_editor.md
Two-Factor-Authentication.md
Update.md
Vagrant.md
api.md API: Support for deprecated API endpoints and OAuth removal 2021-07-20 20:48:37 +00:00
autoloader.md
database.md API: First steps to support subscriptions 2021-08-15 00:30:41 +00:00
events.md
install-ejabberd.md
smarty3-templates.md
themes.md Getter/Setter for theme info 2021-07-25 19:39:10 +00: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`.