{$smarty.const.C_BLOGNAME}
{$smarty.const.C_BLOG_DESCRIPTION}
{$smarty.const.C_LAST_MODIFIED|date_format:atom}
All Rights Reserved
bBlog {$bBlog_version}
tag:{$smarty.server.SERVER_NAME},{$smarty.const.C_LAST_MODIFIED|date_format:"Y:m.d"}
{foreach from=$posts item=post}
{if strlen($post.author.fullname) > 0}
{$post.author.fullname}
{else}
{$post.author.nickname}
{/if}
{if strlen($post.author.url) > 0}
{$post.author.url}
{/if}
{if strlen($post.author.email) > 0}
{$post.author.email}
{/if}
{$post.title|strip_tags}
tag:{$smarty.server.SERVER_NAME},{$smarty.const.C_LAST_MODIFIED|date_format:"Y:m.d."}{$post.id}
{$post.modifytime|date_format:atom}
{$post.posttime|date_format:atom}
{$post.body|strip_tags|truncate}
{/foreach}