Okay, Atom is ON

Blogger added support for Atom feeds — read more at AtomEnabled.org — it’s not got the same content as the RSS feed, but hey, it’s simple enough.

I’m using PHP code to add Etag and Last-Modified code:

header(“Last-Modified: $myDate”);
header(“Etag: “$myDate””);
header(“Content-Type: text/xml”);

I also added this code in the html of my page:

<link rel=”alternate” type=”application/atom+xml” title=”Atom” href=”https://artlung.com/blog/atom/”>

I need to add an icon as well. So, yeah.

I’ve been reading dive into mark.org, which has been interesting and internecine and internutty.

That was supposed to be funny.

Okay, I’m trying.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.