Clarify that the old .me domain is no longer usable

This commit is contained in:
2023-06-18 14:19:58 +02:00
parent 44d9538243
commit b63ad9dba2

View File

@ -13,7 +13,7 @@ global $language, $dir, $locale;
<?php alt_links(); ?>
<meta property="og:type" content="article">
<meta property="article:published_time" content="2021-12-02">
<meta property="article:modified_time" content="2022-12-25">
<meta property="article:modified_time" content="2023-06-18">
<meta property="og:title" content="<?php echo _('Daniel - New domain'); ?>">
<meta property="og:description" content="<?php echo _('We moved to a brand new domain - migrate your accounts'); ?>">
<meta property="og:image" content="https://danwin1210.de/daniel.jpg">
@ -24,7 +24,7 @@ global $language, $dir, $locale;
<meta property="og:url" content="https://danwin1210.de/new-domain.php">
<meta property="og:locale" content="<?php echo $locale; ?>">
<meta property="og:site_name" content="<?php echo _('Daniel'); ?>">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article ","headline":"<?php echo _('Daniel - New domain'); ?>", "datePublished": "2021-12-02", "dateModified": "2022-12-25", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article ","headline":"<?php echo _('Daniel - New domain'); ?>", "datePublished": "2021-12-02", "dateModified": "2023-06-18", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
</head><body>
<?php menu(_('New domain - DanWin1210.Me is now DanWin1210.De')); ?>
<h2><?php echo _('Why this sudden and drastic change?'); ?></h2>
@ -35,12 +35,9 @@ global $language, $dir, $locale;
<p><?php echo _('You don\'t have an account and just browse the site? Not much will change, just the address in your browsers URL bar.'); ?></p>
<p><?php echo _('You are using the XMPP/E-Mail service? I\'m sorry, but this will likely cause you some struggles, as you now only have a few days left to migrate all your contacts/accounts to the new address. Any service where you registered with your email address will need to be updated to reflect the new domain. You might otherwise get locked out of your accounts, if they require you to e.g. click a link in your email for login.'); ?></p>
<p><?php echo _('E-Mail users should also update their PGP key <a href="/mail/manage_account.php" target="_blank">in their account settings</a> to reflect the new domain and allow WKD clients to grab your key automatically.'); ?></p>
<p><?php echo _('You can still login with your .me user credentials, but the account is going to be .de. As long as the old domain is still online, you can also receive emails on the .me domain, while sending is switched over to .de.'); ?></p>
<p><?php echo _('XMPP users will most likely notice their account stopped working. Unfortunately there is no easy way to migrate accounts with prosody (the XMPP server), as there is with email. You will need to update your account settings to reflect the new domain in order to login and re-connect with all your buddies.'); ?></p>
<p><?php echo _('You can no longer login with your .me user credentials, only with the .de ones, as the old domain is no longer under my control.'); ?></p>
<h2><?php echo _('Will the old address still work?'); ?></h2>
<p><?php echo _('After a very brief downtime, it was back online. Now, after a year, it\'s expired once more. I may be able to buy it again after Namecheap returns the domain to the registry. However, Namecheap apparently sells the domain now for $400…'); ?></p>
<h2><?php echo _('I have a question, something is broken with my account.'); ?></h2>
<p><?php echo _('Make sure you have switched all your settings to the new domain. It should work as before. Stil not working correctly? Feel free to <a href="/contact.php">contact me</a> for help.'); ?></p>
<h2><?php echo _('How do I know you are still the same person? This could be law enforcement taking over the servers.'); ?></h2>
<p><?php echo _('I have taken the opportunity to create a <a href="/pgp.txt" target="_blank">new PGP key</a> and signed it with my <a href="/old_pgp.txt" target="_blank">old PGP key</a>. This can be verified by running a command like this:'); ?></p>
<pre>curl -s https://danwin1210.de/pgp.txt | gpg --import && gpg --list-sigs 222FCC3F35C41077</pre>