home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 March / PCWMAR06.iso / Software / Freeware / Thingamablog 1.0.5 / thinga-setup-1.0.5.exe / feed.template < prev    next >
Encoding:
Extensible Markup Language  |  2005-11-29  |  950 b   |  27 lines

  1. <?xml version="1.0" encoding="<$Charset$>"?>
  2. <rss version="2.0">
  3. <channel>
  4. <title><$BlogTitle$></title>
  5. <link><$FrontPageLink$></link>
  6. <description><$BlogDescription encode_html="1"$></description>
  7. <language><$Lang$>-<$Country$></language>
  8. <copyright>Copyright <$CurrentDate format="yyyy"$></copyright>
  9. <lastBuildDate><$CurrentDate format="RFC822"$></lastBuildDate>
  10. <pubDate><$CurrentDate format="RFC822"$></pubDate>
  11. <generator>http://thingamablog.sf.net</generator>
  12. <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  13. <BlogEntry>
  14. <item>
  15. <title><EntryTitle><$EntryTitle encode_html="1"$></EntryTitle></title>
  16. <description><$EntryBody encode_html="1"$></description>
  17. <link><$EntryArchivePage$>#<$EntryID$></link>
  18. <guid><$EntryArchivePage$>#<$EntryID$></guid>
  19. <EntryCategories>
  20. <category><$CategoryName$></category>
  21. </EntryCategories>
  22. <pubDate><$EntryDateTime format="RFC822"$></pubDate>
  23. </item>
  24. </BlogEntry>
  25. </channel>
  26. </rss>
  27.