QUOTE (PRO IT Service @ Feb 3 2007, 01:14 PM)

Dear Andrew,
You could grab the Atom 1.0 template from
http://www.sixapart.com/movabletype/defaul.../atom_index.txtThe way to configure it is pretty simple.
Just go on your blog Templates area and click on "Create New Index Template"
Then just type in:
Template NameAtom Index
Output File *
atom.xml
Template Body(grab it from
here)
My solution was to change:
CODE
<a href="<$MTBlogURL$>atom.xml">Subscribe to this blog's feed</a><br />
to
CODE
<a href="<$MTBlogURL$>index.xml">Subscribe to this blog's feed</a><br />
In the Main index. This seemed to work because that index.xml was already being generated.
QUOTE
*. Note: look at your "Main Index" output file. If it contains something before "index.html" then put that stuff also on your Atom Template Output File field, just before where the default "atom.xml" goes. This will just make sure that your Atom feed will be generated on the same folder with your Main Index.
Hope these instructions are pretty straightforward!
The above paragraph surely wasn't! What does 'if it contains something above "index.html"' mean?!? In any event it does contain:
CODE
<link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTBlogURL$>atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<$MTBlogURL$>index.xml" />
so it seems to be listing both atom.xml
andindex.xml. Why both is a mystery. Why did it seem to use atom.xml out of the box yet lack the Atom Index template such that I had to add one? If you ask me MT's configuration is way overly complex with little explanation of what's going on and so that's why I normally avoid it. Someone pointed out to me that my RSS subscription wasn't working so I'm trying to fix that.
Anyways this Atom Index and reverting my workaround seems to be working - thanks. However I can't help but wonder 1) why this didn't work out of the box and 2) what's an atom vs. RSS1.0? 3) How about RSS 2.0 vs RSS1.0 and which is the best to use...