-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
30 lines (23 loc) · 825 Bytes
/
atom.xml
File metadata and controls
30 lines (23 loc) · 825 Bytes
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
30
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[David's Blog]]></title>
<link href="http://www.yechuanwei.com/atom.xml" rel="self"/>
<link href="http://www.yechuanwei.com/"/>
<updated>2014-07-09T21:12:40+08:00</updated>
<id>http://www.yechuanwei.com/</id>
<author>
<name><![CDATA[David]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Hello World]]></title>
<link href="http://www.yechuanwei.com/blog/2014/07/07/hello-world/"/>
<updated>2014-07-07T17:36:50+08:00</updated>
<id>http://www.yechuanwei.com/blog/2014/07/07/hello-world</id>
<content type="html"><![CDATA[<h2>Hello World</h2>
<ul>
<li>by david.</li>
</ul>
]]></content>
</entry>
</feed>