friendica/doc
Roland Häder 8c38265b37
Changes:
- `url` to `varbinary(1024)`
 - `preview` to `varbinary(512)`

as the previous once (half length) were not enough in real-life scenarios
2022-06-19 23:09:29 +02:00
..
database Changes: 2022-06-19 23:09:29 +02:00
de Fix img example 2022-04-28 18:13:38 +02:00
html
img
API-Entities.md
API-Friendica.md
API-GNU-Social.md
API-Mastodon.md API: Support for markers added 2022-06-06 21:38:59 +00:00
API-Twitter.md
Accesskeys.md updated the Accesskey documentation accordingly 2022-06-19 06:33:21 +02:00
Account-Basics.md
AddonStorageBackend.md
Addons.md Remove unused settings_post and settings_form hooks 2022-04-24 01:21:49 -04:00
BBCode.md Fix img example 2022-04-28 18:13:16 +02: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-admin.md
FAQ.md
Forums.md
Github.md
Groups-and-Privacy.md
Home.md
Improve-Performance.md
Install.md Update doc/Install.md 2022-05-01 22:09:00 +10: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
autoloader.md
database.md API: Support for markers added 2022-06-06 21:38:59 +00:00
events.md
install-ejabberd.md
smarty3-templates.md
themes.md
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`.