From a99ad74a3b08893c6a945d4d8e277877355c0919 Mon Sep 17 00:00:00 2001 From: foss- Date: Mon, 15 Nov 2021 14:38:42 +0100 Subject: [PATCH 1/4] split admin FAQs - user section FAQ now is what it claims to be (user FAQs) - new file for admin FAQ created (FAQ admin.md --- doc/FAQ-admin.md | 50 ++++++++++++++++++++++++++++++++++++++++++ doc/FAQ.md | 56 +----------------------------------------------- 2 files changed, 51 insertions(+), 55 deletions(-) create mode 100644 doc/FAQ-admin.md diff --git a/doc/FAQ-admin.md b/doc/FAQ-admin.md new file mode 100644 index 0000000000..1198138783 --- /dev/null +++ b/doc/FAQ-admin.md @@ -0,0 +1,50 @@ +Frequently Asked Questions (Admin) - FAQ +============== + +* [Home](help) + +* **[Can I configure multiple domains with the same code instance?](help/FAQ#multiple)** +* **[Where can I find the source code of friendica, addons and themes?](help/FAQ#sources)** +* **[I've changed the my email address now the admin panel is gone?](help/FAQ#adminaccount1)** +* **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)** +* **[The Database structure seems not to be updated. What can I do?](help/FAQ#dbupdate)** + + +### Can I configure multiple domains with the same code instance? + +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 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). + +If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/) + + +### I've changed my email address now the admin panel is gone? + +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.config.php file. +The listed emails need to be separated by a comma. + + +### The Database structure seems not to be updated. What can I do? + +Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*. +This will start a background process to check if the structure is up to the current definition. + +You can manually execute the structure update from the CLI in the base directory of your Friendica installation by running the following command: + + bin/console dbstructure update + +if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers). diff --git a/doc/FAQ.md b/doc/FAQ.md index dd053eba05..9cca7477c4 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -3,8 +3,6 @@ Frequently Asked Questions - FAQ * [Home](help) -User - * **[Where I can find help?](help/FAQ#help)** * **[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)** @@ -16,16 +14,7 @@ User * **[How to create a RSS feed of the stream?](help/FAQ#rss)** * **[What friendica clients can I use?](help/FAQ#clients)** -Admins -* **[Can I configure multiple domains with the same code instance?](help/FAQ#multiple)** -* **[Where can I find the source code of friendica, addons and themes?](help/FAQ#sources)** -* **[I've changed the my email address now the admin panel is gone?](help/FAQ#adminaccount1)** -* **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)** -* **[The Database structure seems not to be updated. What can I do?](help/FAQ#dbupdate)** - -User --------- ### Where I can find help? @@ -240,47 +229,4 @@ Depending on the features of the client you might encounter some glitches in usa #### Web Frontend - [Halcyon](https://www.halcyon.social/) -- [Pinafore](https://github.com/nolanlawson/pinafore) - -Admin --------- - - -### Can I configure multiple domains with the same code instance? - -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 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). - -If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/) - - -### I've changed my email address now the admin panel is gone? - -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.config.php file. -The listed emails need to be separated by a comma. - - -### The Database structure seems not to be updated. What can I do? - -Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*. -This will start a background process to check if the structure is up to the current definition. - -You can manually execute the structure update from the CLI in the base directory of your Friendica installation by running the following command: - - bin/console dbstructure update - -if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers). +- [Pinafore](https://github.com/nolanlawson/pinafore) \ No newline at end of file From b02044f4977a478d7590f5767af7b74b014c4127 Mon Sep 17 00:00:00 2001 From: foss- Date: Mon, 15 Nov 2021 16:52:34 +0100 Subject: [PATCH 2/4] also split de FAQ and unify structure --- doc/FAQ-admin.md | 3 ++- doc/de/FAQ-admin.md | 55 ++++++++++++++++++++++++++++++++++++++++ doc/de/FAQ.md | 61 +-------------------------------------------- 3 files changed, 58 insertions(+), 61 deletions(-) create mode 100644 doc/de/FAQ-admin.md diff --git a/doc/FAQ-admin.md b/doc/FAQ-admin.md index 1198138783..33fdbd75da 100644 --- a/doc/FAQ-admin.md +++ b/doc/FAQ-admin.md @@ -9,6 +9,7 @@ Frequently Asked Questions (Admin) - FAQ * **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)** * **[The Database structure seems not to be updated. What can I do?](help/FAQ#dbupdate)** + ### Can I configure multiple domains with the same code instance? @@ -47,4 +48,4 @@ You can manually execute the structure update from the CLI in the base directory bin/console dbstructure update -if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers). +if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers). \ No newline at end of file diff --git a/doc/de/FAQ-admin.md b/doc/de/FAQ-admin.md new file mode 100644 index 0000000000..5b400e172e --- /dev/null +++ b/doc/de/FAQ-admin.md @@ -0,0 +1,55 @@ +Häufig gestellte Fragen (Admin) - FAQ +============== + +* [Zur Startseite der Hilfe](help) + +* **[Kann ich mehrere Domains mit den selben Dateien aufsetzen?](help/FAQ#multiple)** +* **[Wo kann ich den Quellcode von Friendica, Addons und Themes finden?](help/FAQ#sources)** +* **[Ich habe meine E-Mail Adresse geändern und jetzt ist das Admin Panel verschwunden?](help/FAQ#adminaccount1)** +* **[Kann es mehr als einen Admin auf einer Friendica Instanz geben?](help/FAQ#adminaccount2)** +* **[Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun?](help/FAQ#dbupdate)** + + + +### Kann ich mehrere Domains mit den selben Dateien aufsetzen? + +Ja, das ist möglich. +Es ist allerdings nicht möglich, eine Datenbank durch zwei Domains zu nutzen. +Solange Du Deine config/local.config.php allerdings so einrichtest, dass das System nicht versucht, eine Installation durchzuführen, kannst Du die richtige Config-Datei in include/$hostname/config/local.config.php hinterlegen. +Alle Cache-Aspekte und der Zugriffsschutz können pro Instanz konfiguriert werden. + + +### Wo kann ich den Quellcode von Friendica, Addons und Themes finden? + +Du kannst den Friendica-Quellcode [hier](https://github.com/friendica/friendica) finden. +Dort findest Du immer die aktuellste stabile Version von Friendica. +Der Quellcode von Friendica Red ist [hier](https://github.com/friendica/red) zu finden. + +Addons findest Du auf [dieser Seite](https://github.com/friendica/friendica-addons). + +Wenn Du neue Themen suchst, findest Du sie auf [Friendica-Themes.com](http://friendica-themes.com/). + + +### Ich habe meine E-Mail Adresse geändern und jetzt ist das Admin Panel verschwunden? + +Bitte aktualisiere deine E-Mail Adresse in der config/local.config.php Datei. + + +### Kann es mehr als einen Admin auf einer Friendica Instanz geben? + +Ja. +Du kannst in der config/local.config.php Datei mehrere E-Mail Adressen auflisten. +Die aufgelisteten Adressen werden mit Kommata von einander getrennt. + + +### Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun? + +Rufe bitte im Admin Panel den Punkt [DB Updates](/admin/dbsync/) auf und folge dem Link *Datenbank Struktur überprüfen*. +Damit wird ein Hintergrundprozess gestartet der die Struktur deiner Datenbank überprüft und gegebenenfalls aktualisiert. + +Du kannst das Struktur Updatee auch manuell auf der Kommandoeingabe ausführen. +Starte dazu bitte vom Grundverzeichnis deiner Friendica Instanz folgendes Kommand: + + bin/console dbstructure update + +sollten bei der Ausführung Fehler auftreten, kontaktiere bitte das [Support Forum](https://forum.friendi.ca/profile/helpers). \ No newline at end of file diff --git a/doc/de/FAQ.md b/doc/de/FAQ.md index 0e5b7b39a2..35d60e0f0d 100644 --- a/doc/de/FAQ.md +++ b/doc/de/FAQ.md @@ -3,8 +3,6 @@ Häufig gestellte Fragen - FAQ * [Zur Startseite der Hilfe](help) -Nutzer - * **[Wo finde ich Hilfe?](help/FAQ#help)** * **[Warum erhalte ich Warnungen über fehlende Zertifikate?](help/FAQ#ssl)** * **[Wie kann ich Bilder, Dateien, Links, Video und Audio in Beiträge einfügen?](help/FAQ#upload)** @@ -16,16 +14,6 @@ Nutzer * **[Wie kann ich einen RSS-Feed meiner Netzwerkseite (Stream) erstellen?](help/FAQ#rss)** * **[Gibt es Clients für Friendica?](help/FAQ#clients)** -Admins - -* **[Kann ich mehrere Domains mit den selben Dateien aufsetzen?](help/FAQ#multiple)** -* **[Wo kann ich den Quellcode von Friendica, Addons und Themes finden?](help/FAQ#sources)** -* **[Ich habe meine E-Mail Adresse geändern und jetzt ist das Admin Panel verschwunden?](help/FAQ#adminaccount1)** -* **[Kann es mehr als einen Admin auf einer Friendica Instanz geben?](help/FAQ#adminaccount2)** -* **[Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun?](help/FAQ#dbupdate)** - -Nutzer --------- ### Wo finde ich Hilfe? @@ -250,51 +238,4 @@ Hier ist eine Liste von Clients, die speziell für Friendica entwickelt werden o #### Web - [Halcyon](https://www.halcyon.social/) -- [Pinafore](https://github.com/nolanlawson/pinafore) - -Admin --------- - - -### Kann ich mehrere Domains mit den selben Dateien aufsetzen? - -Ja, das ist möglich. -Es ist allerdings nicht möglich, eine Datenbank durch zwei Domains zu nutzen. -Solange Du Deine config/local.config.php allerdings so einrichtest, dass das System nicht versucht, eine Installation durchzuführen, kannst Du die richtige Config-Datei in include/$hostname/config/local.config.php hinterlegen. -Alle Cache-Aspekte und der Zugriffsschutz können pro Instanz konfiguriert werden. - - -### Wo kann ich den Quellcode von Friendica, Addons und Themes finden? - -Du kannst den Friendica-Quellcode [hier](https://github.com/friendica/friendica) finden. -Dort findest Du immer die aktuellste stabile Version von Friendica. -Der Quellcode von Friendica Red ist [hier](https://github.com/friendica/red) zu finden. - -Addons findest Du auf [dieser Seite](https://github.com/friendica/friendica-addons). - -Wenn Du neue Themen suchst, findest Du sie auf [Friendica-Themes.com](http://friendica-themes.com/). - - -### Ich habe meine E-Mail Adresse geändern und jetzt ist das Admin Panel verschwunden? - -Bitte aktualisiere deine E-Mail Adresse in der config/local.config.php Datei. - - -### Kann es mehr als einen Admin auf einer Friendica Instanz geben? - -Ja. -Du kannst in der config/local.config.php Datei mehrere E-Mail Adressen auflisten. -Die aufgelisteten Adressen werden mit Kommata von einander getrennt. - - -### Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun? - -Rufe bitte im Admin Panel den Punkt [DB Updates](/admin/dbsync/) auf und folge dem Link *Datenbank Struktur überprüfen*. -Damit wird ein Hintergrundprozess gestartet der die Struktur deiner Datenbank überprüft und gegebenenfalls aktualisiert. - -Du kannst das Struktur Updatee auch manuell auf der Kommandoeingabe ausführen. -Starte dazu bitte vom Grundverzeichnis deiner Friendica Instanz folgendes Kommand: - - bin/console dbstructure update - -sollten bei der Ausführung Fehler auftreten, kontaktiere bitte das [Support Forum](https://forum.friendi.ca/profile/helpers). +- [Pinafore](https://github.com/nolanlawson/pinafore) \ No newline at end of file From 55147a6b44164f28b64a876a48140a7cd821802f Mon Sep 17 00:00:00 2001 From: foss- Date: Mon, 15 Nov 2021 17:09:40 +0100 Subject: [PATCH 3/4] linking new Admin FAQ in home --- doc/Home.md | 1 + doc/de/Home.md | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/Home.md b/doc/Home.md index 37286dfebe..ab040ae2c9 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -36,6 +36,7 @@ Friendica Documentation and Resources * [Improve Performance](help/Improve-Performance) * [Migrate](help/Migrate) * [Administration Tools](help/tools) +* [Admin FAQ](help/FAQ-admin.md) **Developer Manual** diff --git a/doc/de/Home.md b/doc/de/Home.md index 8c354023d0..eacf87a7cc 100644 --- a/doc/de/Home.md +++ b/doc/de/Home.md @@ -37,6 +37,7 @@ Friendica - Dokumentation und Ressourcen * [Konfigurationswerte, die nur in der config/local.config.php gesetzt werden können](help/Config) (EN) * [Performance verbessern](help/Improve-Performance) * [Administration Werkzeuge](help/tools) (EN) +* [Admin FAQ](help/FAQ-admin.md) **Dokumentation für Entwickler** From 611e6a9c70df1976cba5f866b2884a1a7b6d7a70 Mon Sep 17 00:00:00 2001 From: foss- Date: Mon, 15 Nov 2021 17:30:50 +0100 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Hypolite Petovan --- doc/FAQ-admin.md | 10 +++++----- doc/Home.md | 2 +- doc/de/FAQ-admin.md | 10 +++++----- doc/de/Home.md | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/FAQ-admin.md b/doc/FAQ-admin.md index 33fdbd75da..9ebda71066 100644 --- a/doc/FAQ-admin.md +++ b/doc/FAQ-admin.md @@ -3,11 +3,11 @@ Frequently Asked Questions (Admin) - FAQ * [Home](help) -* **[Can I configure multiple domains with the same code instance?](help/FAQ#multiple)** -* **[Where can I find the source code of friendica, addons and themes?](help/FAQ#sources)** -* **[I've changed the my email address now the admin panel is gone?](help/FAQ#adminaccount1)** -* **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)** -* **[The Database structure seems not to be updated. What can I do?](help/FAQ#dbupdate)** +* **[Can I configure multiple domains with the same code instance?](help/FAQ-admin#multiple)** +* **[Where can I find the source code of friendica, addons and themes?](help/FAQ-admin#sources)** +* **[I've changed the my email address now the admin panel is gone?](help/FAQ-admin#adminaccount1)** +* **[Can there be more then just one admin for a node?](help/FAQ-admin#adminaccount2)** +* **[The Database structure seems not to be updated. What can I do?](help/FAQ-admin#dbupdate)** diff --git a/doc/Home.md b/doc/Home.md index ab040ae2c9..74ae151fb0 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -36,7 +36,7 @@ Friendica Documentation and Resources * [Improve Performance](help/Improve-Performance) * [Migrate](help/Migrate) * [Administration Tools](help/tools) -* [Admin FAQ](help/FAQ-admin.md) +* [Admin FAQ](help/FAQ-admin) **Developer Manual** diff --git a/doc/de/FAQ-admin.md b/doc/de/FAQ-admin.md index 5b400e172e..f9cd14929b 100644 --- a/doc/de/FAQ-admin.md +++ b/doc/de/FAQ-admin.md @@ -3,11 +3,11 @@ Häufig gestellte Fragen (Admin) - FAQ * [Zur Startseite der Hilfe](help) -* **[Kann ich mehrere Domains mit den selben Dateien aufsetzen?](help/FAQ#multiple)** -* **[Wo kann ich den Quellcode von Friendica, Addons und Themes finden?](help/FAQ#sources)** -* **[Ich habe meine E-Mail Adresse geändern und jetzt ist das Admin Panel verschwunden?](help/FAQ#adminaccount1)** -* **[Kann es mehr als einen Admin auf einer Friendica Instanz geben?](help/FAQ#adminaccount2)** -* **[Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun?](help/FAQ#dbupdate)** +* **[Kann ich mehrere Domains mit den selben Dateien aufsetzen?](help/FAQ-admin#multiple)** +* **[Wo kann ich den Quellcode von Friendica, Addons und Themes finden?](help/FAQ-admin#sources)** +* **[Ich habe meine E-Mail Adresse geändern und jetzt ist das Admin Panel verschwunden?](help/FAQ-admin#adminaccount1)** +* **[Kann es mehr als einen Admin auf einer Friendica Instanz geben?](help/FAQ-admin#adminaccount2)** +* **[Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun?](help/FAQ-admin#dbupdate)** diff --git a/doc/de/Home.md b/doc/de/Home.md index eacf87a7cc..437208bbbe 100644 --- a/doc/de/Home.md +++ b/doc/de/Home.md @@ -37,7 +37,7 @@ Friendica - Dokumentation und Ressourcen * [Konfigurationswerte, die nur in der config/local.config.php gesetzt werden können](help/Config) (EN) * [Performance verbessern](help/Improve-Performance) * [Administration Werkzeuge](help/tools) (EN) -* [Admin FAQ](help/FAQ-admin.md) +* [Admin FAQ](help/FAQ-admin) **Dokumentation für Entwickler**