Compare commits
3 Commits
5593f1f19c
...
e36ad35d37
Author | SHA1 | Date | |
---|---|---|---|
e36ad35d37 | |||
6b7b6a293a | |||
724ca89735 |
@ -319,7 +319,7 @@ render state
|
||||
HH.div [HP.classes [C.notification, C.is_warning]]
|
||||
[ Bulma.p """
|
||||
⚠️ (FR) le service a été migré d'une ancienne base de code récemment.
|
||||
Le développement se poursuit mais le service devrait être stable, mise à part quelques redémarrages de temps à autre.
|
||||
Le développement se poursuit mais le service devrait être stable, mis à part quelques redémarrages de temps à autre.
|
||||
Merci de nous contacter si vous voyez une erreur.
|
||||
"""
|
||||
, Bulma.p """
|
||||
|
@ -96,7 +96,7 @@ render _ = HH.div_
|
||||
render_updates
|
||||
= b [ title "Automatic updates"
|
||||
, p "Update your records with a single, stupidly simple command. For example:"
|
||||
, expl [ Bulma.strong "wget https://netlib.re/token-update/<token>" ]
|
||||
, expl [ Bulma.strong "wget https://www.netlib.re/token-update/<token>" ]
|
||||
, p "Every A and AAAA records have tokens for easy updates."
|
||||
]
|
||||
|
||||
@ -108,8 +108,8 @@ render _ = HH.div_
|
||||
render_contact
|
||||
= b [ title "Contact"
|
||||
, p "You have a question, you have seen a bug, you have suggestions or you just want to chat?"
|
||||
, p "You can contact us: netlibre@karchnu.fr"
|
||||
, p "For more important matter: abuse@netlib.re"
|
||||
, p "You can contact me: philippe@netlib.re"
|
||||
, p "For legal matter: abuse@netlib.re"
|
||||
]
|
||||
|
||||
render_how_and_code = Bulma.columns_ [ render_how, render_code ]
|
||||
|
@ -26,15 +26,15 @@ tokens = HH.div_
|
||||
, HH.u_ [HH.text "53be0c45-61c4-4d29-8ae9-c2cc8767603d"]
|
||||
, HH.text ") for this specific entry, then make your server regularly visit the following website."
|
||||
]
|
||||
, expl [ HH.p_ [ HH.text "https://beta.netlib.re/token-update/"
|
||||
, expl [ HH.p_ [ HH.text "https://www.netlib.re/token-update/"
|
||||
, HH.u_ [HH.text "<your-token>"]
|
||||
]
|
||||
]
|
||||
, Bulma.p "For example: https://beta.netlib.re/token-update/53be0c45-61c4-4d29-8ae9-c2cc8767603d"
|
||||
, Bulma.p "For example: https://www.netlib.re/token-update/53be0c45-61c4-4d29-8ae9-c2cc8767603d"
|
||||
, Bulma.hr
|
||||
, Bulma.h3 "How to automate the update of my IP address?"
|
||||
, Bulma.p "On Linux, you can make your computer access the update link with the following command."
|
||||
, expl [ Bulma.strong "wget https://beta.netlib.re/token-update/<your-token>" ]
|
||||
, expl [ Bulma.strong "wget https://www.netlib.re/token-update/<your-token>" ]
|
||||
, Bulma.p """
|
||||
No need for a more complex program. This works just fine.
|
||||
And you can run this command every hour.
|
||||
@ -482,7 +482,8 @@ srv_introduction =
|
||||
]
|
||||
]
|
||||
|
||||
website_owner_address = "netlibre AT karchnu.fr" :: String
|
||||
website_owner_address = "philippe AT netlib.re" :: String
|
||||
website_abuse_address = "abuse AT netlib.re" :: String
|
||||
|
||||
legal_notice :: forall w i. HH.HTML w i
|
||||
legal_notice = HH.div_
|
||||
@ -492,6 +493,9 @@ legal_notice = HH.div_
|
||||
, expl [ HH.p_ [ HH.text "You can contact this website's owner and publisher at: "
|
||||
, Bulma.strong website_owner_address
|
||||
]
|
||||
, HH.p_ [ HH.text "For legal matter: "
|
||||
, Bulma.strong website_abuse_address
|
||||
]
|
||||
]
|
||||
|
||||
, Bulma.strong "Website Hosting"
|
||||
|
Loading…
Reference in New Issue
Block a user