Rephrase a few things.

caa
Philippe Pittoli 2024-11-07 15:52:41 +01:00
parent 3b7cbb55ac
commit 44f696e170
2 changed files with 7 additions and 9 deletions

View File

@ -241,7 +241,8 @@ render { accepted_domains, my_domains, newDomainForm, askDomainTransferForm, del
[ Bulma.h3 "Share the ownership of a domain" [ Bulma.h3 "Share the ownership of a domain"
, Bulma.simple_quote """ , Bulma.simple_quote """
Ask for a "share token" for your domain and give it to other users. Ask for a "share token" for your domain and give it to other users.
All the owners be able to make modifications to the domain. All the owners can make modifications to the domain.
Don't let the administration of a domain be the burden of a single person!
""" """
] ]

View File

@ -110,21 +110,18 @@ render _ = HH.div_
, p "The project is fully open-source (ISC licence)." , p "The project is fully open-source (ISC licence)."
, HH.text "There are a few parts:" , HH.text "There are a few parts:"
, HH.ul_ , HH.ul_
[ link "https://git.baguette.netlib.re/Baguette/authd" "authd" [ link "https://git.baguette.netlib.re/Baguette/authd" "authentication daemon"
""" """
the authentication (and authorization) daemon, used to authenticate to authenticate clients through different services;
clients through different services;
""" """
, link "https://git.baguette.netlib.re/Baguette/dnsmanager" "dnsmanagerd" , link "https://git.baguette.netlib.re/Baguette/dnsmanager" "dnsmanager daemon"
""" """
the dns manager daemon, used as an interactive database, enabling clients an interactive database enabling clients to ask for domains then to manage DNS zones;
to ask for domains, then handle the domain zones;
""" """
, link "https://git.baguette.netlib.re/Baguette/dnsmanager-webclient" , link "https://git.baguette.netlib.re/Baguette/dnsmanager-webclient"
"dnsmanager webclient" "dnsmanager webclient"
""" """
the web client that you are currently using, reading this very text, this user-friendly website, so you can manage your zones. 🥰
and enjoying while managing your zones. 🥰
""" """
] ]
, Bulma.hr , Bulma.hr