You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
friendica/doc
Hypolite Petovan baac993090
[Database 1517] Increase the size of the process.hostname field
2 weeks ago
..
database [Database 1517] Increase the size of the process.hostname field 2 weeks ago
de Remove App dependency from Hook::callSingle 2 months ago
html Move Doxyfile to base directory 4 years ago
img Deprecate themes duepuntozero, quattro and smoothly 5 months ago
API-Entities.md Apply suggestions from code review 4 weeks ago
API-Friendica.md Apply suggestions from code review 4 weeks ago
API-GNU-Social.md API: Support for deprecated API endpoints and OAuth removal 2 years ago
API-Mastodon.md Update documentation for delivery status data addition to Mastodon Status 4 weeks ago
API-Twitter.md Add support for max_id parameter in new Twitter contact API endpoints 3 years ago
Accesskeys.md New area "moderation" 5 months ago
Account-Basics.md Update Module\Help to use anchor words for titles 3 years ago
AddonStorageBackend.md Restructure Storage to new paradigm 1 year ago
Addons.md Remove App dependency from Hook::callSingle 2 months ago
BBCode.md Remove obsolete `<div class="clear"></div>` from body-attach div 3 months ago
Bugs-and-Issues.md move to forum.friendi.ca 6 years ago
Chats.md Update references to the friendica/friendica-addons stable branch 3 years ago
Composer.md All references to boot.php are now removed 5 months ago
Config.md Update doc/Config.md from review suggestion 4 months ago
Connectors.md Move settings/addons to src/Module 4 months ago
Developer-Domain-Driven-Design.md old boot.php functions replaced in various places 5 months ago
Developer-How-To-Move-Classes-to-src.md Fix PHP cannot take a shell script 5 years ago
Developers-Intro.md All references to boot.php are now removed 5 months ago
Export-Import-Contacts.md Contact ex- and import should work with Misskey CSV files as well 1 year ago
FAQ-admin.md doc/themes.md,FAQ-admin: point to live friendica-themes.com mirror 12 months ago
FAQ.md update FAQ client list: remove Fedi from iOS apps 3 months ago
Forums.md Update Forums.md 3 years ago
Github.md Update references to the friendica/friendica stable branch 3 years ago
Groups-and-Privacy.md missing line breaks and some updates 6 years ago
Home.md Apply suggestions from code review 1 year ago
Improve-Performance.md [DOCS] Titles: Fix spaces 5 years ago
Install.md [docs] note the preference of MariaDB over other MySQL implementation in the install docs 5 months ago
Installing-Connectors.md Update documentation with new config style/name 4 years ago
KeyboardShortcuts.md Doc about j/k keyboard shortcuts 6 years ago
Making-Friends.md [DOCS] Titles: Fix spaces 5 years ago
Message-Flow.md Delete include/items.php 3 years ago
Migrate.md modified: doc/Migrate.md 2 years ago
Move-Account.md Create new User\Import module class 5 months ago
Protocol.md docu docs: some polishing 6 years ago
Quick-Start-andfinally.md move to forum.friendi.ca 6 years ago
Quick-Start-groupsandpages.md Change iframe address 4 years ago
Quick-Start-guide.md Made some documentation changes/improvements for #6478 4 years ago
Quick-Start-makingnewfriends.md added missing line breaks 6 years ago
Quick-Start-network.md added missing line breaks 6 years ago
README.md typo and rewrite 2 years ago
Remove-Account.md Create new Settings\RemoveMe module class 5 months ago
SSL.md Update SSL.md 4 years ago
Settings.md The frontend worker is removed 2 years ago
Tags-and-Mentions.md Continued a bit: 5 years ago
Tests.md Add API tests 5 years ago
Text_comment.md Deprecate themes duepuntozero, quattro and smoothly 5 months ago
Text_editor.md Deprecate themes duepuntozero, quattro and smoothly 5 months ago
Two-Factor-Authentication.md Add trusted browsers user setting module 2 years ago
Update.md Improve formatting in doc/Update.md 2 years ago
Vagrant.md adopt IP change in the Vagrant docs 5 months ago
api.md API: Support for deprecated API endpoints and OAuth removal 2 years ago
autoloader.md All references to boot.php are now removed 5 months ago
database.md Fix database 1 month ago
events.md Remove event.adjust field 1 year ago
install-ejabberd.md Move scripts/auth_ejabberd.php to bin/ 5 years ago
smarty3-templates.md Add translation to required labels on input fields 2 years ago
themes.md Deprecate themes duepuntozero, quattro and smoothly 5 months ago
tools.md fixed the typo 3 months ago
translations.md Fix messages.po and adapt README 3 months ago

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