Happy New Year 2004 from ARTLUNG.COM

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.

posted this 19 years ago.
What else did he post in January 2004?

(Tuesday January 27th 2004 at 6:44pm)

Leave me a comment!

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