summaryrefslogtreecommitdiff
path: root/src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template')
-rw-r--r--src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template b/src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template
new file mode 100644
index 0000000..75ddffa
--- /dev/null
+++ b/src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template
@@ -0,0 +1,20 @@
+<bloggerEntries>
+ <Blogger>
+ <bi_entry>
+ <bi_url><![CDATA[<$BlogItemURL$>]]></bi_url>
+ <bi_title><![CDATA[<$BlogItemTitle$>]]></bi_title>
+ <bi_body><![CDATA[<$BlogItemBody$>]]></bi_body>
+ <bi_author><![CDATA[<$BlogItemAuthor$>]]></bi_author>
+ <bi_date><![CDATA[<$BlogItemDateTime$>]]></bi_date>
+ <BlogItemCommentsEnabled>
+ <BlogItemComments>
+ <bi_comments>
+ <bi_commentauthor><![CDATA[<$BlogCommentAuthor$>]]></bi_commentauthor>
+ <bi_commentdate><![CDATA[<$BlogCommentDateTime$>]]></bi_commentdate>
+ <bi_commentbody><![CDATA[<$BlogCommentBody$>]]></bi_commentbody>
+ </bi_comments>
+ </BlogItemComments>
+ </BlogItemCommentsEnabled>
+ </bi_entry>
+ </Blogger>
+</bloggerEntries> \ No newline at end of file