<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iBeiKe team 开发</title>
	<atom:link href="http://team.ibeike.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://team.ibeike.com</link>
	<description>iBeiKe站务组</description>
	<lastBuildDate>Tue, 10 May 2011 11:09:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iBeiKe 10周年晚会</title>
		<link>http://team.ibeike.com/?p=100</link>
		<comments>http://team.ibeike.com/?p=100#comments</comments>
		<pubDate>Tue, 10 May 2011 10:51:33 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[公告]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=100</guid>
		<description><![CDATA[主题：“十年之爱在北科”，北京科技大学 iBeiKe 十周年站庆晚会
地址：北京市海淀区学院路30号北京科技大学，教职工礼堂（原学二食堂处）
地图链接：http://goo.gl/ZzZ8C
时间：2011年5月14日 7:00 p.m 正式开始，观众请于6点半之前到场，嘉宾请于6点到场
注意事项：入场时，嘉宾如无特殊通知，请于北边的礼堂西门进入即可
如果您用的是 iCal 或者 iPhone、iPod 或者 iPad 等 iOS 系统，可以直接从这里下载行事录（iCal-20110510-190359）
]]></description>
			<content:encoded><![CDATA[<p><strong>主题：</strong>“十年之爱在北科”，北京科技大学 iBeiKe 十周年站庆晚会</p>
<p><strong>地址：</strong>北京市海淀区学院路30号北京科技大学，教职工礼堂（原学二食堂处）</p>
<p><strong>地图链接：</strong><a href="http://goo.gl/ZzZ8C">http://goo.gl/ZzZ8C</a></p>
<p><strong>时间：</strong>2011年5月14日 7:00 p.m 正式开始，观众请于6点半之前到场，嘉宾请于6点到场</p>
<p><strong>注意事项：</strong>入场时，嘉宾如无特殊通知，请于北边的礼堂西门进入即可</p>
<p>如果您用的是 iCal 或者 iPhone、iPod 或者 iPad 等 iOS 系统，可以直接从这里下载行事录（<a href="http://team.ibeike.com/wp-content/uploads/2011/05/iCal-20110510-190359.ics">iCal-20110510-190359</a>）</p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自动抓取内容，写入 DZ7 数据库</title>
		<link>http://team.ibeike.com/?p=95</link>
		<comments>http://team.ibeike.com/?p=95#comments</comments>
		<pubDate>Sun, 16 May 2010 12:04:56 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=95</guid>
		<description><![CDATA[原文发自：http://anylinux.net/post/1449.html
话说，我们学校的本科教育网（http://teach.ustb.edu.cn）是发布很多重要信息的地方，但是竟然没有 RSS 的输出，更别提其他的 ATOM 了。经过一段时间的观察，发现不仅仅是本科教育网，其他很多会发布重要信息的网站竟然全都没有 RSS 的输出…
于是乎，iBeiKe 上就开了一个版块叫做“信息通知”（http://city.ibeike.com/forumdisplay.php?fid=197），通过 DZ 的 RSS 输出，就可以订阅一些新闻通知了。但是人工去抓取这些内容，简直就是回到了解放前啊，每天都要有人去这些网站逛一圈才知道到底有没有新通知。
那么我们就写一个小东东，让它来完成这些使命吧。使用 Python 写的，可能还有一些问题，就是在发帖人的发帖统计上，不会自动+1。后面代码中，“drivel”为你要显示的发帖人，“169”为 UID，“197”为FID。
代码授权为 BSD License，enjoy。

单击这里下载
]]></description>
			<content:encoded><![CDATA[<p>原文发自：<a href="http://anylinux.net/post/1449.html">http://anylinux.net/post/1449.html</a></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; margin: 0px;">话说，我们学校的本科教育网（http://teach.ustb.edu.cn）是发布很多重要信息的地方，但是竟然没有 RSS 的输出，更别提其他的 ATOM 了。经过一段时间的观察，发现不仅仅是本科教育网，其他很多会发布重要信息的网站竟然全都没有 RSS 的输出…</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; margin: 0px;">于是乎，iBeiKe 上就开了一个版块叫做“信息通知”（http://city.ibeike.com/forumdisplay.php?fid=197），通过 DZ 的 RSS 输出，就可以订阅一些新闻通知了。但是人工去抓取这些内容，简直就是回到了解放前啊，每天都要有人去这些网站逛一圈才知道到底有没有新通知。</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; margin: 0px;">那么我们就写一个小东东，让它来完成这些使命吧。使用 Python 写的，可能还有一些问题，就是在发帖人的发帖统计上，不会自动+1。后面代码中，“drivel”为你要显示的发帖人，“169”为 UID，“197”为FID。</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; margin: 0px;">代码授权为 BSD License，enjoy。</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; margin: 0px;">
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; margin: 0px;"><a href="http://team.ibeike.com/wp-content/uploads/2010/05/spider.7z">单击这里下载</a></p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=95</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>iBeiKe首页之中秋佳节</title>
		<link>http://team.ibeike.com/?p=89</link>
		<comments>http://team.ibeike.com/?p=89#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:50:10 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=89</guid>
		<description><![CDATA[为庆祝中秋佳节
iBeiKe换上中秋首页及论坛皮肤

]]></description>
			<content:encoded><![CDATA[<p>为庆祝中秋佳节</p>
<p>iBeiKe换上中秋首页及论坛皮肤</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-90" title="ScreenShot" src="http://team.ibeike.com/wp-content/uploads/2009/10/ScreenShot3-1024x515.jpg" alt="ScreenShot" width="614" height="309" /></p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=89</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iBeiKe首页之国庆60年</title>
		<link>http://team.ibeike.com/?p=85</link>
		<comments>http://team.ibeike.com/?p=85#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:47:29 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=85</guid>
		<description><![CDATA[国庆60周年,举国欢庆
iBeiKe也在同一时间换上了国庆60年的首页及论坛皮肤

]]></description>
			<content:encoded><![CDATA[<p>国庆60周年,举国欢庆</p>
<p>iBeiKe也在同一时间换上了国庆60年的首页及论坛皮肤</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-84" title="ScreenShot" src="http://team.ibeike.com/wp-content/uploads/2009/10/ScreenShot2-1024x512.jpg" alt="ScreenShot" width="574" height="286" /></p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iBeiKe首页改版</title>
		<link>http://team.ibeike.com/?p=78</link>
		<comments>http://team.ibeike.com/?p=78#comments</comments>
		<pubDate>Sat, 26 Sep 2009 07:55:58 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=78</guid>
		<description><![CDATA[
iBeiKe首页改版&#8230;..
在原有的基础上添加了适当的文字说明,及站点指示条
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-large wp-image-77" title="首页说明" src="http://team.ibeike.com/wp-content/uploads/2009/09/首页说明1-1024x848.jpg" alt="首页说明" width="691" height="571" /></p>
<p>iBeiKe首页改版&#8230;..</p>
<p>在原有的基础上添加了适当的文字说明,及站点指示条</p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iBeiKe贴纸大派送</title>
		<link>http://team.ibeike.com/?p=68</link>
		<comments>http://team.ibeike.com/?p=68#comments</comments>
		<pubDate>Sun, 20 Sep 2009 13:19:33 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=68</guid>
		<description><![CDATA[新学期iBeiKe好礼大放送
发现先前同学们都是自己手写&#8221;谢绝推销&#8221;"请勿喧哗&#8221;等便条贴在寝室门上
风格不同,显得所有寝室门都十分的凌乱
因此,iBeiKe团队特别设计了&#8221;谢绝推销&#8221;"请勿喧哗&#8221;这两款贴纸,免费发放给同学们
]]></description>
			<content:encoded><![CDATA[<p>新学期iBeiKe好礼大放送</p>
<p>发现先前同学们都是自己手写&#8221;谢绝推销&#8221;"请勿喧哗&#8221;等便条贴在寝室门上</p>
<p>风格不同,显得所有寝室门都十分的凌乱</p>
<p>因此,iBeiKe团队特别设计了&#8221;谢绝推销&#8221;"请勿喧哗&#8221;这两款贴纸,免费发放给同学们</p>

<a href='http://team.ibeike.com/?attachment_id=72' title='1'><img width="150" height="150" src="http://team.ibeike.com/wp-content/uploads/2009/09/1-150x150.jpg" class="attachment-thumbnail" alt="" title="1" /></a>
<a href='http://team.ibeike.com/?attachment_id=73' title='2'><img width="150" height="150" src="http://team.ibeike.com/wp-content/uploads/2009/09/2-150x150.jpg" class="attachment-thumbnail" alt="" title="2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>新增加了友好 500 错误提示页</title>
		<link>http://team.ibeike.com/?p=65</link>
		<comments>http://team.ibeike.com/?p=65#comments</comments>
		<pubDate>Tue, 21 Jul 2009 21:42:40 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=65</guid>
		<description><![CDATA[如图，嗯，这样友好一些吧
至少知道要反馈给谁了

]]></description>
			<content:encoded><![CDATA[<p>如图，嗯，这样友好一些吧</p>
<p>至少知道要反馈给谁了</p>
<p><img src="http://team.ibeike.com/wp-content/uploads/2009/07/2009-07-22_054135.png" alt="2009-07-22_054135" title="2009-07-22_054135" width="669" height="358" class="alignnone size-full wp-image-66" /></p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WiKi站重新开通</title>
		<link>http://team.ibeike.com/?p=60</link>
		<comments>http://team.ibeike.com/?p=60#comments</comments>
		<pubDate>Fri, 17 Jul 2009 07:23:41 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=60</guid>
		<description><![CDATA[

WiKi站重新开通啦
太感动了&#8230;一把鼻涕一把眼泪的&#8230;.
感谢CCTV,MTV,感谢iBeiKeTV,感谢图图同学&#8230;还要感谢咱亲爱的服务器&#8230;.
哇哈哈&#8230;..
]]></description>
			<content:encoded><![CDATA[<p><img src="file:///C:/Users/SHOW/AppData/Local/Temp/moz-screenshot.jpg" alt="" /></p>
<p><img class="aligncenter size-medium wp-image-61" title="无标题" src="http://team.ibeike.com/wp-content/uploads/2009/07/无标题-300x107.jpg" alt="无标题" width="300" height="107" /></p>
<p>WiKi站重新开通啦</p>
<p>太感动了&#8230;一把鼻涕一把眼泪的&#8230;.</p>
<p>感谢CCTV,MTV,感谢iBeiKeTV,感谢图图同学&#8230;还要感谢咱亲爱的服务器&#8230;.</p>
<p>哇哈哈&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>iBeiKe 论坛增加了外链警告[By drivel]</title>
		<link>http://team.ibeike.com/?p=56</link>
		<comments>http://team.ibeike.com/?p=56#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:43:09 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=56</guid>
		<description><![CDATA[论坛上大家都可以发言，但是经常有些人经常发一些站外链接，时常伴有这病毒或者木马，有时域名相似，也会误以为是 iBeiKe 的网站，达到 phishing 的目的，为了大家的安全，iBeiKe 贝城社区增加了外链警告。
]]></description>
			<content:encoded><![CDATA[<p>论坛上大家都可以发言，但是经常有些人经常发一些站外链接，时常伴有这病毒或者木马，有时域名相似，也会误以为是 iBeiKe 的网站，达到 phishing 的目的，为了大家的安全，iBeiKe 贝城社区增加了外链警告。</p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>更新了skin[By Showbin]</title>
		<link>http://team.ibeike.com/?p=49</link>
		<comments>http://team.ibeike.com/?p=49#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:14:59 +0000</pubDate>
		<dc:creator>team</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://team.ibeike.com/?p=49</guid>
		<description><![CDATA[今天更新了Team站的皮肤
希望大家会喜欢&#8230;.哇哈哈&#8230;自恋下&#8230;.
]]></description>
			<content:encoded><![CDATA[<p>今天更新了Team站的皮肤</p>
<p>希望大家会喜欢&#8230;.哇哈哈&#8230;自恋下&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://team.ibeike.com/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

