BlogCFC 5.1 Alpha 3
Once again, I'm just plain disappointed in you folks. Sure, I got some feedback, but not enough. I give, and give, and give, and you guys just take, and take and take. Well fine then. I'll release another alpha.
This version adds textblock support. What's a textblock? A block of text. I know, surprising, eh? A textblock is a useful way to store information you edit often. So for example, imagine your local user group uses the blog. You have a "Next Meeting" pod. Normally you edit the file yourself. But with textblock support, you could edit the data via the BlogCFC administrator.
To use the content in your pod, you would simply do:
I could add a method that returns just the content subkey if folks think the above is a bit too complex. Shoot, I think I'll do that right now. Give me 5 minutes and I'll make this work as well:
Enjoy. Everything is in SVN (except the above, give me 5), and just to be clear, the first paragraph is a joke.
I've got two more changes in mind and then 5.1 is gold.

Is the syntax not ".body"? i.e.
<code>
<cfoutput>#application.textblock.getTextBlock("links").body#</cfoutput>
</code?
<textblock label="links">
Thoughts?
By the way - Pages use the same code the Entries do to display, renderEntry, so if I made this would, you could use textbloks inside of blog entries as well.
Pound cake!