friendica/doc
2024-01-07 18:36:47 +00:00
..
database New field "publish" for channels 2024-01-07 18:36:47 +00:00
de Bump minimum version to run Friendica to PHP 7.4 2023-12-18 21:02:02 -05:00
html
img
Accesskeys.md Changes after rebase 2023-09-07 17:35:17 +00:00
Account-Basics.md Updated docs 2023-10-27 11:03:52 +02:00
Addons.md The language detection is now done in blocks 2023-10-11 18:38:14 +00:00
AddonStorageBackend.md Rewrite Sample Storage Addon description 2023-03-26 16:14:16 -04:00
API-Entities.md Replace "Group" with "Circle" in hosted documentation 2023-05-27 17:28:20 -04:00
API-Friendica.md Replace "Group" with "Circle" in hosted documentation 2023-05-27 17:28:20 -04:00
API-GNU-Social.md
API-Mastodon.md Replace "Group" with "Circle" in hosted documentation 2023-05-27 17:28:20 -04:00
API-Twitter.md
api.md Replace "Group" with "Circle" in hosted documentation 2023-05-27 17:28:20 -04:00
autoloader.md
BBCode.md
Bugs-and-Issues.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
Channels.md Channels can now be based on the "network" feed as well 2023-11-21 23:13:26 +00:00
Chats.md spelling: github 2023-03-26 16:03:23 -04:00
Circles-and-Privacy.md Apply suggestions from code review 2023-07-08 22:20:47 -04:00
Composer.md
Config.md spelling: policy 2023-03-26 16:14:16 -04:00
Connectors.md
database.md New table "post-counts" to precalculate the counts 2023-12-28 17:42:39 +00:00
Developer-Domain-Driven-Design.md spelling: select 2023-03-26 20:04:18 -04:00
Developer-How-To-Move-Classes-to-src.md spelling: however 2023-03-26 16:03:23 -04:00
Developers-Intro.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
events.md
Export-Import-Contacts.md
FAQ-admin.md Update FAQ-admin.md 2023-09-20 11:59:07 +07:00
FAQ.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
GitHub.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
Groups.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
Home.md Channel documentation added 2023-09-23 14:46:15 +00:00
Improve-Performance.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
install-ejabberd.md
Install.md Bump minimum version to run Friendica to PHP 7.4 2023-12-18 21:02:02 -05:00
Installing-Connectors.md
KeyboardShortcuts.md
Making-Friends.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
Message-Flow.md
Migrate.md
Move-Account.md Replace "Group" with "Circle" in hosted documentation 2023-05-27 17:28:20 -04:00
Protocol.md
Quick-Start-andfinally.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
Quick-Start-groupsandpages.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
Quick-Start-guide.md spelling: messages 2023-03-26 16:14:15 -04:00
Quick-Start-makingnewfriends.md
Quick-Start-network.md
README.md
Remove-Account.md
Settings.md Updated docs 2023-10-27 11:03:52 +02:00
smarty3-templates.md
SSL.md
StrategyHooks.md Unify "Capability" 2023-07-26 21:44:31 +02:00
Tags-and-Mentions.md Replace "forum" by "group" in documentation 2023-06-02 13:52:40 -04:00
Tests.md
Text_comment.md
Text_editor.md Replace "Group" with "Circle" in hosted documentation 2023-05-27 17:28:20 -04:00
themes.md spelling: javascript 2023-03-26 16:13:07 -04:00
tools.md
translations.md updating Transifex URL 2023-05-23 20:47:39 +02:00
Two-Factor-Authentication.md spelling: nonetheless 2023-03-26 16:14:15 -04:00
Update.md Add .htaccess file to exclusion list in Update.md 2023-08-22 10:28:34 -04:00
Vagrant.md spelling: github 2023-03-26 16:03:23 -04:00

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`.