-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.xml
More file actions
29 lines (26 loc) · 1.52 KB
/
rss.xml
File metadata and controls
29 lines (26 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>RSS源标题</title>
<link>http://ofeng.github.io</link>
<description>RSS源描述</description>
<lastBuildDate>Wed, 18 Sep 2013 14:54:52 +0800</lastBuildDate>
<language>zh-cn</language>
<item>
<title>江城子</title>
<link>http://ofeng.github.io/articles/first-post.html?utm_source=rss&utm_medium=rss&utm_campaign=rss</link>
<guid>http://ofeng.github.io/articles/first-post.html</guid>
<author>邮箱 博客主</author>
<pubDate>Wed, 02 Jan 2013 00:00:00 +0800</pubDate>
<description>十年生死两茫茫,不思量,自难忘。千里孤坟,无处话凄凉。纵使相逢应不识,尘满面,鬓如霜。夜来幽梦忽还乡。小轩窗,正梳妆。相顾无言,惟有泪千行。料得年年肠断处:明月夜,短松冈。</description>
</item>
<item>
<title>代码及数学公式示例</title>
<link>http://ofeng.github.io/articles/second-post.html?utm_source=rss&utm_medium=rss&utm_campaign=rss</link>
<guid>http://ofeng.github.io/articles/second-post.html</guid>
<author>邮箱 博客主</author>
<pubDate>Tue, 01 Jan 2013 00:00:00 +0800</pubDate>
<description>这篇文章展示了如何在papery中使用代码和数学公式。</description>
</item>
</channel>
</rss>