rss.ftl

来自「anewssystem新闻发布系统集成使用了spring hibernate f」· FTL 代码 · 共 20 行

FTL
20
字号
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel>
    <title>anews</title>
    <link>http://code.google.com/p/anewssystem/</link>
    <language>zh-cn</language>
    <description >A news publishing system</description>
    <webMaster>xyz20003@gmail.com(Lingo)</webMaster>
    <lastBuildDate>${now?date}</lastBuildDate>
<#list page.result as item>
    <item>
      <title>${item.name?xml}</title>
      <link>http://localhost:8080/anews/${item.link!}</link>
      <pubDate>${item.updateDate?datetime}</pubDate>
      <description><![CDATA[${item.content}]]></description>
    </item>
</#list>
  </channel>
</rss>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?