<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>packages/utils/utils.cfc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -13,6 +13,5 @@
 	&lt;/buildSpec&gt;
 	&lt;natures&gt;
 		&lt;nature&gt;XMLCompiler.XMLCompilerNature&lt;/nature&gt;
-		&lt;nature&gt;org.cfeclipse.cfml.CFENature&lt;/nature&gt;
 	&lt;/natures&gt;
 &lt;/projectDescription&gt;</diff>
      <filename>.project</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 
 SECURITY=&quot;--user farcry:farcry --basic &quot;
 PORT=&quot;&quot;
-BASE_URL=&quot;http://localhost${PORT}/RobBlog&quot;
+BASE_URL=&quot;http://blog.local${PORT}&quot;
 
 #getting a list of availiable blogs (buckets of FarCry types)
 function test_get_bucket_list() {</diff>
      <filename>notes/atomTests.sh</filename>
    </modified>
    <modified>
      <diff>@@ -3,40 +3,24 @@
 &lt;!--- @@Copyright: Daemon Pty Limited 2002-2008, http://www.daemon.com.au ---&gt;
 &lt;!--- @@License:
 ---&gt;
-
-&lt;!--- 
-&lt;cfimport taglib=&quot;/farcry/core/tags/misc/&quot; prefix=&quot;misc&quot;&gt;
 &lt;cfimport taglib=&quot;/farcry/core/tags/webskin/&quot; prefix=&quot;skin&quot;&gt;
----&gt;
 
 &lt;cfif thistag.executionmode eq &quot;end&quot;&gt;
 	&lt;cfexit /&gt;
 &lt;/cfif&gt;
 
-&lt;!--- #application.blog.getProperty(&quot;blogTitle&quot;)# 
-#application.rooturl#
----&gt;
+&lt;cfset htmlLink = &quot;&quot; /&gt;
+&lt;skin:buildLink includeDomain='true' r_url=&quot;htmlLink&quot;
+				type=&quot;farBlogPost&quot; view=&quot;displayTypeText&quot; /&gt;
 &lt;cfoutput&gt;
-
-&lt;link rel=&quot;service.post&quot; type=&quot;application/atom+xml&quot; title=&quot;[[blog title]]&quot; 
-	href=&quot;http://localhost:8500/RobBlog/index.cfm?type=farBlogPost&amp;view=displayTypeText&quot;&gt;&lt;/link&gt;
-	
-&lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;[[blog title]] - Atom&quot; href=&quot;/atom/atom.cfm&quot;&gt;&lt;/link&gt;
-
-&lt;!--- 
-&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; 
-		title=&quot;Kalator Ad Service Blog - RSS&quot; 
-		href=&quot;http://kalator.blogspot.com/feeds/posts/default?alt=rss&quot; /&gt;
-		
 &lt;link rel=&quot;service.post&quot; type=&quot;application/atom+xml&quot; 
-		title=&quot;Kalator Ad Service Blog - Atom&quot; 
-		href=&quot;http://www.blogger.com/feeds/34871426/posts/default&quot; /&gt;
-		
-&lt;link rel=&quot;EditURI&quot; type=&quot;application/rsd+xml&quot; title=&quot;RSD&quot; 
-		href=&quot;http://www.blogger.com/rsd.g?blogID=34871426&quot; /&gt;
----&gt;
-
-
+		title=&quot;#application.ApplicationName#&quot; href=&quot;#htmlLink#&quot;&gt;&lt;/link&gt;
+	
+&lt;link rel=&quot;service.feed&quot; type=&quot;application/atom+xml&quot; 
+		title=&quot;#application.ApplicationName#&quot; href=&quot;#htmlLink#&quot;&gt;&lt;/link&gt;
+	
+&lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; 
+		title=&quot;#application.ApplicationName# - Atom&quot; href=&quot;#htmlLink#&quot;&gt;&lt;/link&gt;
 &lt;/cfoutput&gt;
 
 &lt;cfsetting enablecfoutputonly=&quot;No&quot;&gt;
\ No newline at end of file</diff>
      <filename>tags/serviceLink.cfm</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+&lt;cfsetting enablecfoutputonly=&quot;true&quot;&gt;
 &lt;cfoutput&gt;
 &lt;html&gt;
 &lt;head&gt;
@@ -7,4 +8,5 @@
 	&lt;p&gt;Nope&lt;/p&gt;
 &lt;/body&gt;
 &lt;/html&gt;
-&lt;/cfoutput&gt;
\ No newline at end of file
+&lt;/cfoutput&gt;
+&lt;cfsetting enablecfoutputonly=&quot;false&quot;&gt;
\ No newline at end of file</diff>
      <filename>webskin/types/displayAccessDenied.cfm</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+&lt;cfsetting enablecfoutputonly=&quot;true&quot;&gt;
 &lt;cfimport taglib=&quot;/farcry/core/tags/webskin&quot; prefix=&quot;skin&quot; /&gt;
 
 &lt;cfset request.reqData = getHTTPRequestData() /&gt;
@@ -52,4 +53,5 @@
 
 	&lt;skin:view typename=&quot;#stObj.name#&quot; webskin=&quot;displayAccessDenied&quot; /&gt;
 	&lt;cfabort /&gt;
-&lt;/cfif&gt;
\ No newline at end of file
+&lt;/cfif&gt;
+&lt;cfsetting enablecfoutputonly=&quot;false&quot;&gt;
\ No newline at end of file</diff>
      <filename>webskin/types/displayBasicAuth.cfm</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,6 @@
+&lt;cfsetting enablecfoutputonly=&quot;true&quot;&gt;
 &lt;cfparam name=&quot;entryid&quot; default=&quot;&quot;&gt;
 
 &lt;cfset application.blog.deleteEntry(entryid)&gt;
+
+&lt;cfsetting enablecfoutputonly=&quot;false&quot;&gt;
\ No newline at end of file</diff>
      <filename>webskin/types/displayDeleteEntry.cfm</filename>
    </modified>
    <modified>
      <diff>@@ -1,31 +1,54 @@
-&lt;cfparam name=&quot;entryid&quot; default=&quot;&quot;&gt;
+&lt;cfsetting enablecfoutputonly=&quot;true&quot;&gt;
+&lt;cfimport taglib=&quot;/farcry/core/tags/webskin&quot; prefix=&quot;skin&quot; /&gt;
 
 &lt;!--- grab the object from CO API ---&gt;
 &lt;cfset o = createObject(&quot;component&quot;, application.stCoapi[stObj.name].packagePath) /&gt;
 &lt;!--- get q query object of all the &quot;things&quot; (blog posts in the nearcry case) ---&gt;
-&lt;cfset entry = o.getData(entryid) /&gt;
+&lt;cfset entry = o.getData(urlDecode(stParam.entryid)) /&gt;
+
+&lt;!--- get our utils object (for things like date format) ---&gt;
+&lt;cfset utils = createObject(&quot;component&quot;, &quot;/farcry/plugins/farcryatom/packages/utils/utils&quot;) /&gt;
+
+&lt;!--- &lt;cfoutput&gt;&lt;cfdump var=&quot;#entry#&quot; /&gt;&lt;/cfoutput&gt; ---&gt;
 
 &lt;cfoutput&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;yes&quot;?&gt;
 &lt;entry xmlns=&quot;http://www.w3.org/2005/Atom&quot;&gt;
-	&lt;link href=&quot;#application.rootURL#/atom/atom.cfm/1/#entry.id#&quot; 
-		rel=&quot;service.edit&quot; title=&quot;#XmlFormat(entry.title)#&quot; 
+
+	&lt;cfset htmlLink = &quot;&quot; /&gt;
+	&lt;cfset stLinkParams = {
+			atomBid='1',
+			atomPid='#entry.objectId#'
+	} /&gt;
+	&lt;!--- objectId=&quot;#entry.objectId#&quot; ---&gt;
+	&lt;skin:buildLink includeDomain='true' r_url=&quot;htmlLink&quot;
+			stParameters='#stLinkParams#' view=&quot;displayTypeText&quot;
+			type='#entry.typename#'  /&gt;
+	
+	&lt;link href=&quot;#xmlFormat(htmlLink)#&quot; 
+		rel=&quot;service.edit&quot; title=&quot;#xmlFormat(entry.title)#&quot; 
 		type=&quot;application/atom+xml&quot; /&gt;
 
 	&lt;author&gt;
-		&lt;name&gt;#entry.name#&lt;/name&gt;
+		&lt;name&gt;#xmlFormat(entry.lastupdatedby)#&lt;/name&gt;
 	&lt;/author&gt;
 	
-	&lt;issued&gt;#entry.posted#&lt;/issued&gt;
-	&lt;modified&gt;#entry.posted#Z&lt;/modified&gt;
-	&lt;created&gt;#entry.posted#Z&lt;/created&gt;
+	&lt;!--- &lt;issued&gt;#entry.posted#&lt;/issued&gt; ---&gt;
+	&lt;modified&gt;#utils.isoDateFormat(entry.DATETIMELASTUPDATED)#&lt;/modified&gt;
+	&lt;created&gt;#utils.isoDateFormat(entry.DATETIMECREATED)#&lt;/created&gt;
+	
+	&lt;skin:buildLink includeDomain='true' r_url=&quot;htmlLink&quot; 
+			type='#entry.typename#' objectId=&quot;#entry.objectId#&quot; /&gt;
 	
-	&lt;link href=&quot;#application.blog.getProperty(&quot;blogURL&quot;)#/#year(entry.posted)#/#month(entry.posted)#/#day(entry.posted)#/#entry.alias#&quot;
-		rel=&quot;alternate&quot; title=&quot;#XmlFormat(entry.title)#&quot; type=&quot;text/html&quot;/&gt;
+	&lt;link href=&quot;#xmlFormat(htmlLink)#&quot; rel=&quot;alternate&quot; title=&quot;#XmlFormat(entry.title)#&quot; type=&quot;text/html&quot;/&gt;
 	
-	&lt;id&gt;tag:blogcfc.com,2006:blog-1.post-#entry.id#&lt;/id&gt;
+	&lt;id&gt;#entry.objectid#&lt;/id&gt;
 	
-	&lt;title mode=&quot;escaped&quot; type=&quot;text/html&quot;&gt;#XmlFormat(entry.title)#&lt;/title&gt;
-	&lt;content type=&quot;text/html&quot; mode=&quot;escaped&quot;&gt;#XmlFormat(entry.body)#&lt;/content&gt;
-	&lt;draft xmlns=&quot;http://purl.org/atom-blog/ns##&quot;&gt;&lt;cfif entry.released&gt;false&lt;cfelse&gt;true&lt;/cfif&gt;&lt;/draft&gt;
+	&lt;!-- mode=&quot;escaped&quot; --&gt;
+	&lt;title type=&quot;text/html&quot;&gt;&lt;![CDATA[#entry.title#]]&gt;&lt;/title&gt;
+	&lt;!-- mode=&quot;escaped&quot; --&gt;
+	&lt;content type=&quot;text/html&quot;&gt;&lt;![CDATA[#entry.body#]]&gt;&lt;/content&gt;
+
+	&lt;draft xmlns=&quot;http://purl.org/atom-blog/ns##&quot;&gt;&lt;cfif entry.STATUS eq &quot;approved&quot;&gt;true&lt;cfelse&gt;false&lt;/cfif&gt;&lt;/draft&gt;
 &lt;/entry&gt;
-&lt;/cfoutput&gt;
\ No newline at end of file
+&lt;/cfoutput&gt;
+&lt;cfsetting enablecfoutputonly=&quot;false&quot;&gt;
\ No newline at end of file</diff>
      <filename>webskin/types/displayGetEntry.cfm</filename>
    </modified>
    <modified>
      <diff>@@ -13,34 +13,42 @@
 	&lt;published&gt;#utils.isoDateFormat(stObj.dateTimeCreated)#&lt;/published&gt;
 	&lt;updated&gt;#utils.isoDateFormat(stObj.dateTimeLastUpdated)#&lt;/updated&gt;
   
-	&lt;title type=&quot;html&quot;&gt;&lt;![CDATA[??'s Blog]]&gt;&lt;/title&gt;
+	&lt;title type=&quot;html&quot;&gt;&lt;![CDATA[#application.ApplicationName#]]&gt;&lt;/title&gt;
 	
 	&lt;summary type=&quot;html&quot;&gt;&lt;![CDATA[
 		&lt;!-- Need a Blog object --&gt;
 	]]&gt;&lt;/summary&gt;
-  
-	&lt;link rel=&quot;alternate&quot; type=&quot;text/html&quot; href=&quot;http://localhost:8500/RobBlog/&quot;&gt;&lt;/link&gt;
+	&lt;/cfoutput&gt;
 	
-	&lt;!--- &lt;link rel='http://schemas.google.com/g/2005##feed' type='application/atom+xml' 
-		href='http://blogName.blogspot.com/feeds/posts/default'&gt;&lt;/link&gt;
-	&lt;link rel='http://schemas.google.com/g/2005##post' type='application/atom+xml' href='http://www.blogger.com/feeds/blogID/posts/default'&gt;&lt;/link&gt; ---&gt;
+	&lt;cfset htmlLink = &quot;&quot; /&gt;
+	&lt;skin:buildLink includeDomain='true' href='index.cfm' r_url=&quot;htmlLink&quot; /&gt;
+	&lt;cfoutput&gt;
+	&lt;link rel=&quot;alternate&quot; type=&quot;text/html&quot; href=&quot;#xmlFormat(htmlLink)#&quot;&gt;&lt;/link&gt;
+	&lt;/cfoutput&gt;
 	
-	&lt;!--- &lt;link rel=&quot;self&quot; type=&quot;application/atom+xml&quot; href=&quot;http://www.blogger.com/feeds/userID/blogs/blogID&quot;&gt;&lt;/link&gt;
-	&lt;link rel=&quot;edit&quot; type=&quot;application/atom+xml&quot; href=&quot;http://www.blogger.com/feeds/userID/blogs/blogID&quot;&gt;&lt;/link&gt; ---&gt;
- 		
-	&lt;link rel=&quot;self&quot; type=&quot;application/atom+xml&quot; 
-		href=&quot;&lt;skin:buildLink includeDomain='true' type='#stObj.name#' view='displayTypeText' urlOnly='true' bXMLEntities='true' /&gt;&quot;&gt;&lt;/link&gt;
+ 	&lt;skin:buildLink includeDomain='true' type='#stObj.name#' view='displayTypeText' r_url=&quot;htmlLink&quot; /&gt;
+	&lt;cfoutput&gt;
+	&lt;link rel=&quot;self&quot; type=&quot;application/atom+xml&quot; href=&quot;#xmlFormat(htmlLink)#&quot;&gt;&lt;/link&gt;
+	&lt;/cfoutput&gt;
 	
 	&lt;cfset stParams = {atomBid='1'} /&gt;
-	&lt;link rel=&quot;edit&quot; type=&quot;application/atom+xml&quot; 
-		href=&quot;&lt;skin:buildLink includeDomain='true' type='#stObj.name#' view='displayTypeText' urlOnly='true' stParameters='#stParams#' bXMLEntities='true' /&gt;&quot;&gt;&lt;/link&gt;
+	&lt;skin:buildLink includeDomain='true' type='#stObj.name#' 
+					view='displayTypeText' stParameters='#stParams#' r_url=&quot;htmlLink&quot; /&gt;
+	&lt;cfoutput&gt;
+	&lt;link rel=&quot;edit&quot; type=&quot;application/atom+xml&quot; href=&quot;#xmlFormat(htmlLink)# &quot;&gt;&lt;/link&gt;
+	&lt;link rel=&quot;service.feed&quot; type=&quot;application/atom+xml&quot; href=&quot;#xmlFormat(htmlLink)#&quot;&gt;&lt;/link&gt;
+	&lt;/cfoutput&gt;
 	
+	&lt;cfoutput&gt;
 	&lt;author&gt;
 		&lt;name&gt;&lt;!-- Need blog object --&gt;&lt;/name&gt;
 		&lt;email&gt;&lt;!-- Need blog object --&gt;&lt;/email&gt;
-		&lt;uri&gt;#application.url.webroot#/index.cfm?objectId=#session.dmProfile.objectId#&lt;/uri&gt;
+	&lt;/cfoutput&gt;
+		&lt;skin:buildLink includeDomain='true' type='#stObj.name#' 
+					view='displayTypeText' r_url=&quot;htmlLink&quot; /&gt;
+	&lt;cfoutput&gt;
+		&lt;uri&gt;#xmlFormat(htmlLink)#&lt;/uri&gt;
 	&lt;/author&gt;
-	
 &lt;/entry&gt;
 &lt;/cfoutput&gt;
 &lt;cfsetting enablecfoutputonly=&quot;No&quot;&gt;
\ No newline at end of file</diff>
      <filename>webskin/types/displayListBuckets.cfm</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,10 @@
+&lt;cfsetting enablecfoutputonly=&quot;Yes&quot;&gt;
 &lt;cfimport taglib=&quot;/farcry/core/tags/webskin&quot; prefix=&quot;skin&quot; /&gt;
 
-&lt;!--- grab the object from CO API ---&gt;
+&lt;!--- grab the object from COAPI. This isn't the best way to do this, but will due for
+	now.  
+	TODO: When we get the API flushed out more, we'll need to update 
+---&gt;
 &lt;cfset o = createObject(&quot;component&quot;, application.stCoapi[stObj.name].packagePath) /&gt;
 &lt;!--- get q query object of all the &quot;things&quot; (blog posts in the nearcry case) ---&gt;
 &lt;cfset entries = o.getMultipleByQuery() /&gt;
@@ -17,65 +21,75 @@
 	&lt;updated&gt;#utils.isoDateFormat(stObj.dateTimeLastUpdated)#&lt;/updated&gt;
 	
 	&lt;!--- #session.dmProfile.firstName# ---&gt;
-	&lt;title type=&quot;text&quot;&gt;??'s Diary&lt;/title&gt;
+	&lt;title type=&quot;text&quot;&gt;&lt;![CDATA[#application.ApplicationName#]]&gt;&lt;/title&gt;
 	
 	&lt;link rel=&quot;alternate&quot; type=&quot;text/html&quot; href=&quot;#application.url.webroot#&quot;&gt;&lt;/link&gt;
 	
+	&lt;!--- 
 	&lt;link rel=&quot;http://schemas.google.com/g/2005##feed&quot; type=&quot;application/atom+xml&quot;
 		href=&quot;#application.url.webroot#/feeds/posts/default&quot;&gt;&lt;/link&gt;
 	
 	&lt;link rel=&quot;self&quot; type=&quot;application/atom+xml&quot; 
 		href=&quot;#application.url.webroot#/feeds/posts/default&quot;&gt;&lt;/link&gt;
-	
+	---&gt;
 	&lt;author&gt;
-		&lt;name&gt;&lt;!-- TODO: Need a Blog object --&gt;&lt;/name&gt;
+		&lt;name&gt;#stObj.lastupdatedby#&lt;/name&gt;
 		&lt;email&gt;&lt;!-- TODO: Need a Blog object --&gt;&lt;/email&gt;
 		&lt;uri&gt;&lt;!-- TODO: Need a Blog object --&gt;&lt;/uri&gt;
 	&lt;/author&gt;
 	
 	&lt;generator version=&quot;1.0&quot; uri=&quot;http://farcrycore.org&quot;&gt;&lt;![CDATA[
-		
 		&lt;!--- &lt;cfdump var=&quot;#application.url#&quot; /&gt; ---&gt;
 	]]&gt;&lt;/generator&gt;
-  
+	&lt;/cfoutput&gt;
+	
 	&lt;cfloop query=&quot;entries&quot;&gt;
+		&lt;cfoutput&gt;
 		&lt;entry&gt;
 			&lt;id&gt;#entries.objectId#&lt;/id&gt;
 			&lt;published&gt;#utils.isoDateFormat(entries.dateTimeCreated)#&lt;/published&gt;
 			&lt;updated&gt;#utils.isoDateFormat(entries.dateTimeLastUpdated)#&lt;/updated&gt;
-	
-			&lt;title type=&quot;html&quot;&gt;&lt;![CDATA[
-				&lt;cfif len(entries.title)&gt;
-					#entries.title#
-				&lt;cfelse&gt;
-					#entries.label#
-				&lt;/cfif&gt;
-			]]&gt;&lt;/title&gt;
 			
-			&lt;content type=&quot;html&quot;&gt;&lt;![CDATA[
-				&lt;cfif structKeyExists(entries, &quot;teaser&quot;) and len(entries.teaser)&gt;
-					#entries.teaser#
-				&lt;cfelseif structKeyExists(entries, &quot;body&quot;)&gt;
-					#entries.body#
-				&lt;/cfif&gt;
-			]]&gt;&lt;/content&gt;
+			&lt;title type=&quot;html&quot;&gt;&lt;![CDATA[&lt;cfif len(entries.title)&gt;#entries.title#&lt;cfelse&gt;#entries.label#&lt;/cfif&gt;]]&gt;&lt;/title&gt;
+			
+			&lt;content type=&quot;html&quot;&gt;&lt;![CDATA[&lt;cfif structKeyExists(entries, &quot;teaser&quot;) and len(entries.teaser)&gt;#entries.teaser#&lt;cfelseif structKeyExists(entries, &quot;body&quot;)&gt;#entries.body#&lt;/cfif&gt;]]&gt;&lt;/content&gt;		
+			
+			&lt;/cfoutput&gt;
 			
-			&lt;link rel=&quot;alternate&quot; type=&quot;text/html&quot; 
-				href=&quot;&lt;skin:buildLink includeDomain='true' objectId='#stObj.objectID#' urlOnly='true' /&gt;&quot;&gt;&lt;/link&gt;
+			&lt;cfset htmlLink = &quot;&quot; /&gt;
+			&lt;!--- objectId='#stObj.objectID#' ---&gt;
+			&lt;skin:buildLink includeDomain='true' objectId=&quot;#entries.objectId#&quot;
+					type=&quot;#stObj.name#&quot; r_url=&quot;htmlLink&quot; /&gt;
 			
-			&lt;link rel=&quot;self&quot; type=&quot;application/atom+xml&quot; 
-				href=&quot;#application.url.webroot#/feeds/posts/default/postID&quot;&gt;&lt;/link&gt;
+			&lt;cfoutput&gt;
+			&lt;link rel=&quot;alternate&quot; type=&quot;text/html&quot; href=&quot;#xmlFormat(htmlLink)#&quot;&gt;&lt;/link&gt;
+			&lt;/cfoutput&gt;
 			
-			&lt;link rel=&quot;edit&quot; type=&quot;application/atom+xml&quot; 
-				href=&quot;#application.url.webroot#/feeds/blogID/posts/default/postID&quot;&gt;&lt;/link&gt;
+			&lt;cfset htmlLink = &quot;&quot; /&gt;
+			&lt;cfset stParams = {atomBid='1',atomPid='#entries.objectId#'} /&gt;
+			&lt;skin:buildLink includeDomain='true' type=&quot;#stObj.name#&quot; r_url=&quot;htmlLink&quot; 
+							stParameters=&quot;#stParams#&quot; view=&quot;displayTypeText&quot; /&gt;
+			
+			&lt;cfoutput&gt;
+			&lt;link rel=&quot;self&quot; type=&quot;application/atom+xml&quot; href=&quot;#xmlFormat(htmlLink)#&quot;&gt;&lt;/link&gt;
+			&lt;/cfoutput&gt;
+			
+			&lt;cfoutput&gt;
+			&lt;link rel=&quot;edit&quot; type=&quot;application/atom+xml&quot; href=&quot;#xmlFormat(htmlLink)#&quot;&gt;&lt;/link&gt;
+			
+			&lt;!--- &lt;cfdump var=&quot;#stObj#&quot; /&gt; ---&gt;
 			
 			&lt;author&gt;
-				&lt;name&gt;#entries.createdBy# #entries.ownedBy# #entries.status#&lt;/name&gt;
+				&lt;name&gt;#entries.lastupdatedby#&lt;/name&gt;
+				&lt;!--- &lt;name&gt;#entries.createdBy# #entries.ownedBy# #entries.status#&lt;/name&gt; ---&gt;
 				&lt;email&gt;&lt;!-- TODO: Need a addition to blog entry object --&gt;&lt;/email&gt;
 				&lt;uri&gt;&lt;!-- TODO: Need a addition to blog entry object --&gt;&lt;/uri&gt;
 			&lt;/author&gt;
 		&lt;/entry&gt;
+		&lt;/cfoutput&gt;
  	&lt;/cfloop&gt;
- 	
+
+ 	&lt;cfoutput&gt;
 &lt;/feed&gt;
 &lt;/cfoutput&gt;
+&lt;cfsetting enablecfoutputonly=&quot;No&quot;&gt;
\ No newline at end of file</diff>
      <filename>webskin/types/displayListEntries.cfm</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+&lt;cfsetting enablecfoutputonly=&quot;true&quot;&gt;
 &lt;!--- Introspection documents are identified with the &quot;application/atomserv+xml&quot; media type ---&gt;
 &lt;cfset request.method = getHTTPRequestData().method /&gt;
 &lt;!-- 
@@ -18,3 +19,4 @@
 &lt;cfelse&gt;
 	&lt;cfset request.bodydoc = XMLParse(&quot;&lt;nodoc/&gt;&quot;) /&gt;
 &lt;/cfif&gt;
+&lt;cfsetting enablecfoutputonly=&quot;false&quot;&gt;
\ No newline at end of file</diff>
      <filename>webskin/types/displayRestParser.cfm</filename>
    </modified>
    <modified>
      <diff>@@ -37,13 +37,16 @@
 	&lt;cfswitch expression=&quot;#LCase(request.method)#&quot;&gt;
 
 		&lt;cfcase value=&quot;get&quot;&gt;
-			&lt;!--- if there is no bucket an entry id, get a list of all the buckets (blogs) ---&gt;
+			&lt;!--- if there is no bucket and entry id, get a list of all the buckets (blogs) ---&gt;
 			&lt;cfif not structKeyExists(request.resource, atomItemURLName) 
 				and not structKeyExists(request.resource, atomBucketURLName)&gt;
 				
 				&lt;skin:view typename=&quot;#stObj.name#&quot; webskin=&quot;displayListBuckets&quot; /&gt;
 				
-			&lt;!--- we have a bucket id and no entry, so list all the entries in the bucket ---&gt;
+			&lt;!--- we have a bucket id and no entry, so list all the entries in the bucket 
+				version 1 will just have the one bucket so the bucket id (atombid) doesn't
+				matter, it just needs to be.
+			---&gt;
 			&lt;cfelseif structKeyExists(request.resource, atomBucketURLName) 
 				and not structKeyExists(request.resource, atomItemURLName)&gt;
 				&lt;cfset bucketId = request.resource[atomBucketURLName] /&gt;
@@ -54,9 +57,12 @@
 			&lt;cfelseif structKeyExists(request.resource, atomBucketURLName) 
 				and structKeyExists(request.resource, atomItemURLName)&gt;
 				
-				&lt;cfset entryId = request.resource[atomItemURLName] /&gt;
-				&lt;cfset bucketId = request.resource[atomBucketURLName] /&gt;
-				&lt;skin:view typename=&quot;#stObj.name#&quot; webskin=&quot;displayGetEntries&quot; /&gt;
+				&lt;cfset stParams = { 
+						entryId='#request.resource[atomItemURLName]#',
+						bucketId='#request.resource[atomBucketURLName]#'
+				} /&gt;
+				&lt;skin:view typename=&quot;#stObj.name#&quot; webskin=&quot;displayGetEntry&quot; 
+							stParam=&quot;#stParams#&quot; /&gt;
 				
 			&lt;cfelse&gt;
 				&lt;!--- we should never get here ---&gt;</diff>
      <filename>webskin/types/displayTypeText.cfm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>157edf96af60ad16d9044c51c6cf01e5e40eb61c</id>
    </parent>
  </parents>
  <author>
    <name>Rob Rohan</name>
    <email>robrohan@SMacBookPro.gateway.2wire.net</email>
  </author>
  <url>http://github.com/robrohan/farcryatom/commit/4219e2d18adc3b3718e24030293865bbae1aea98</url>
  <id>4219e2d18adc3b3718e24030293865bbae1aea98</id>
  <committed-date>2008-11-15T21:46:21-08:00</committed-date>
  <authored-date>2008-11-15T21:46:21-08:00</authored-date>
  <message>Still not much working (except the first couple levels of auth), but I am spinning my wheels and getting frustrated with it so i am going to put it away for a bit.</message>
  <tree>25104887e0f4b10f57c5adcf39cd5a5796ce7dfb</tree>
  <committer>
    <name>Rob Rohan</name>
    <email>robrohan@SMacBookPro.gateway.2wire.net</email>
  </committer>
</commit>
