Merge pull request #10165 from nupplaphil/bug/strip_pageinfo
[friendica.git/.git] / doc / FAQ.md
1 Frequently Asked Questions - FAQ
2 ==============
3
4 * [Home](help)
5
6 User
7
8 * **[Where I can find help?](help/FAQ#help)**
9 * **[Why do I getting warnings about certificates?](help/FAQ#ssl)**
10 * **[How can I upload images, files, links, videos and sound files to posts?](help/FAQ#upload)**
11 * **[Is it possible to have different avatars per profile?](help/FAQ#avatars)**
12 * **[How can I view Friendica in a certain language?](help/FAQ#language)**
13 * **[How do blocked, ignored, archived and hidden contacts behave?](help/FAQ#contacts)**
14 * **[What happens when an account is removed? Is it truly deleted?](help/FAQ#removed)**
15 * **[Can I subscribe to a hashtag?](help/FAQ#hashtag)**
16 * **[How to create a RSS feed of the stream?](help/FAQ#rss)**
17 * **[What friendica clients can I use?](help/FAQ#clients)**
18
19 Admins
20
21 * **[Can I configure multiple domains with the same code instance?](help/FAQ#multiple)**
22 * **[Where can I find the source code of friendica, addons and themes?](help/FAQ#sources)**
23 * **[I've changed the my email address now the admin panel is gone?](help/FAQ#adminaccount1)**
24 * **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)**
25 * **[The Database structure seems not to be updated. What can I do?](help/FAQ#dbupdate)**
26
27 User
28 --------
29 <a name="help"></a>
30
31 ### Where I can find help?
32
33 If this FAQ does not answer your question you can always reach out to the community via the following options:
34
35   * Friendica Support Forum: [@helpers@forum.friendi.ca](https://forum.friendi.ca/~helpers)
36   * XMPP: support(at)forum.friendi.ca
37   * IRC: [#friendica at freenode.net](https://webchat.freenode.net/?settings=#friendica)
38   * Matrix: [#friendica-en:matrix.org](https://matrix.to/#/#friendica-en:matrix.org) or [#friendi.ca:matrix.org](https://matrix.to/#/#friendi.ca:matrix.org)
39   * [Mailing List](http://mailman.friendi.ca/mailman/listinfo/support-friendi.ca)
40   <!--- * [XMPP](xmpp:support@forum.friendi.ca?join)
41         https://github.com/github/markup/issues/202
42         https://github.com/gjtorikian/html-pipeline/pull/307
43         https://github.com/github/opensource.guide/pull/807
44   --->
45
46 <a name="ssl"></a>
47 ### Why do I get warnings about SSL certificates?
48
49 SSL (Secure Socket Layer) is a technology to encrypt data transfer between computers.
50 Sometimes your browser warns you about a missing or invalid certificate.
51 These warnings can have three reasons:
52
53 1. The server you are connected to doesn't offer SSL encryption.
54 2. The server has a self-signed certificate (not recommended).
55 3. The certificate is expired.
56
57 We recommend to talk to the admin(s) of the affected friendica server. (Admins, please see the respective section of the [admin manual](help/SSL).)
58
59 <a name="upload"></a>
60 ### How can I upload images, files, links, videos and sound files to posts?
61
62 You can upload images from your computer using the [editor](help/Text_editor).
63 An overview of all uploaded images is listed at *yourpage.com/photos/profilename*.
64 On that page, you can also upload images directly and choose if your contacts will receive a message about this upload.
65
66 Generally, you can attach any kind of file to a post.
67 This is possible by using the "paper-clip"-symbol in the editor.
68 These files will be linked to your post and can be downloaded by your contacts.
69 But it's not possible to get a preview for these items.
70 Because of this, this upload method is only recommended for office or zipped files.
71 If you want to share content from Dropbox, Owncloud or any other [filehoster](http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services), use the "link"-button (chain-symbol).
72
73 When you're adding URLs of other webpages with the "link"-button, Friendica tries to create a small preview.
74 If this doesn't work, try to add the link by typing: [url=http://example.com]*self-chosen name*[/url].
75
76 You can also add video and audio files to posts.
77 However, instead of a direct upload you have to use one of the following methods:
78
79 1. Add the video or audio link of a hoster (Youtube, Vimeo, Soundcloud and anyone else with oembed/opengraph-support). Videos will be shown with a preview image you can click on to start. SoundCloud directly inserts a player to your post.
80
81 2. If you have your own server, you can upload multimedia files via FTP and insert the URL.
82
83 Friendica uses HTML5 for embedding content.
84 Therefore, the supported files are dependent on your browser and operating system.
85 Some supported file types are WebM, MP4, MP3 and OGG.
86 See Wikipedia for more of them ([video](http://en.wikipedia.org/wiki/HTML5_video), [audio](http://en.wikipedia.org/wiki/HTML5_audio)).
87
88 <a name="avatars"></a>
89 ### Is it possible to have different avatars per profile?
90
91 Yes.
92 On your Edit/Manage Profiles page, you will find a "change profile photo" link.
93 Clicking this will take you to a page where you can upload a photograph and select which profile it will be associated with.
94 To avoid privacy leakage, we only display the photograph associated with your default profile as the avatar in your posts.
95
96 <a name="language"></a>
97 ### How can I view Friendica in a certain language?
98
99 You can do this by adding the `lang` parameter to the url in your url bar.
100 The data in the parameter is a [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) code.
101 A question mark is required for the separation between url and parameters.
102
103 Example:
104
105     https://social.example.com/profile/example 
106
107 in German:
108
109     https://social.example.com/profile/example?lang=de.
110
111 When a certain language is forced, the language remains until session is closed.
112
113 <a name="contacts"></a>
114 ### How do blocked, ignored, archived and hidden contacts behave?
115
116 ##### Blocked
117
118 Direct communication will be blocked.
119 Blocked contacts are not included in delivery, and their own posts to you are not imported.
120 However their conversations with your friends will still be visible in your stream.
121 If you remove a contact completely, they can send you another friend request.
122 Blocked contacts cannot do this. They cannot communicate with you directly, only through friends.
123
124 ##### Ignored
125
126 Ignored contacts are included in delivery and will receive your posts and private messages.
127 However we do not import their posts or private messages to you.
128 Like blocking you will still see this person's comments to posts made by your friends.
129
130 An addon called "blockem" can be installed to collapse/hide all posts from a particular person in your stream if you desire complete blocking of an individual, including their conversations with your other friends.
131
132 ##### Archived
133
134 Communication is not possible and will not be attempted.
135 However unlike blocking, existing posts this person made before being archived will be visible in your stream.
136
137 ##### Hidden
138
139 Contact not be displayed in your public friend list.
140 However a hidden contact will appear normally in conversations and this may expose their hidden status to anybody who can see the conversation.
141
142 <a name="removed"></a>
143 ### What happens when an account is removed?
144
145 If you remove your account, it will be scheduled for permanent deletion in *seven days*. 
146 As soon as you activate the deletion process you won't be able to login any more. 
147 Only the administrator of your node can halt this process prior to permanent deletion.
148
149 After the elapsed time of seven days, all your posts, messages, photos, and personal information stored on your node will be deleted. 
150 Your node will also issue removal requests to all your contacts; this will also remove your profile from the global directory if you are listed. 
151 Your username cannot be reissued for future sign-ups for security reasons.
152
153 <a name="hashtag"></a>
154 ### Can I follow a hashtag?
155
156 Yes. Simply add the hash tag to your saved searches.
157 The posts will appear on your network page.
158 For technical reasons, your answers to such posts won't appear on the "personal" tab in the network page and the whole thread isn't accessible via the API.
159
160 <a name="rss"></a>
161 ### How to create a RSS feed of the stream?
162
163 If you want to share your public page via rss you can use one of the following links:
164
165 #### RSS feed of your posts
166
167         basic-url.com//feed/[nickname]/posts
168
169 Example: Friendica Support
170
171         https://forum.friendi.ca/feed/helpers/posts
172
173 #### RSS feed of the conversations at your site
174
175         basic-url.com/feed/profilename/comments
176
177 Example: Friendica Support
178
179         https://forum.friendi.ca/feed/helpers/comments
180
181 <a name="clients"></a>
182 ### What friendica clients can I use?
183
184 Friendica is using a [Twitter/GNU Social compatible API](help/api), which means you can use any Twitter/GNU Social client for your platform as long as you can change the API path in its settings.
185 Here is a list of known working clients:
186
187 * Android
188   * [Friendiqa](https://git.friendi.ca/lubuwest/Friendiqa) ([F-Droid](https://git.friendi.ca/lubuwest/Friendiqa#install), [Google Play](https://play.google.com/store/apps/details?id=org.qtproject.friendiqa))
189   * [Fedilab](https://fedilab.app) ([F-Droid](https://f-droid.org/app/fr.gouv.etalab.mastodon), [Google Play](https://play.google.com/store/apps/details?id=app.fedilab.android))
190   * [AndStatus](http://andstatus.org) ([F-Droid](https://f-droid.org/repository/browse/?fdid=org.andstatus.app), [Google Play](https://play.google.com/store/apps/details?id=org.andstatus.app))
191   * [Twidere](https://dimension.im/) ([F-Droid](https://f-droid.org/repository/browse/?fdid=org.mariotaku.twidere), [Google Play](https://play.google.com/store/apps/details?id=com.twidere.twiderex), [GitHub](https://github.com/TwidereProject/Twidere-Android))
192 * SailfishOS
193   * [Friendly](https://openrepos.net/content/fabrixxm/friendly#comment-form)
194 * Linux
195   * [Choqok](https://choqok.kde.org)
196 * Windows
197   * [Friendica Mobile](https://www.microsoft.com/de-DE/store/p/friendica-mobile/9nblggh0fhmn?rtc=1) (Windows 10)
198
199 Depending on the features of the client you might encounter some glitches in usability, like being limited in the length of your postings to 140 characters and having no access to the [permission settings](help/Groups-and-Privacy).
200
201 Admin
202 --------
203
204 <a name="multiple"></a>
205 ### Can I configure multiple domains with the same code instance?
206
207 No, this function is no longer supported as of Friendica 3.3 onwards.
208
209 <a name="sources"></a>
210 ### Where can I find the source code of friendica, addons and themes?
211
212 You can find the main repository [here](https://github.com/friendica/friendica).
213 There you will always find the current stable version of friendica.
214
215 Addons are listed at [this page](https://github.com/friendica/friendica-addons).
216
217 If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/)
218
219 <a name="adminaccount1"></a>
220 ### I've changed my email address now the admin panel is gone?
221
222 Have a look into your <tt>config/local.config.php</tt> and fix your email address there.
223
224 <a name="adminaccount2"></a>
225 ### Can there be more then one admin for a node?
226
227 Yes.
228 You just have to list more then one email address in the
229 <tt>config/local.config.php</tt> file.
230 The listed emails need to be separated by a comma.
231
232 <a name="dbupdate">
233 ### The Database structure seems not to be updated. What can I do?
234
235 Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*.
236 This will start a background process to check if the structure is up to the current definition.
237
238 You can manually execute the structure update from the CLI in the base directory of your Friendica installation by running the following command:
239
240     bin/console dbstructure update
241
242 if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers).