]> git.mxchange.org Git - friendica.git/blob - doc/Home.md
Update .gitignore for new php-cs-fixer filename
[friendica.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         * [Circles and Privacy](help/Circles-and-Privacy)
18         * [Tags and Mentions](help/Tags-and-Mentions)
19         * [Community Groups](help/Groups)
20         * [Channels](help/Channels)
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 * [Admin FAQ](help/FAQ-admin)
41
42 **Developer Manual**
43
44 * [Get started](help/Developers-Intro)
45 * Set up development environment
46         * [Help on GitHub](help/GitHub)
47         * [Help on Vagrant](help/Vagrant)
48         * [Bugs and Issues](help/Bugs-and-Issues)
49 * Code structure
50     * [Domain-Driven-Design](help/Developer-Domain-Driven-Design)
51         * [Addon Development](help/Addons)
52         * [Theme Development](help/themes)
53         * [Smarty 3 Templates](help/smarty3-templates)
54         * [Storage backend addon](help/AddonStorageBackend)
55 * How To
56         * [Translate Friendica](help/translations)
57         * [Use Composer](help/Composer)
58         * [Move classes to `src`](help/Developer-How-To-Move-Classes-to-src)
59         * [Run tests](help/Tests)
60 * Reference
61         * [API endpoints](help/api)
62         * [Code (Doxygen generated - sets cookies)](doc/html/)
63         * [Protocol Documentation](help/Protocol)
64         * [Database schema documentation](help/database)
65         * [Class Autoloading](help/autoloader)
66
67 **External Resources**
68
69 * [Main Website](https://friendi.ca)
70 * Ways to get Support
71   * Friendica Support Group: [@helpers@forum.friendi.ca](https://forum.friendi.ca/~helpers)
72   * [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``
73   * Community chat rooms (the IRC, Matrix and XMPP rooms are bridged) these public chats are logged [from IRC](https://gnusociarg.nsupdate.info/2021/%23friendica/) and [Matrix](https://view.matrix.org/alias/%23friendi.ca:matrix.org/)
74     * XMPP/Jabber MUC: support(at)forum.friendi.ca
75     * IRC: #friendica at [libera.chat](https://web.libera.chat/?channels=#friendica)
76     * Matrix: [#friendi.ca](https://matrix.to/#/#friendi.ca:matrix.org) or [#friendica-en](https://matrix.to/#/#friendica-en:matrix.org) at matrix.org
77
78 **About**
79
80 * [Site/Version Info](friendica)
81 * [Friendica Credits](credits)