Add provision for result containing only connector profiles in Contact::getDetailsByURL
[friendica.git/.git] / doc / Home.md
1 Friendica Documentation and Resources
2 =====================================
3
4 **User Manual**
5
6 * General functions - first steps
7         * [Account Basics](help/Account-Basics)
8         * [New User Quick Start](help/Quick-Start-guide)
9         * [Creating posts](help/Text_editor)
10         * [BBCode tag reference](help/BBCode)
11         * [Comment, sort and delete posts](help/Text_comment)
12         * [Profiles](help/Profiles)
13         * [Accesskey reference](help/Accesskeys)
14         * [Events](help/events)
15 * You and other users
16         * [Connectors](help/Connectors)
17         * [Making Friends](help/Making-Friends)
18         * [Groups and Privacy](help/Groups-and-Privacy)
19         * [Tags and Mentions](help/Tags-and-Mentions)
20         * [Community Forums](help/Forums)
21         * [Chats](help/Chats)
22 * Further information
23         * [Move your account](help/Move-Account)
24         * [Export / Import of followed Contacts](help/Export-Import-Contacts)
25         * [Delete your account](help/Remove-Account)
26         * [Frequently asked questions (FAQ)](help/FAQ)
27
28 **Admin Manual**
29
30 * [Install](help/Install)
31 * [Update](help/Update)
32 * [Settings & Admin Panel](help/Settings)
33 * [Installing Connectors (Twitter/GNU Social)](help/Installing-Connectors)
34 * [Install an ejabberd server (XMPP chat) with synchronized credentials](help/install-ejabberd)
35 * [Using SSL with Friendica](help/SSL)
36 * [Config values that can only be set in config/local.config.php](help/Config)
37 * [Improve Performance](help/Improve-Performance)
38 * [Administration Tools](help/tools)
39
40 **Developer Manual**
41
42 * [Get started](help/Developers-Intro)
43 * Set up development environment
44         * [Help on Github](help/Github)
45         * [Help on Vagrant](help/Vagrant)
46         * [Bugs and Issues](help/Bugs-and-Issues)
47 * Code structure
48     * [Domain-Driven-Design](help/Developer-Domain-Driven-Design)
49         * [Addon Development](help/Addons)
50         * [Theme Development](help/themes)
51         * [Smarty 3 Templates](help/smarty3-templates)
52         * [Storage backend addon](help/AddonStorageBackend)
53 * How To
54         * [Translate Friendica](help/translations)
55         * [Use Composer](help/Composer)
56         * [Move classes to `src`](help/Developer-How-To-Move-Classes-to-src)
57         * [Run tests](help/Tests)
58 * Reference
59         * [API endpoints](help/api)
60         * [Code (Doxygen generated - sets cookies)](doc/html/)
61         * [Protocol Documentation](help/Protocol)
62         * [Database schema documentation](help/database)
63         * [Class Autoloading](help/autoloader)
64
65 **External Resources**
66
67 * [Main Website](https://friendi.ca)
68 * Ways to get Support
69   * [Friendica Support Forum](https://forum.friendi.ca/~helpers)
70   * [Mailing List Archive](http://mailman.friendi.ca/mailman/listinfo/support-friendi.ca) you can subscribe to the list by sending an email to ``support-request(at)friendi.ca?subject=subscribe``
71   * XMPP/Jabber MUC: support(at)forum.friendi.ca
72   * IRC: #friendica at irc.freenode.net
73   * Matrix: #friendi.ca or #friendica at matrix.org
74
75 **About**
76
77 * [Site/Version Info](friendica)
78 * [Friendica Credits](credits)