diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 217a5890a..5708fa148 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.160.1 + HUGO_VERSION: 0.164.0 steps: - name: Install Hugo CLI run: | diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index e475d82c3..dd6e5fd63 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -26,7 +26,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.160.1 + HUGO_VERSION: 0.164.0 steps: - name: Install Hugo CLI run: | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30bcc30d4..49723a8ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ hugo new booking/${PLATFORM} # Replace ${PLATFORM} with the name of the booking ### Use AI for translation and quality checks -We provide commands to automatically translate and check pages. To define the commands, we use the [OpenCode AI framework](https://opencode.ai/). It's open source and can be used with different providers, models (OpenAI, Github Copilot, Anthropic), and [IDEs](https://opencode.ai/docs/ide/#installation). +We provide commands to automatically translate and check pages. To define the commands, we use the [OpenCode AI framework](https://opencode.ai/). It's open source and can be used with different providers, models (OpenAI, GitHub Copilot, Anthropic), and [IDEs](https://opencode.ai/docs/ide/#installation). #### Installation @@ -98,7 +98,7 @@ We provide commands to automatically translate and check pages. To define the co 3. Open the OpenCode CLI with `opencode` in a terminal. 4. Run `/models` to select the model you want to use. -Inside the OpenCode Terminal, you can ask any question, similarly to Github Copilot or Claude Chat. In addition, we provide helpful commands: +Inside the OpenCode Terminal, you can ask any question, similarly to GitHub Copilot or Claude Chat. In addition, we provide helpful commands: - `/translate {page}`: Update the translations and add missing translations of the page. `{page}` can be the name of an operator, a country, a booking plattform, or a path to a file. - `/check {page}`: Check the page for common mistakes and report them. `{page}` can be the name of an operator, a country, a booking plattform, or a path to a file. diff --git a/content/contribution/edit-button-desktop.de.webp b/content/contribution/edit-button-desktop.de.webp new file mode 100644 index 000000000..117eccbb3 Binary files /dev/null and b/content/contribution/edit-button-desktop.de.webp differ diff --git a/content/contribution/edit-button-desktop.en.webp b/content/contribution/edit-button-desktop.en.webp new file mode 100644 index 000000000..28e401560 Binary files /dev/null and b/content/contribution/edit-button-desktop.en.webp differ diff --git a/content/contribution/edit-button-desktop.fr.webp b/content/contribution/edit-button-desktop.fr.webp new file mode 100644 index 000000000..d7b4d9d02 Binary files /dev/null and b/content/contribution/edit-button-desktop.fr.webp differ diff --git a/content/contribution/edit-button-mobile.de.webp b/content/contribution/edit-button-mobile.de.webp new file mode 100644 index 000000000..1cd44ef7e Binary files /dev/null and b/content/contribution/edit-button-mobile.de.webp differ diff --git a/content/contribution/edit-button-mobile.en.webp b/content/contribution/edit-button-mobile.en.webp new file mode 100644 index 000000000..4cd9fb7aa Binary files /dev/null and b/content/contribution/edit-button-mobile.en.webp differ diff --git a/content/contribution/edit-button-mobile.fr.webp b/content/contribution/edit-button-mobile.fr.webp new file mode 100644 index 000000000..114f48c23 Binary files /dev/null and b/content/contribution/edit-button-mobile.fr.webp differ diff --git a/content/contribution/index.de.md b/content/contribution/index.de.md new file mode 100644 index 000000000..8cb84628c --- /dev/null +++ b/content/contribution/index.de.md @@ -0,0 +1,135 @@ +--- +draft: false +title: "Beitragen" +type: "general/generalinformation" +--- + +Der _FIP Guide_ ist ein Open-Source und Community-Projekt. Wenn du Informationen aktualisieren oder hinzufügen möchtest, kannst du dies selbständig tun. Um die Richtigkeit der Informationen sicherzustellen, werden alle Änderungen vom FIP Guide Team überprüft, bevor sie veröffentlicht werden. + +Seiten können direkt im FIP Guide über das [Content-Management-System (CMS)](https://www.fipguide.org/admin) angepasst werden. Mehr dazu im Abschnitt [Direkte Bearbeitung](#direkte-bearbeitung). Wenn du schon technisches Hintergrundwissen hast, kannst du Änderungen direkt über GitHub vornehmen, mehr dazu unter [GitHub Contribution](#github-contribution). + +## Direkte Bearbeitung + +Über das Content-Management-System (CMS) kannst du direkt die Inhalte der Seiten bearbeiten. Diese ist unter [fipguide.org/admin](https://www.fipguide.org/admin) erreichbar. + +Bitte beachte folgende Punkte bei der Bearbeitung: + +### Anmeldung + +{{% float-image + src="login.webp" + alt="FIP Guide CMS Login" + width="30%" + position="left" +%}} +Um dich im FIP Guide CMS anzumelden, benötigst du einen kostenlosen [GitHub](https://github.com/) Account. GitHub gehört zu Microsoft und ist eine Plattform zur Kollaboration in Open-Source-Projekten. Den GitHub Account kannst du einfach auf der [GitHub Website](https://github.com/) erstellen. + +Im CMS kann sich mit diesem GitHub Account angemeldet werden. Während der Anmeldung muss die Nutzung mit "Authorize" bestätigt werden. +{{% /float-image %}} + +{{% highlight important %}} +Bei der erstmaligen Anmeldung wird gefragt, ob ein sogenannter _Fork_ erstellt werden soll. Dadurch wird automatisch eine eigene Kopie der Seite erstellt. Dies ist notwendig, damit Änderungen im CMS gespeichert werden können. Bitte bestätige dies mit "Create Fork". +{{% /highlight %}} + +### Seiten öffnen + +Auf der [Startseite](https://www.fipguide.org/admin) des FIP Guide CMS kann im linken Menü die Seitenkategorie ausgewählt und anschließend in der Mitte die gewünschte Seite geöffnet oder eine neue Seite erstellt werden. + +![FIP Guide CMS Startseite](startpage.webp) + +Alternativ kann auch über den FIP Guide die zu bearbeitende Seite geöffnet werden und anschließend über das Menü "Seite bearbeiten" über das CMS modifiziert werden. + +{{% columns %}} +{{% column width="50%" %}} +![Seite bearbeiten Menü Desktop](edit-button-desktop.webp) +{{% /column %}} +{{% column width="50%" %}} +![Seite bearbeiten Menü Mobil](edit-button-mobile.webp) +{{% /column %}} +{{% /columns %}} + +### Seite bearbeiten + +{{% float-image + src="language.webp" + alt="FIP Guide CMS Sprache auswählen" + width="40%" + position="right" +%}} +In der Bearbeitungsansicht kann die entsprechende Seite aktualisiert werden. Der FIP Guide ist in verschiedenen Sprachen verfügbar. Diese können über das entsprechende Drop-Down-Menü ausgewählt werden. +{{% /float-image %}} + +{{% highlight tip %}} +Wenn du möchtest, kannst du selbstständig alle Sprachen der Seite aktualisieren. Das ist jedoch nicht unbedingt notwendig. Du kannst auch Informationen nur in einer Sprache aktualisieren. Das FIP Guide Team wird die Änderungen überprüfen und anschließend die Informationen in allen Sprachen aktualisieren. +{{% /highlight %}} + +{{% float-image + src="language-view.webp" + alt="FIP Guide CMS Sprach-Ansicht umstellen" + width="15%" + position="left" +%}} +Über das Seiten-Symbol auf der rechten Seite kann die Ansicht zwischen _mehrsprachig_ und _einsprachig_ umgestellt werden. +{{% /float-image %}} + +### Änderungen speichern und veröffentlichen + +{{% float-image + src="save.webp" + alt="FIP Guide CMS Änderungen speichern" + width="50%" + position="right" +%}} +Wenn du deine Arbeiten unterbrechen und speichern möchtest, kannst du dies über den _Save_ Button tun. Die Änderungen werden dann im CMS gespeichert, damit du sie später weiter bearbeiten kannst, jedoch noch nicht veröffentlicht. +{{% /float-image %}} + +{{% float-image + src="status-review.webp" + alt="FIP Guide CMS Status auf Review setzen" + width="40%" + position="left" +%}} +Wenn du deine Änderungen veröffentlichen möchtest, kannst du den Status der Seite auf _Review_ setzen. Das FIP Guide Team wird die Änderungen überprüfen und anschließend veröffentlichen. Solange die Änderungen nicht veröffentlicht wurden, können die Seiten jederzeit bearbeitet werden. +{{% /float-image %}} + +Jede Änderung, die in den Status _Review_ gesetzt wurde, ist auf GitHub sichtbar: [FIP Guide GitHub Änderungen (Pull Requests)](https://github.com/fipguide/fipguide.github.io/pulls). Hier ist auch deine Anpassung sichtbar und es können Kommentare zur Änderung hinterlassen werden. Das FIP Guide Team prüft die Änderungen und stellt bei Bedarf über die Kommentarfunktion Rückfragen. + +### Arbeit fortsetzen / Überblick über Änderungen + +{{% float-image + src="workflow.webp" + alt="FIP Guide CMS Workflow" + width="60%" + position="right" +%}} +Wenn du deine Arbeit an einer Seite gespeichert hast und fortsetzen willst oder einen Überblick über den Status all deiner Änderungen haben möchtest, kannst du dies über den Menüpunkt _Workflow_ tun. + +- **Draft:** Änderungen, an denen noch gearbeitet wird und noch nicht bereit zum Review sind. +- **Review:** Änderungen, die vom FIP Guide Team überprüft werden. +- **Ready:** Änderungen, die vom FIP Guide Team überprüft wurden und in Kürze veröffentlicht werden. + {{% /float-image %}} + +### Preview + +{{% float-image + src="preview.webp" + alt="FIP Guide CMS Preview" + width="50%" + position="right" +%}} +Nachdem Änderungen im CMS gespeichert wurden, kann eine Preview der Seite angesehen werden, auf der die eigenen Änderungen bereits sichtbar sind. +{{% /float-image %}} + +{{% highlight important %}} +Das Erzeugen der Preview kann 5-10 Minuten in Anspruch nehmen! +{{% /highlight %}} + +Über _Check for Preview_ kann geprüft werden, ob die Preview bereits erzeugt wurde. Die Preview wird bei jeder Anpassung neu erzeugt, bleibt aber bestehen, wenn die Änderungen zu einem späteren Zeitpunkt fortgesetzt werden. + +## GitHub Contribution + +Der FIP Guide nutzt den Static Website Generator [_Hugo_](https://gohugo.io/) zum Erstellen der Website. Die Seite kann direkt in [GitHub](https://github.com/fipguide/fipguide.github.io/) über die Web-IDE oder deine lokale Entwicklungsumgebung bearbeitet werden. Weitere Informationen und Hilfe sind im [GitHub Wiki](https://github.com/fipguide/fipguide.github.io/wiki) und [Contribution-Guide](https://github.com/fipguide/fipguide.github.io/blob/main/CONTRIBUTING.md) verfügbar. + +## Unterstützung + +Wenn du Hilfe bei der Bearbeitung benötigst, kannst du dich jederzeit per Mail oder über die FIP Guide Community bei uns melden. Weitere Informationen dazu findest du auf der [Kontakt-Seite](/contact). diff --git a/content/contribution/index.en.md b/content/contribution/index.en.md new file mode 100644 index 000000000..c5da534bd --- /dev/null +++ b/content/contribution/index.en.md @@ -0,0 +1,135 @@ +--- +draft: false +title: "Contribution" +type: "general/generalinformation" +--- + +The _FIP Guide_ is an open-source and community project. If you would like to update or add information, you can do this independently. To ensure the accuracy of the information, all changes are reviewed by the FIP Guide team before they are published. + +Pages can be adjusted directly in the FIP Guide via the [Content Management System (CMS)](https://www.fipguide.org/admin). More about this in the section [Direct Editing](#direct-editing). If you already have technical background knowledge, you can make changes directly via GitHub, more about this under [GitHub Contribution](#github-contribution). + +## Direct Editing + +You can edit the content of the pages directly via the Content Management System (CMS). It is available at [fipguide.org/admin](https://www.fipguide.org/admin). + +Please note the following points when editing: + +### Login + +{{% float-image + src="login.webp" + alt="FIP Guide CMS login" + width="30%" + position="left" +%}} +To log in to the FIP Guide CMS, you need a free [GitHub](https://github.com/) account. GitHub belongs to Microsoft and is a platform for collaboration in open-source projects. You can easily create the GitHub account on the [GitHub website](https://github.com/). + +You can log in to the CMS with this GitHub account. During the login, the use must be confirmed with "Authorize". +{{% /float-image %}} + +{{% highlight important %}} +When you log in for the first time, you will be asked whether a so-called _Fork_ should be created. This automatically creates your own copy of the page. This is necessary so that changes can be saved in the CMS. Please confirm this with "Create Fork". +{{% /highlight %}} + +### Open Pages + +On the [homepage](https://www.fipguide.org/admin) of the FIP Guide CMS, the page category can be selected in the left menu and then the desired page can be opened in the center or a new page can be created. + +![FIP Guide CMS homepage](startpage.webp) + +Alternatively, the page to be edited can also be opened via the FIP Guide and then modified via the CMS using the "Edit page" menu. + +{{% columns %}} +{{% column width="50%" %}} +![Edit page menu desktop](edit-button-desktop.webp) +{{% /column %}} +{{% column width="50%" %}} +![Edit page menu mobile](edit-button-mobile.webp) +{{% /column %}} +{{% /columns %}} + +### Edit Page + +{{% float-image + src="language.webp" + alt="Select language in FIP Guide CMS" + width="40%" + position="right" +%}} +In the editing view, the corresponding page can be updated. The FIP Guide is available in different languages. These can be selected via the corresponding drop-down menu. +{{% /float-image %}} + +{{% highlight tip %}} +If you want, you can independently update all languages of the page. However, this is not absolutely necessary. You can also update information in only one language. The FIP Guide team will review the changes and then update the information in all languages. +{{% /highlight %}} + +{{% float-image + src="language-view.webp" + alt="Switch language view in FIP Guide CMS" + width="15%" + position="left" +%}} +Using the page icon on the right side, the view can be switched between _multilingual_ and _single-language_. +{{% /float-image %}} + +### Save and Publish Changes + +{{% float-image + src="save.webp" + alt="Save changes in FIP Guide CMS" + width="50%" + position="right" +%}} +If you want to pause your work and save it, you can do this via the _Save_ button. The changes are then saved in the CMS so that you can continue editing them later, but they are not yet published. +{{% /float-image %}} + +{{% float-image + src="status-review.webp" + alt="Set status to review in FIP Guide CMS" + width="40%" + position="left" +%}} +If you want to publish your changes, you can set the status of the page to _Review_. The FIP Guide team will review the changes and then publish them. As long as the changes have not been published, the pages can be edited at any time. +{{% /float-image %}} + +Every change that has been set to the _Review_ status is visible on GitHub: [FIP Guide GitHub changes (pull requests)](https://github.com/fipguide/fipguide.github.io/pulls). Your change is also visible there and comments can be left on the change. The FIP Guide team reviews the changes and, if necessary, asks questions via the comment function. + +### Continue Working / Overview of Changes + +{{% float-image + src="workflow.webp" + alt="FIP Guide CMS workflow" + width="60%" + position="right" +%}} +If you have saved your work on a page and want to continue, or if you want an overview of the status of all your changes, you can do this via the _Workflow_ menu item. + +- **Draft:** Changes that are still being worked on and are not yet ready for review. +- **Review:** Changes that are being reviewed by the FIP Guide team. +- **Ready:** Changes that have been reviewed by the FIP Guide team and will be published shortly. + {{% /float-image %}} + +### Preview + +{{% float-image + src="preview.webp" + alt="FIP Guide CMS preview" + width="50%" + position="right" +%}} +After changes have been saved in the CMS, a preview of the page can be viewed in which your own changes are already visible. +{{% /float-image %}} + +{{% highlight important %}} +Generating the preview can take 5-10 minutes! +{{% /highlight %}} + +Use _Check for Preview_ to check whether the preview has already been generated. The preview is regenerated with every adjustment, but remains available if the changes are continued at a later point in time. + +## GitHub Contribution + +The FIP Guide uses the static website generator [_Hugo_](https://gohugo.io/) to create the website. The page can be edited directly in [GitHub](https://github.com/fipguide/fipguide.github.io/) via the web IDE or your local development environment. Further information and help are available in the [GitHub wiki](https://github.com/fipguide/fipguide.github.io/wiki) and [contribution guide](https://github.com/fipguide/fipguide.github.io/blob/main/CONTRIBUTING.md). + +## Support + +If you need help with editing, you can contact us at any time by email or via the FIP Guide Community. Further information can be found on the [contact page](/contact). diff --git a/content/contribution/index.fr.md b/content/contribution/index.fr.md new file mode 100644 index 000000000..d22af6526 --- /dev/null +++ b/content/contribution/index.fr.md @@ -0,0 +1,135 @@ +--- +draft: false +title: "Contribution" +type: "general/generalinformation" +--- + +Le _FIP Guide_ est un projet open source et communautaire. Si vous souhaitez mettre à jour ou ajouter des informations, vous pouvez le faire de manière autonome. Afin de garantir l’exactitude des informations, toutes les modifications sont vérifiées par l’équipe du FIP Guide avant d’être publiées. + +Les pages peuvent être modifiées directement dans le FIP Guide via le [système de gestion de contenu (CMS)](https://www.fipguide.org/admin). Vous trouverez plus d’informations à ce sujet dans la section [Modifier directement](#modifier-directement). Si vous avez déjà des connaissances techniques, vous pouvez effectuer les modifications directement via GitHub, plus d’informations à ce sujet sous [Contribution GitHub](#contribution-github). + +## Modifier directement + +Via le système de gestion de contenu (CMS), vous pouvez modifier directement le contenu des pages. Il est accessible à l’adresse [fipguide.org/admin](https://www.fipguide.org/admin). + +Veuillez tenir compte des points suivants lors de la modification : + +### Connexion + +{{% float-image + src="login.webp" + alt="Connexion au CMS du FIP Guide" + width="30%" + position="left" +%}} +Pour vous connecter au CMS du FIP Guide, vous avez besoin d’un compte [GitHub](https://github.com/) gratuit. GitHub appartient à Microsoft et est une plateforme de collaboration pour les projets open source. Vous pouvez facilement créer le compte GitHub sur le [site web de GitHub](https://github.com/). + +Il est possible de se connecter au CMS avec ce compte GitHub. Pendant la connexion, l’utilisation doit être confirmée avec « Authorize ». +{{% /float-image %}} + +{{% highlight important %}} +Lors de la première connexion, il vous sera demandé si un _Fork_ doit être créé. Cela crée automatiquement votre propre copie de la page. Cela est nécessaire pour que les modifications puissent être enregistrées dans le CMS. Veuillez confirmer cela avec « Create Fork ». +{{% /highlight %}} + +### Ouvrir des pages + +Sur la [page d’accueil](https://www.fipguide.org/admin) du CMS du FIP Guide, la catégorie de page peut être sélectionnée dans le menu de gauche, puis la page souhaitée peut être ouverte au centre ou une nouvelle page peut être créée. + +![Page d’accueil du CMS du FIP Guide](startpage.webp) + +Il est également possible d’ouvrir la page à modifier via le FIP Guide, puis de la modifier via le CMS au moyen du menu « Modifier la page ». + +{{% columns %}} +{{% column width="50%" %}} +![Menu Modifier la page bureau](edit-button-desktop.webp) +{{% /column %}} +{{% column width="50%" %}} +![Menu Modifier la page mobile](edit-button-mobile.webp) +{{% /column %}} +{{% /columns %}} + +### Modifier la page + +{{% float-image + src="language.webp" + alt="Sélectionner la langue dans le CMS du FIP Guide" + width="40%" + position="right" +%}} +Dans la vue de modification, la page correspondante peut être mise à jour. Le FIP Guide est disponible en différentes langues. Celles-ci peuvent être sélectionnées via le menu déroulant correspondant. +{{% /float-image %}} + +{{% highlight tip %}} +Si vous le souhaitez, vous pouvez mettre à jour de manière autonome toutes les langues de la page. Cela n’est toutefois pas absolument nécessaire. Vous pouvez également mettre à jour des informations dans une seule langue. L’équipe du FIP Guide vérifiera les modifications et mettra ensuite les informations à jour dans toutes les langues. +{{% /highlight %}} + +{{% float-image + src="language-view.webp" + alt="Changer la vue des langues dans le CMS du FIP Guide" + width="15%" + position="left" +%}} +L’icône de page située à droite permet de basculer l’affichage entre _multilingue_ et _monolingue_. +{{% /float-image %}} + +### Enregistrer et publier les modifications + +{{% float-image + src="save.webp" + alt="Enregistrer les modifications dans le CMS du FIP Guide" + width="50%" + position="right" +%}} +Si vous souhaitez interrompre votre travail et l’enregistrer, vous pouvez le faire via le bouton _Save_. Les modifications sont alors enregistrées dans le CMS afin que vous puissiez les reprendre plus tard, mais elles ne sont pas encore publiées. +{{% /float-image %}} + +{{% float-image + src="status-review.webp" + alt="Définir le statut sur review dans le CMS du FIP Guide" + width="40%" + position="left" +%}} +Si vous souhaitez publier vos modifications, vous pouvez définir le statut de la page sur _Review_. L’équipe du FIP Guide vérifiera les modifications et les publiera ensuite. Tant que les modifications n’ont pas été publiées, les pages peuvent être modifiées à tout moment. +{{% /float-image %}} + +Chaque modification qui a été définie avec le statut _Review_ est visible sur GitHub : [Modifications GitHub du FIP Guide (pull requests)](https://github.com/fipguide/fipguide.github.io/pulls). Votre modification y est également visible et des commentaires peuvent être laissés sur la modification. L’équipe du FIP Guide vérifie les modifications et pose des questions si nécessaire via la fonction de commentaire. + +### Reprendre le travail / Vue d’ensemble des modifications + +{{% float-image + src="workflow.webp" + alt="Workflow du CMS du FIP Guide" + width="60%" + position="right" +%}} +Si vous avez enregistré votre travail sur une page et souhaitez le reprendre, ou si vous souhaitez avoir une vue d’ensemble du statut de toutes vos modifications, vous pouvez le faire via l’entrée de menu _Workflow_. + +- **Draft:** Modifications sur lesquelles le travail se poursuit et qui ne sont pas encore prêtes pour la review. +- **Review:** Modifications qui sont vérifiées par l’équipe du FIP Guide. +- **Ready:** Modifications qui ont été vérifiées par l’équipe du FIP Guide et qui seront publiées prochainement. + {{% /float-image %}} + +### Preview + +{{% float-image + src="preview.webp" + alt="Preview du CMS du FIP Guide" + width="50%" + position="right" +%}} +Après l’enregistrement des modifications dans le CMS, une preview de la page peut être consultée, dans laquelle vos propres modifications sont déjà visibles. +{{% /float-image %}} + +{{% highlight important %}} +La génération de la preview peut prendre 5 à 10 minutes ! +{{% /highlight %}} + +Via _Check for Preview_, il est possible de vérifier si la preview a déjà été générée. La preview est régénérée à chaque modification, mais reste disponible si le travail sur les modifications est repris ultérieurement. + +## Contribution GitHub + +Le FIP Guide utilise le générateur de sites statiques [_Hugo_](https://gohugo.io/) pour créer le site web. La page peut être modifiée directement dans [GitHub](https://github.com/fipguide/fipguide.github.io/) via l’IDE web ou votre environnement de développement local. Vous trouverez plus d’informations et d’aide dans le [wiki GitHub](https://github.com/fipguide/fipguide.github.io/wiki) et le [guide de contribution](https://github.com/fipguide/fipguide.github.io/blob/main/CONTRIBUTING.md). + +## Assistance + +Si vous avez besoin d’aide pour la modification, vous pouvez nous contacter à tout moment par e-mail ou via la communauté FIP Guide. Vous trouverez plus d’informations sur la [page de contact](/contact). diff --git a/content/contribution/language-view.webp b/content/contribution/language-view.webp new file mode 100644 index 000000000..3a6fd96bc Binary files /dev/null and b/content/contribution/language-view.webp differ diff --git a/content/contribution/language.webp b/content/contribution/language.webp new file mode 100644 index 000000000..3f1f5bbce Binary files /dev/null and b/content/contribution/language.webp differ diff --git a/content/contribution/login.webp b/content/contribution/login.webp new file mode 100644 index 000000000..abbb76a73 Binary files /dev/null and b/content/contribution/login.webp differ diff --git a/content/contribution/preview.webp b/content/contribution/preview.webp new file mode 100644 index 000000000..e77a2889a Binary files /dev/null and b/content/contribution/preview.webp differ diff --git a/content/contribution/save.webp b/content/contribution/save.webp new file mode 100644 index 000000000..11e678d9e Binary files /dev/null and b/content/contribution/save.webp differ diff --git a/content/contribution/startpage.webp b/content/contribution/startpage.webp new file mode 100644 index 000000000..954babc92 Binary files /dev/null and b/content/contribution/startpage.webp differ diff --git a/content/contribution/status-review.webp b/content/contribution/status-review.webp new file mode 100644 index 000000000..8f04df452 Binary files /dev/null and b/content/contribution/status-review.webp differ diff --git a/content/contribution/workflow.webp b/content/contribution/workflow.webp new file mode 100644 index 000000000..4bf00d9a3 Binary files /dev/null and b/content/contribution/workflow.webp differ diff --git a/content/news/12/editor.webp b/content/news/12/editor.webp new file mode 100644 index 000000000..8553f350b Binary files /dev/null and b/content/news/12/editor.webp differ diff --git a/content/news/12/image.webp b/content/news/12/image.webp new file mode 100644 index 000000000..5f4187290 Binary files /dev/null and b/content/news/12/image.webp differ diff --git a/content/news/12/index.de.md b/content/news/12/index.de.md new file mode 100644 index 000000000..a7ac98d9e --- /dev/null +++ b/content/news/12/index.de.md @@ -0,0 +1,15 @@ +--- +date: 2026-08-08 +draft: false +title: "FIP Guide schnell und einfach selbst bearbeiten" +description: Ab sofort können Informationen schnell und einfach direkt auf der + Website ohne Vorwissen bearbeitet werden. +--- + +Ab sofort können Informationen schnell und einfach direkt auf der Website ohne technisches Vorwissen bearbeitet werden. Wenn du auf einer Seite einen Fehler findest oder Informationen aktualisieren möchtest, kannst du dies direkt auf der Website des FIP Guides tun. Voraussetzung dafür ist nur ein kostenloser GitHub Account. + +Eine umfassende Anleitung für das einfache Bearbeiten von Informationen ist im Bereich [Beitragen](/contribution/) verfügar. + +Wenn du Hilfe bei der Bearbeitung benötigst, kannst du dich jederzeit per Mail oder über die FIP Guide Community bei uns melden. Weitere Informationen dazu findest du auf der [Kontakt-Seite](/contact). + +![FIP Guide Online Editor](editor.webp) diff --git a/content/news/12/index.en.md b/content/news/12/index.en.md new file mode 100644 index 000000000..ea5b2608e --- /dev/null +++ b/content/news/12/index.en.md @@ -0,0 +1,15 @@ +--- +date: 2026-08-08 +draft: false +title: "Edit the FIP Guide yourself quickly and easily" +description: From now on, information can be edited quickly and easily directly + on the website without prior knowledge. +--- + +From now on, information can be edited quickly and easily directly on the website without prior technical knowledge. If you find an error on a page or want to update information, you can do this directly on the FIP Guide website. The only requirement is a free GitHub account. + +Comprehensive instructions for easy editing of information are available in the [Contribution](/contribution/) section. + +If you need help with editing, you can contact us at any time by email or via the FIP Guide Community. Further information can be found on the [contact page](/contact). + +![FIP Guide online editor](editor.webp) diff --git a/content/news/12/index.fr.md b/content/news/12/index.fr.md new file mode 100644 index 000000000..ca9451424 --- /dev/null +++ b/content/news/12/index.fr.md @@ -0,0 +1,15 @@ +--- +date: 2026-08-08 +draft: false +title: "Modifier soi-même le FIP Guide rapidement et facilement" +description: Désormais, les informations peuvent être modifiées rapidement et + facilement directement sur le site web sans connaissances préalables. +--- + +Désormais, les informations peuvent être modifiées rapidement et facilement directement sur le site web sans connaissances techniques préalables. Si vous trouvez une erreur sur une page ou si vous souhaitez mettre à jour des informations, vous pouvez le faire directement sur le site web du FIP Guide. La seule condition requise est un compte GitHub gratuit. + +Des instructions complètes pour modifier facilement les informations sont disponibles dans la section [Contribution](/contribution/). + +Si vous avez besoin d’aide pour la modification, vous pouvez nous contacter à tout moment par e-mail ou via la communauté FIP Guide. Vous trouverez plus d’informations sur la [page de contact](/contact). + +![Éditeur en ligne du FIP Guide](editor.webp) diff --git a/hugo.yaml b/hugo.yaml index dff97c630..eec01b2e7 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -34,7 +34,7 @@ module: - source: "node_modules/decap-cms/dist" target: "static/admin/decap-cms" hugoVersion: - min: "0.160.1" + min: "0.164.0" related: includeNewer: true diff --git a/i18n/de.yaml b/i18n/de.yaml index 0da226c22..fd111aa87 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -236,11 +236,15 @@ search: open-aria-label: Suchbereich öffnen skipToContent: Zum Inhalt springen support: - text: >- - Du möchtest dein Wissen rund um FIP-Regelungen teilen? Schau auf unserem - [GitHub Repository](https://github.com/fipguide/fipguide.github.io) vorbei, - um Inhalte beizutragen. Alternativ kannst du uns auch über das - [Kontaktformular](/contact) schreiben. + text: > + Du möchtest dein Wissen rund um FIP-Regelungen teilen? Schau im Bereich + [Beitragen](/contribution) vorbei, um Inhalte zu aktualisieren und zu + ergänzen. Alternativ kannst du uns [kontaktieren](/contact). + + + Der FIP Guide ist ein Open-Source-Projekt. Informationen können direkt über + unser [GitHub Repository](https://github.com/fipguide/fipguide.github.io) + bearbeitet werden. title: Unterstütze uns teamMembers: lennart: diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 8a4dbc0a5..761ade356 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -15,6 +15,13 @@ "Text" $contactPage.Title ) -}} + {{ $contributionPage := site.GetPage "contribution" }} + {{- partial "link" + (dict + "Destination" $contributionPage.RelPermalink + "Text" $contributionPage.Title + ) + -}} {{ $aboutUsPage := site.GetPage "about-us" }} {{- partial "link" (dict diff --git a/layouts/_partials/link.html b/layouts/_partials/link.html index cec2d61bb..c4a36a442 100644 --- a/layouts/_partials/link.html +++ b/layouts/_partials/link.html @@ -41,7 +41,7 @@ > {{- partial "icon" "call" -}}{{- .Text -}} -{{- else if and (not (or (strings.HasSuffix $url ".webp") (strings.HasSuffix $url ".png") (strings.HasSuffix $url ".jpg") (strings.HasSuffix $url ".jpeg") (strings.HasSuffix $url ".svg") (strings.HasSuffix $url ".gif") (strings.HasSuffix $url ".pdf"))) (.Page.Ref (dict "path" $url)) -}} +{{- else if and (not (strings.HasPrefix $url "http")) (not (or (strings.HasSuffix $url ".webp") (strings.HasSuffix $url ".png") (strings.HasSuffix $url ".jpg") (strings.HasSuffix $url ".jpeg") (strings.HasSuffix $url ".svg") (strings.HasSuffix $url ".gif") (strings.HasSuffix $url ".pdf"))) (.Page.Ref (dict "path" $url)) -}} {{- /* Internal links, referenced by path (e.g. `/news/1`) */ -}}