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
|
||||
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",
|
||||
"name": "Domain Watchdog",
|
||||
"inLanguage": "en",
|
||||
"softwareVersion": "1.3.4",
|
||||
"headline": "Monitor domain names expiration and history via RDAP",
|
||||
"description": "Self-hosted application for monitoring domain names, tracking RDAP history, and managing expiration alerts.",
|
||||
"url": "https://domainwatchdog.eu",
|
||||
@@ -90,7 +91,6 @@ hero:
|
||||
"name": "Domain Watchdog Source Code",
|
||||
"codeRepository": "https://github.com/maelgangloff/domain-watchdog",
|
||||
"codeSampleType": "full",
|
||||
"softwareVersion": "1.3.4",
|
||||
"datePublished": "2023-10-01",
|
||||
"programmingLanguage": [
|
||||
{
|
||||
@@ -115,7 +115,6 @@ hero:
|
||||
"url": "https://domainwatchdog.eu",
|
||||
"logo": "https://domainwatchdog.eu/logo.png",
|
||||
"founder": { "@id": "https://maelgangloff.fr#me" },
|
||||
"maintainer": { "@id": "https://maelgangloff.fr#me" },
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "support",
|
||||
|
||||
Reference in New Issue
Block a user