f3da016421bc2575a5c1808fa6c62869f5a62be0
[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 * [Migrate](help/Migrate)
39 * [Administration Tools](help/tools)
40
41 **Developer Manual**
42
43 * [Get started](help/Developers-Intro)
44 * Set up development environment
45         * [Help on Github](help/Github)
46         * [Help on Vagrant](help/Vagrant)
47         * [Bugs and Issues](help/Bugs-and-Issues)
48 * Code structure
49     * [Domain-Driven-Design](help/Developer-Domain-Driven-Design)
50         * [Addon Development](help/Addons)
51         * [Theme Development](help/themes)
52         * [Smarty 3 Templates](help/smarty3-templates)
53         * [Storage backend addon](help/AddonStorageBackend)
54 * How To
55         * [Translate Friendica](help/translations)
56         * [Use Composer](help/Composer)
57         * [Move classes to `src`](help/Developer-How-To-Move-Classes-to-src)
58         * [Run tests](help/Tests)
59 * Reference
60         * [API endpoints](help/api)
61         * [Code (Doxygen generated - sets cookies)](doc/html/)
62         * [Protocol Documentation](help/Protocol)
63         * [Database schema documentation](help/database)
64         * [Class Autoloading](help/autoloader)
65
66 **External Resources**
67
68 * [Main Website](https://friendi.ca)
69 * Ways to get Support
70   * [Friendica Support Forum](https://forum.friendi.ca/~helpers)
71   * [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``
72   * XMPP/Jabber MUC: support(at)forum.friendi.ca
73   * IRC:[#friendica at freenode.net](https://webchat.freenode.net/?settings=#friendica)
74   * Matrix: [#friendi.ca](https://matrix.to/#/#friendi.ca:matrix.org) or [#friendica-en](https://matrix.to/#/#friendica-en:matrix.org) at matrix.org
75
76 **About**
77
78 * [Site/Version Info](friendica)
79 * [Friendica Credits](credits)