Added basic opengraph support to project and tools pages

Update excel-password-remover.yml, iban-generator.yml, and 9 more files...
This commit is contained in:
2025-03-30 16:56:43 +02:00
parent ff0fa72a4b
commit 9eba329603
11 changed files with 79 additions and 6 deletions

View File

@@ -2,9 +2,13 @@
meta.title: Excel Password Remover
meta.description: >-
Small web page from which you can easily remove a password from an Excel
Small web application from which you can easily remove a password from an Excel
worksheet. It works by leaving the task of editing the XML files on an Excel
document to your browser instead to keep everything local.
meta.description.light: >-
Small web application from which you can easily remove a password from an Excel
worksheet directly in your browser.
#article.subtitle: >-
# <a
# href="https://github.com/aziascreations/Excel-Worksheet-Password-Remover"><i

View File

@@ -1,6 +1,10 @@
# IBAN Generator - EN
meta.title: "IBAN Generator"
meta.description: "Web application that allows you to generate IBANs in bulk for the 89 countries that support them.<br>
The IBANs are generated completely randomly and may contain a 'BankID' that has not yet been assigned by the
national bank of the respective country."
meta.description.light: "Web application that allows you to generate IBANs in bulk for the 89 countries that support them."
country.label: "Country"

View File

@@ -1,6 +1,7 @@
# EN - UUID Generator
meta.title: "UUID Generator"
meta.description: "Web application that allows you to generate UUIDs in bulk for all your unique identifier needs."
type.label: "UUID Type"

View File

@@ -6,6 +6,10 @@ meta.description: >-
feuille de calcul Excel depuis votre navigateur web sans avoir à uploader le
fichier sur internet. Cette application laisse votre navigateur modifier les
fichiers XML du fichier Excel afin de tout garder en local.
meta.description.light: >-
Application web qui permet de facilement retirer le mot de passe d'un ficher Excel depuis
votre navigateur web sans avoir à uploader le fichier sur internet.
#article.subtitle: >-
# <a
# href="https://github.com/aziascreations/Excel-Worksheet-Password-Remover"><i

View File

@@ -1,6 +1,10 @@
# IBAN Generator - FR
meta.title: "Générateur d'IBAN"
meta.description: "Application web qui vous permet de générer des IBANs en masse pour les 89 pays qui les supportent.<br>
Les IBANs sont générés complètement aléatoirement et risquent de contenir un 'BankID' qui n'est pas encore attribué
par la banque nationale du pays concerné."
meta.description.light: "Application web qui vous permet de générer des IBANs en masse pour les 89 pays qui les supportent."
country.label: "Pays"

View File

@@ -1,6 +1,7 @@
# FR - UUID Generator
meta.title: "Générateur d'UUID"
meta.description: "Application web qui vous permet de générer des UUID en masse pour tout vos besoins en identifiants uniques."
type.label: "Type d'UUID"

View File

@@ -5,10 +5,10 @@ tools:
metadata:
head:
title_key: "meta.title"
description_key: "meta.description"
description_key: "meta.description.light"
opengraph:
title_key: "meta.title"
description_key: "meta.description"
description_key: "meta.description.light"
type: null
url: null
image_url: "/resources/NibblePoker/images/tools/excel-password-remover/main.png"

View File

@@ -5,10 +5,10 @@ tools:
metadata:
head:
title_key: "meta.title"
description_key: "meta.description"
description_key: "meta.description.light"
opengraph:
title_key: "meta.title"
description_key: "meta.description"
description_key: "meta.description.light"
type: null
url: null
image_url: "/resources/NibblePoker/images/tools/iban-generator/main.png"