<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 怎样写 pod 文档</title>
	<atom:link href="http://chunzi.me/post/806/feed" rel="self" type="application/rss+xml" />
	<link>http://chunzi.me/post/806</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 02:55:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: chunzi</title>
		<link>http://chunzi.me/post/806/comment-page-1#comment-2746</link>
		<dc:creator>chunzi</dc:creator>
		<pubDate>Thu, 19 Nov 2009 07:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://chunzi.me/?p=806#comment-2746</guid>
		<description>是啊，像 ShipIt 之类也可以自动化生成 README。</description>
		<content:encoded><![CDATA[<p>是啊，像 ShipIt 之类也可以自动化生成 README。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agentzh</title>
		<link>http://chunzi.me/post/806/comment-page-1#comment-2745</link>
		<dc:creator>agentzh</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://chunzi.me/?p=806#comment-2745</guid>
		<description>我在 Nginx 世界里一般用 mediawiki 的记法写 C 模块的文档，然后再用我自己的 wiki2pod.pl 转成 POD.

例如我的 echo 模块的文档 http://wiki.nginx.org/NginxHttpEchoModule 的 wiki 源码在

http://github.com/agentzh/echo-nginx-module/blob/master/doc/manpage.wiki

而最终生成的 POD 再通过 pod2text 生成纯文本的 README 文件是这样的：

http://github.com/agentzh/echo-nginx-module/blob/master/README

不得不佩服 pod 工具链的丰富和完善，哈哈！</description>
		<content:encoded><![CDATA[<p>我在 Nginx 世界里一般用 mediawiki 的记法写 C 模块的文档，然后再用我自己的 wiki2pod.pl 转成 POD.</p>
<p>例如我的 echo 模块的文档 <a href="http://wiki.nginx.org/NginxHttpEchoModule" rel="nofollow">http://wiki.nginx.org/NginxHttpEchoModule</a> 的 wiki 源码在</p>
<p><a href="http://github.com/agentzh/echo-nginx-module/blob/master/doc/manpage.wiki" rel="nofollow">http://github.com/agentzh/echo-nginx-module/blob/master/doc/manpage.wiki</a></p>
<p>而最终生成的 POD 再通过 pod2text 生成纯文本的 README 文件是这样的：</p>
<p><a href="http://github.com/agentzh/echo-nginx-module/blob/master/README" rel="nofollow">http://github.com/agentzh/echo-nginx-module/blob/master/README</a></p>
<p>不得不佩服 pod 工具链的丰富和完善，哈哈！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
