updated Feed section in the FAQ

This commit is contained in:
Tobias Diekershoff 2018-01-10 08:47:30 +01:00
parent c8928c4dad
commit cef6e24da8
2 changed files with 21 additions and 30 deletions

View File

@ -25,9 +25,7 @@ Admins
User User
-------- --------
*****
<a name="ssl"></a> <a name="ssl"></a>
### Why do I get warnings about SSL certificates? ### Why do I get warnings about SSL certificates?
SSL (Secure Socket Layer) is a technology to encrypt data transfer between computers. SSL (Secure Socket Layer) is a technology to encrypt data transfer between computers.
@ -41,7 +39,6 @@ These warnings can have three reasons:
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).) 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).)
<a name="upload"></a> <a name="upload"></a>
### How can I upload images, files, links, videos and sound files to posts? ### How can I upload images, files, links, videos and sound files to posts?
You can upload images from your computer using the [editor](help/Text_editor). You can upload images from your computer using the [editor](help/Text_editor).
@ -71,7 +68,6 @@ Some supported filetypes are WebM, MP4, MP3 and OGG.
See Wikipedia for more of them ([video](http://en.wikipedia.org/wiki/HTML5_video), [audio](http://en.wikipedia.org/wiki/HTML5_audio)). See Wikipedia for more of them ([video](http://en.wikipedia.org/wiki/HTML5_video), [audio](http://en.wikipedia.org/wiki/HTML5_audio)).
<a name="avatars"></a> <a name="avatars"></a>
### Is it possible to have different avatars per profile? ### Is it possible to have different avatars per profile?
Yes. On your Edit/Manage Profiles page, you will find a "change profile photo" link. Yes. On your Edit/Manage Profiles page, you will find a "change profile photo" link.
@ -79,7 +75,6 @@ Clicking this will take you to a page where you can upload a photograph and sele
To avoid privacy leakage, we only display the photograph associated with your default profile as the avatar in your posts. To avoid privacy leakage, we only display the photograph associated with your default profile as the avatar in your posts.
<a name="contacts"></a> <a name="contacts"></a>
### What is the difference between blocked|ignored|archived|hidden contacts? ### What is the difference between blocked|ignored|archived|hidden contacts?
We prevent direct communication with **blocked contacts**. We prevent direct communication with **blocked contacts**.
@ -102,7 +97,6 @@ A **hidden contact** will not be displayed in any "friend list" (except to you).
However a hidden contact will appear normally in conversations and this may expose his/her hidden status to anybody who can see the conversation. However a hidden contact will appear normally in conversations and this may expose his/her hidden status to anybody who can see the conversation.
<a name="removed"></a> <a name="removed"></a>
### What happens when an account is removed? Is it truly deleted? ### What happens when an account is removed? Is it truly deleted?
If you delete your account, we will immediately remove all your content on **your** server. If you delete your account, we will immediately remove all your content on **your** server.
@ -115,7 +109,6 @@ We can block it in several ways so that it appears empty and all profile informa
After that, your account is deleted. After that, your account is deleted.
<a name="hashtag"></a> <a name="hashtag"></a>
### Can I follow a hashtag? ### Can I follow a hashtag?
No. The act of 'following' a hashtags is an interesting technology, but presents a few issues. No. The act of 'following' a hashtags is an interesting technology, but presents a few issues.
@ -129,29 +122,27 @@ No. The act of 'following' a hashtags is an interesting technology, but presents
Instead, we offer other mechanisms for wide-area conversations while retaining a 'level playing ground' for both large and small sites, such as forums and community pages and shared tags. Instead, we offer other mechanisms for wide-area conversations while retaining a 'level playing ground' for both large and small sites, such as forums and community pages and shared tags.
<a name="rss"></a> <a name="rss"></a>
### How to create a RSS feed of the stream? ### How to create a RSS feed of the stream?
If you want to share your public page via rss you can use one of the following links: If you want to share your public page via rss you can use one of the following links:
RSS feed of your posts #### RSS feed of your posts
basic-url.com/**dfrn_poll/profilename basic-url.com//feed/[nickname]/posts
Example: Friendica Support Example: Friendica Support
https://forum.friendi.ca/dfrn_poll/helpers https://forum.friendi.ca/feed/helpers/posts
RSS feed of the conversations at your site #### RSS feed of the conversations at your site
basic-url.com/dfrn_poll/profilename/converse basic-url.com/feed/profilename/comments
Example: Friendica Support Example: Friendica Support
https://forum.friendi.ca/dfrn_poll/helpers/converse https://forum.friendi.ca/feed/helpers/comments
<a name="clients"></a> <a name="clients"></a>
### Are there any clients for friendica I can use? ### Are there any clients for friendica I can use?
Friendica is using a [Twitter/GNU Social compatible API](help/api), which means you can use any Twitter/GNU Social client for your plattform as long as you can change the API path in its settings. Friendica is using a [Twitter/GNU Social compatible API](help/api), which means you can use any Twitter/GNU Social client for your plattform as long as you can change the API path in its settings.
@ -187,15 +178,13 @@ If you are a theme developer, you will find help at this forum: [Friendica Theme
Admin Admin
-------- --------
*****
<a name="multiple"></a>
<a name="multiple"></a>
### Can I configure multiple domains with the same code instance? ### Can I configure multiple domains with the same code instance?
No, this function is no longer supported as of Friendica 3.3 onwards. No, this function is no longer supported as of Friendica 3.3 onwards.
<a name="sources"></a> <a name="sources"></a>
### Where can I find the source code of friendica, addons and themes? ### Where can I find the source code of friendica, addons and themes?
You can find the main respository [here](https://github.com/friendica/friendica). You can find the main respository [here](https://github.com/friendica/friendica).

View File

@ -25,7 +25,6 @@ Admins
Nutzer Nutzer
-------- --------
****
<a name="ssl"></a> <a name="ssl"></a>
### Warum erhalte ich Warnungen über fehlende Zertifikate? ### Warum erhalte ich Warnungen über fehlende Zertifikate?
@ -142,21 +141,25 @@ Hierzu gehören Foren, Gruppen und geteilte tags.
Wenn Du die Beiträge Deines Accounts mit RSS teilen willst, dann kannst Du einen der folgenden Links nutzen: Wenn Du die Beiträge Deines Accounts mit RSS teilen willst, dann kannst Du einen der folgenden Links nutzen:
RSS-Feed Deiner Beiträge #### RSS-Feed Deiner Beiträge
deineSeite.de/**dfrn_poll/profilname deineSeite.de/feed/[profilname]/posts
Beispiel: Friendica Support Beispiel: Friendica Support
https://forum.friendi.ca/dfrn_poll/helpers https://forum.friendi.ca/feed/helpers/posts
RSS-Feed aller Unterhaltungen auf Deiner Seite #### RSS-Feed all deiner Beiträge und Antworten
deineSeite.de/dfrn_poll/profilname/converse deineSeite.de/dfrn_poll/feed/[profilname]/comments
Beispiel: Friendica Support Beispiel: Friendica Support
https://forum.friendi.ca/dfrn_poll/helpers/converse https://forum.friendi.ca/feeds/helpers/comments
#### RSS-Feed all deiner Aktivitäten
deineSeite.de/feed/[profilname]/
<a name="clients"> <a name="clients">
### Gibt es Clients für Friendica? ### Gibt es Clients für Friendica?
@ -193,7 +196,6 @@ Wenn Du ein Theme-Entwickler bist, wirst Du in diesem Forum Hilfe finden: [Frien
Admin Admin
-------- --------
****
<a name="multiple"></a> <a name="multiple"></a>
### Kann ich mehrere Domains mit den selben Dateien aufsetzen? ### Kann ich mehrere Domains mit den selben Dateien aufsetzen?