friendica/doc
Ben Millwood 6bd73ea66c Fix Apache instructions and PHP extension list
For the Apache instruction, the Options directive does exist, but it's
not the one that controls .htaccess usage, that's AllowOverride.

For the PHP module, correct mbstrings to mbstring and remove hash, since
the [hash extension][1] has been included in PHP since 5.1.2, and is core
since PHP 7.4, both of which are above the minimum Friendica version.

[1]: https://www.php.net/manual/en/hash.installation.php
2024-10-14 23:36:37 +01:00
..
database OStatus support removed 2024-09-11 03:44:40 +00:00
de OStatus support removed 2024-09-11 03:44:40 +00:00
html
img
API-Entities.md
API-Friendica.md
API-GNU-Social.md
API-Mastodon.md Update API-Mastodon.md Fixes #13914 2024-03-18 00:24:06 +01:00
API-Twitter.md
Accesskeys.md New channel "quiet sharers" for posts from lesser frequent posters (#13913) 2024-02-18 15:54:21 +01:00
Account-Basics.md
AddonStorageBackend.md
Addons.md Issue 13910: Display the unseen counter based on the channel 2024-03-23 17:17:56 +00:00
BBCode.md Deprecate use of [*] BBCode tag for list items in favor of [li] 2024-02-09 20:33:42 -05:00
Bugs-and-Issues.md
Channels.md OStatus support removed 2024-09-11 03:44:40 +00:00
Chats.md
Circles-and-Privacy.md
Composer.md
Config.md
Connectors.md OStatus support removed 2024-09-11 03:44:40 +00: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 Small corrections and improved wording 2024-06-05 19:52:23 +02:00
GitHub.md
Groups.md
Home.md Merge branch 'stable' into develop 2024-08-17 17:29:18 +02:00
Improve-Performance.md OStatus support removed 2024-09-11 03:44:40 +00:00
Install.md Fix Apache instructions and PHP extension list 2024-10-14 23:36:37 +01:00
Installing-Connectors.md
KeyboardShortcuts.md
Making-Friends.md Add documentation on safety features 2024-06-02 20:50:19 +02:00
Message-Flow.md
Migrate.md
Move-Account.md OStatus support removed 2024-09-11 03:44:40 +00:00
Protocol.md OStatus support removed 2024-09-11 03:44:40 +00:00
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
Safety.md Small corrections and improved wording 2024-06-05 19:52:23 +02:00
Settings.md
StrategyHooks.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 OStatus support removed 2024-09-11 03:44:40 +00:00
events.md
install-ejabberd.md
smarty3-templates.md
themes.md Re-wrote themes.md 2024-03-13 12:17:27 +01:00
tools.md Count inbound and outbound packets 2024-07-24 20:50:46 +00: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`.