-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.html
More file actions
21 lines (21 loc) · 1.24 KB
/
feed.html
File metadata and controls
21 lines (21 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>挖图网最新图片-分享网络上的图片并和你的朋友分享</title>
<link>http://images.kangye.org/</link>
<description>挖图网让你可以分享你在网络上看到的图片,只要使用挖图网的分享按钮,就可以随时随地分享你在网上看到的经常图片,并可以评论打分,和朋友分享。本网站使用了Google Friend Connect。</description>
<language>zh-cn</language>
<docs>http://images.kangye.org/rss</docs>
<generator>康爷</generator>
<webMaster>areyoulookon@gmail.com</webMaster>
{% for img in images %}
<item>
<title>{{img.caption}}</title>
<link>http://images.kangye.org/imgdetail/{{img.key}}</link>
<description><p><a href="http://images.kangye.org/imgdetail/{{img.key}}"><img src="http://{% firstof img.server "y44y" %}.appspot.com/images/{{ img.key }}{{ img.ext_thumb }}" alt="" border="0" width="408" height="480"></a></p></description>
<pubDate>{{img.date}}</pubDate>
<guid>http://images.kangye.org/imgdetail/{{img.key}}</guid>
</item>
{% endfor %}
</channel>
</rss>