📄 rss.ftl
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -