Bugger- it may take me a while to work this out. Part of it is that some of the characters are getting munged in the wiki. I ran into this before- pretty much most of the dates. And it’s got some variables I’m not sure about as well. I’m kinda going to have to go through it in some detail to clean everything out. But- start w/this- hard code the top.
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Reading rambles</title>
<subtitle type="text"></subtitle>
<link rel="alternate" type="text/html" href="http://media-cow.com/1/" />
<link rel="self" type="application/atom+xml" href="http://media-cow.com/group/template/" />
<updated>2006-11-28T19:47:00-05:00</updated>
<rights>Copyright (c) 2007, rob1</rights>
<generator uri="http://www.pmachine.com/" version="1.6.0">ExpressionEngine</generator>
<id>tag:media-cow.com,2007:10:15</id>
{exp:gallery:entries gallery="gallery" orderby="entry_date" rows="10" columns="1"}The only thing w/ need to be dynamic there will be the updated date- and using a weblog update date to denote new gallery entries doesn’t make much sense anyway. So I figure we’ll do it w/ a query when the time comes to worry with it. That should ditch the whitespace. Ditch the closing rss tag as well. Then we’ll just use the gallery tag to generate our dynamic content. And clean up the date formating- where it is munged. And make sure all paths are correct and no global variables that are undefined are still in there.
Does that make sense? Start poking on getting the top bit right- you can just reveal code as to what it’s producing, then flip out correct info. We’ll worry about the update date later.
Let me hit a few more threads, then I’ll hit this again.