So I migrated the delta.chat website to greenhost.nl, and now changed the DNS entries, so the new page is delivered.
Can you use the page and tell me if something stopped working?
Then we can soon merge https://github.com/deltachat/deltachat-pages/pull/188, so changes get pushed to the new site.
2 Likes
r10s
2
works like a charm for me, thanks a lot for the work!
1 Like
astron
3
I noticed a while ago that the Atom feed stopped working or more specifically stopped having valid XML.
https://delta.chat/feed.xml
I’m not sure exactly when it happened but maybe it could be related to the site migration?
It looks like what happens is that the site header and footer are included in the Atom feed XML file.
This is what is at the top if the XML file.
<!DOCTYPE html> <html lang=""> <head> <title> - Delta Chat</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <link rel="stylesheet" href="[../assets/css/styles.css](view-source:https://delta.chat/assets/css/styles.css)" type="text/css" /> <link rel="alternate" href="[https://delta.chat/feed.xml](view-source:https://delta.chat/feed.xml)" type="application/atom+xml" title="" /> </head> <body id="top"> <div id="menu"> <ul> <li><a href="[..//](view-source:https://delta.chat//)"></a></li> <li><a href="[download](view-source:https://delta.chat/download)"></a></li> <li><a href="[blog](view-source:https://delta.chat/blog)"></a></li> <li><a href="[contribute](view-source:https://delta.chat/contribute)"></a></li> <li><a href="[help](view-source:https://delta.chat/help)"></a></li> <li><a href="[https://support.delta.chat](view-source:https://support.delta.chat/)"></a></li> </ul> </div> <div id="content"> <h1></h1>
1 Like
Simon
4
I’ll look into it
Update
It’s because of another change that I made when changing translation related stuff. It should work again now.