friendica/doc
Hypolite Petovan 65f74da45b Add translation to required labels on input fields
- Normalize display of required label
- Remove unused field_richtext template
2020-12-19 22:52:45 -05:00
..
database
de Remove support for [iframe] BBCode 2020-12-18 10:32:36 -05:00
html
img
API-Entities.md
API-Friendica.md
API-GNU-Social.md
API-Mastodon.md Added documentation 2020-10-31 23:42:42 +00:00
API-Twitter.md
Accesskeys.md
Account-Basics.md
AddonStorageBackend.md
Addons.md
BBCode.md Remove support for [iframe] BBCode 2020-12-18 10:32:36 -05:00
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
Forums.md
Github.md
Groups-and-Privacy.md
Home.md modified: doc/Home.md 2020-11-28 18:08:20 +07:00
Improve-Performance.md
Install.md addons are available at the projects homepage as well from 2020.09 on 2020-09-18 18:35:32 +02:00
Installing-Connectors.md
KeyboardShortcuts.md
Making-Friends.md
Message-Flow.md
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
SSL.md
Settings.md Move "remote self" to the contact settings 2020-10-24 21:42:49 +00:00
Tags-and-Mentions.md
Tests.md
Text_comment.md
Text_editor.md
Two-Factor-Authentication.md
Update.md
Vagrant.md
api.md
autoloader.md
database.md
events.md
install-ejabberd.md
smarty3-templates.md Add translation to required labels on input fields 2020-12-19 22:52:45 -05:00
themes.md
tools.md Apply suggestions from code review 2020-09-16 20:23:27 +02:00
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`.