X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FFAQ.md;h=140718178536dd3a25a10e32f6d1e704c1064fa7;hb=0a447cb61ba8ecb0e182dde6e0bb15297990db6a;hp=1b84b5cd800ba9a89f26d8cd8b8b86f9ca0dcc0f;hpb=71ec84f6dc83f753fe80170cfdfd32d202850d90;p=friendica.git diff --git a/doc/FAQ.md b/doc/FAQ.md index 1b84b5cd80..1407181785 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -8,6 +8,7 @@ User * **[Why do I getting warnings about certificates?](help/FAQ#ssl)** * **[How can I upload images, files, links, videos and sound files to posts?](help/FAQ#upload)** * **[Is it possible to have different avatars per profile?](help/FAQ#avatars)** +* **[How can I view Friendica in a certain language?](help/FAQ#language)** * **[What is the difference between blocked|ignored|archived|hidden contacts?](help/FAQ#contacts)** * **[What happens when an account is removed? Is it truly deleted?](help/FAQ#removed)** * **[Can I subscribe to a hashtag?](help/FAQ#hashtag)** @@ -64,7 +65,7 @@ However, instead of a direct upload you have to use one of the following methods Friendica uses HTML5 for embedding content. Therefore, the supported files are dependent on your browser and operating system. -Some supported filetypes are WebM, MP4, MP3 and OGG. +Some supported file types 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)). @@ -75,6 +76,33 @@ On your Edit/Manage Profiles page, you will find a "change profile photo" link. Clicking this will take you to a page where you can upload a photograph and select which profile it will be associated with. To avoid privacy leakage, we only display the photograph associated with your default profile as the avatar in your posts. + +### How can I view Friendica in a certain language? + +You can do this by adding the `lang` parameter to the url in your url bar. +The data in the parameter is a [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) code. +A question mark is required for the separation between url and parameters. + +Example: + + https://social.example.com/profile/example + +in German: + + https://social.example.com/profile/example?lang=de. + +If the question mark is already in the url you need to do it using a ampersand. + +Example: + + https://social.example.com/profile/example?tab=profile + +in German: + + https://social.example.com/profile/example?tab=profile&lang=de. + +When a certain language is forced, the language remains until session is closed. + ### What is the difference between blocked|ignored|archived|hidden contacts? @@ -140,11 +168,13 @@ Example: Friendica Support ### 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 platform as long as you can change the API path in its settings. Here is a list of known working clients: * Android - * [Friendiqa](https://github.com/lubuwest/friendiqa) (available in Google Playstore or from a binary repository you can add to [F-Droid](https://freunde.ma-nic.de/display/3e98eba8185a13c5bdbf3d1539646854)) + * [Friendiqa](https://git.friendi.ca/lubuwest/Friendiqa) (available in Google Playstore or from a binary repository you can add to [F-Droid](https://freunde.ma-nic.de/display/3e98eba8185a13c5bdbf3d1539646854)) + * [Fedilab](https://gitlab.com/tom79/mastalab) (available in F-Droid and Google stores) + * [DiCa](https://dica.mixi.cool/) * AndStatus * Twidere * Mustard and Mustard-Mod @@ -187,7 +217,7 @@ No, this function is no longer supported as of Friendica 3.3 onwards. ### 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 repository [here](https://github.com/friendica/friendica). There you will always find the current stable version of friendica. Addons are listed at [this page](https://github.com/friendica/friendica-addons). @@ -197,14 +227,14 @@ If you are searching for new themes, you can find them at [Friendica-Themes.com] ### I've changed my email address now the admin panel is gone? -Have a look into your config/local.ini.php and fix your email address there. +Have a look into your config/local.config.php and fix your email address there. ### Can there be more then one admin for a node? Yes. You just have to list more then one email address in the -config/local.ini.php file. +config/local.config.php file. The listed emails need to be separated by a comma.