From c2af640a87e247b3d88df1642e30bb494f935b1c Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Mon, 27 Jan 2025 00:21:29 +0200 Subject: [PATCH] Getting ready to domain registrar actionn --- docs/domains/index.md | 63 +++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 4 +++ 2 files changed, 67 insertions(+) create mode 100644 docs/domains/index.md diff --git a/docs/domains/index.md b/docs/domains/index.md new file mode 100644 index 0000000..cf81f39 --- /dev/null +++ b/docs/domains/index.md @@ -0,0 +1,63 @@ +--- +hide: +- toc +- navigation +--- + +!!! WARNING + Our domain services are currently manual so actions + may take up to three working days. This includes, + but is not limited to, initial registration and any changes to + DNS servers or other things. + +# Domains + +We intend to meet your basic fi-domain needs. That means + +1. registering the domain +2. setting DNS server and DNSSec stuff as requested. + +We do not currently offer self-service. Contact me directly to make any +changes to your domain name registeration. Sending an email or a chat +and asking costs no money but helps you and me both ❤ You probably +know me personally and have my contact info already or have other means +to acquire it. Email not provided here for spammy reasons. + +## Pricing + +Our (sadly) competitive pricing options include: + +- 1.50 €/month +- 15 €/year + +## fi-domain name requirements + +!!! INFO + Make sure your fi-domain name is lawful. + You can lose the domain name you have registered if requested by the owner + of the infringed name or trademark. This will not be refunded. + +Domain name holders are responsible for making sure that the domain name they +have registered is lawful. The domain name must not infringe a protected name +or trademark owned by another party. You can lose the domain name you have +registered if requested by the owner of the infringed name or trademark. + +Each domain name is unique. In principle, you can choose your domain name +freely and domain names are assigned on a first-come, first-served basis. +However, you are responsible for making sure that your domain name is lawful. +If you register a domain name that infringes someone else's name or trademark, +you can lose your domain name. + +Before registering a domain name, consult the public registers to make sure that +the domain name does not infringe someone else’s name or trademark protected +in Finland or within the EU. + +Protected names and trademarks include: + +- [names entered into the Finnish registers of trade, foundations or political parties](https://www.ytj.fi/en/index.html) +- [names entered into the Finnish trademark register](https://epalvelut.prh.fi/web/tietopalvelu/haku) +- [names entered into the Finnish register of associations](https://yhdistysrekisteri.prh.fi/?userLang=en) +- [trademarks entered into the trademark register of the European Union Intellectual Property Office (EUIPO)](https://euipo.europa.eu/eSearch/) +- [names of public body or its bodies](https://www.ytj.fi/en/index.html) +- names of diplomatic missions of foreign states or their bodies +- established names, secondary marks or trademarks referred to in the Business Names Act or Trademarks Act. diff --git a/mkdocs.yml b/mkdocs.yml index f424614..94b4fe0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,7 @@ theme: favicon: /nerdyhog.png features: - navigation.tabs + - navigation.tabs.sticky - navigation.sections - navigation.path - navigation.indexes @@ -19,6 +20,9 @@ extra: - icon: simple/forgejo link: https://git.jakest.us/snuffi/ name: Our Git + - icon: simple/matrix + link: https://matrix.to/#/@jt:neo.jakest.us + name: Chat with me on Matrix copyright: "Bout meh: jakest.us" extra_css: - extra.css