Merge pull request #10165 from nupplaphil/bug/strip_pageinfo
[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         * [Accesskey reference](help/Accesskeys)
13         * [Events](help/events)
14 * You and other users
15         * [Connectors](help/Connectors)
16         * [Making Friends](help/Making-Friends)
17         * [Groups and Privacy](help/Groups-and-Privacy)
18         * [Tags and Mentions](help/Tags-and-Mentions)
19         * [Community Forums](help/Forums)
20         * [Chats](help/Chats)
21 * Further information
22         * [Move your account](help/Move-Account)
23         * [Export / Import of followed Contacts](help/Export-Import-Contacts)
24         * [Delete your account](help/Remove-Account)
25         * [Frequently asked questions (FAQ)](help/FAQ)
26
27 **Admin Manual**
28
29 * [Install](help/Install)
30 * [Update](help/Update)
31 * [Settings & Admin Panel](help/Settings)
32 * [Installing Connectors (Twitter/GNU Social)](help/Installing-Connectors)
33 * [Install an ejabberd server (XMPP chat) with synchronized credentials](help/install-ejabberd)
34 * [Using SSL with Friendica](help/SSL)
35 * [Config values that can only be set in config/local.config.php](help/Config)
36 * [Improve Performance](help/Improve-Performance)
37 * [Migrate](help/Migrate)
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: [@helpers@forum.friendi.ca](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 freenode.net](https://webchat.freenode.net/?settings=#friendica)
73   * Matrix: [#friendi.ca](https://matrix.to/#/#friendi.ca:matrix.org) or [#friendica-en](https://matrix.to/#/#friendica-en:matrix.org) at matrix.org
74
75 **About**
76
77 * [Site/Version Info](friendica)
78 * [Friendica Credits](credits)