mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
docs: update documentation
This commit is contained in:
@@ -15,3 +15,32 @@ hero:
|
|||||||
icon: external
|
icon: external
|
||||||
variant: minimal
|
variant: minimal
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<script type="application/ld+json" set:html={JSON.stringify(
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@graph": [
|
||||||
|
{
|
||||||
|
"@type": "WebSite",
|
||||||
|
"@id": "https://domainwatchdog.eu/#website",
|
||||||
|
"url": "https://domainwatchdog.eu/fr/",
|
||||||
|
"inLanguage": "fr",
|
||||||
|
"name": "Domain Watchdog",
|
||||||
|
"description": "Une plateforme qui utilise RDAP pour collecter et analyser des informations publiques sur les domaines, suivre leur historique et les acheter lorsqu'ils expirent.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"@type": "WebApplication",
|
||||||
|
"@id": "https://github.com/maelgangloff/domain-watchdog/#app",
|
||||||
|
"name": "Domain Watchdog",
|
||||||
|
"inLanguage": "fr",
|
||||||
|
"headline": "Votre compagnon dans la quête de noms de domaines 🔍",
|
||||||
|
"description": "Une plateforme qui utilise RDAP pour collecter et analyser des informations publiques sur les domaines, suivre leur historique et les acheter lorsqu'ils expirent.",
|
||||||
|
"url": "https://domainwatchdog.eu/fr/",
|
||||||
|
"sameAs": ["https://github.com/maelgangloff/domain-watchdog"],
|
||||||
|
"featureList": "https://domainwatchdog.eu/fr/features/",
|
||||||
|
"keywords": "RDAP, WHOIS, Suivi de domaines, Cybersécurité, Self-hosted, PHP, Open Source",
|
||||||
|
"downloadUrl": "https://domainwatchdog.eu/fr/install-config/install/docker-compose/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
)}/>
|
||||||
@@ -36,6 +36,7 @@ hero:
|
|||||||
"@id": "https://github.com/maelgangloff/domain-watchdog/#app",
|
"@id": "https://github.com/maelgangloff/domain-watchdog/#app",
|
||||||
"name": "Domain Watchdog",
|
"name": "Domain Watchdog",
|
||||||
"inLanguage": "en",
|
"inLanguage": "en",
|
||||||
|
"softwareVersion": "1.3.4",
|
||||||
"headline": "Monitor domain names expiration and history via RDAP",
|
"headline": "Monitor domain names expiration and history via RDAP",
|
||||||
"description": "Self-hosted application for monitoring domain names, tracking RDAP history, and managing expiration alerts.",
|
"description": "Self-hosted application for monitoring domain names, tracking RDAP history, and managing expiration alerts.",
|
||||||
"url": "https://domainwatchdog.eu",
|
"url": "https://domainwatchdog.eu",
|
||||||
@@ -90,7 +91,6 @@ hero:
|
|||||||
"name": "Domain Watchdog Source Code",
|
"name": "Domain Watchdog Source Code",
|
||||||
"codeRepository": "https://github.com/maelgangloff/domain-watchdog",
|
"codeRepository": "https://github.com/maelgangloff/domain-watchdog",
|
||||||
"codeSampleType": "full",
|
"codeSampleType": "full",
|
||||||
"softwareVersion": "1.3.4",
|
|
||||||
"datePublished": "2023-10-01",
|
"datePublished": "2023-10-01",
|
||||||
"programmingLanguage": [
|
"programmingLanguage": [
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,6 @@ hero:
|
|||||||
"url": "https://domainwatchdog.eu",
|
"url": "https://domainwatchdog.eu",
|
||||||
"logo": "https://domainwatchdog.eu/logo.png",
|
"logo": "https://domainwatchdog.eu/logo.png",
|
||||||
"founder": { "@id": "https://maelgangloff.fr#me" },
|
"founder": { "@id": "https://maelgangloff.fr#me" },
|
||||||
"maintainer": { "@id": "https://maelgangloff.fr#me" },
|
|
||||||
"contactPoint": {
|
"contactPoint": {
|
||||||
"@type": "ContactPoint",
|
"@type": "ContactPoint",
|
||||||
"contactType": "support",
|
"contactType": "support",
|
||||||
|
|||||||
Reference in New Issue
Block a user