<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>-Angus Cafe 網上電台清談節目@hkfolk.com- : Podcast 製作 &#187; Podcast 製作</title>
	<atom:link href="http://anguscafe.hkfolk.com/category/podcast-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://anguscafe.hkfolk.com</link>
	<description>由安格斯主持o既廣東話網上電台清談節目。 http://anguscafe.hkfolk.com/</description>
	<lastBuildDate>Sat, 07 Jul 2007 03:27:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>zh-tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/7.4" -->
		<managingEditor>angus@hkfolk.com (Angus 安格斯 エンガス)</managingEditor>
		<webMaster>angus@hkfolk.com</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords>香港廣東話網上電台清談節目, netradio, podcast, cantonese, Hong Kong, angus cafe, Anguscafe</itunes:keywords>
		<itunes:subtitle>由安格斯主持o既廣東話網上電台清談節目。 http://anguscafe.hkfolk.com/</itunes:subtitle>
		<itunes:summary>由安格斯主持o既廣東話網上電台清談節目。 http://anguscafe.hkfolk.com/</itunes:summary>
		<itunes:author>Angus 安格斯 エンガス</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>Angus 安格斯 エンガス</itunes:name>
			<itunes:email>angus@hkfolk.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://anguscafe.hkfolk.com/img/hkfolk-anguscafe-itunes.jpg" />
		<image>
			<url>http://anguscafe.hkfolk.com/img/hkfolk-anguscafe-itunes.jpg</url>
			<title>-Angus Cafe 網上電台清談節目@hkfolk.com- : Podcast 製作</title>
			<link>http://anguscafe.hkfolk.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Wordpress 插件Podpress RSS 中文顯示亂碼解決方法!</title>
		<link>http://anguscafe.hkfolk.com/podcast-development/pd-2007-05-24/</link>
		<comments>http://anguscafe.hkfolk.com/podcast-development/pd-2007-05-24/#comments</comments>
		<pubDate>Wed, 23 May 2007 22:27:07 +0000</pubDate>
		<dc:creator>Angus</dc:creator>
				<category><![CDATA[Podcast 製作]]></category>

		<guid isPermaLink="false">http://anguscafe.hkfolk.com/2007/05/24/48/</guid>
		<description><![CDATA[不知道大家有否聽過Podpress 的大名?Podpress 是一個很強大的Wordpress  插件用來製作podcast 的。但問題相信出於6.8版本之後有亂碼的問題。本人用的是7.4之前的版本還未有試用過&#8230; 7.4 的亂碼問題解決方法很簡單，只要在加入檔案時(add media file) 選 Post specific setting for iTunes (Show),在 iTunes : subtitle 及 summary 都不要用(use post excerpt) 請自行打上。相信因為podpress 自行省略時發生問題。特別是使用feedburner 的用戶全部會變成亂碼。自己打上subtitle及summary 就不會有這個問題。
但7.5 之上就不能用這個方法解決。本人多次於podpress 的論中提出修正但得到的回應是podpress 沒錯&#8230; 真氣壞了我!!~~
找了很久終於找到了解決方法。除了要依我在7.4的做法外。要在podpress_funtions.php的檔案中作出修改。
7.7 及7.8 的修改方法。
把 podpress_funtions.php中
$content = podPress_onlyreadables($content);
return $content;
改成
return $content;
$content = podPress_onlyreadables($content);
7.9的修改方法。
把 podpress_funtions.php中
function podPress_FeedSafeContent($input)
{
$interim = strip_tags($input);
if(get_magic_quotes_gpc())
改成
function podPress_FeedSafeContent($content, $isAttrib = false, $convertchars = true){
return $content;
$content = [...]]]></description>
			<content:encoded><![CDATA[<p>不知道大家有否聽過Podpress 的大名?Podpress 是一個很強大的Wordpress  插件用來製作podcast 的。但問題相信出於6.8版本之後有亂碼的問題。本人用的是7.4之前的版本還未有試用過&#8230; 7.4 的亂碼問題解決方法很簡單，<span id="more-48"></span>只要在加入檔案時(add media file) 選 Post specific setting for iTunes (Show),在 iTunes : subtitle 及 summary 都不要用(use post excerpt) 請自行打上。相信因為podpress 自行省略時發生問題。特別是使用feedburner 的用戶全部會變成亂碼。自己打上subtitle及summary 就不會有這個問題。</p>
<p>但7.5 之上就不能用這個方法解決。本人多次於podpress 的論中提出修正但得到的回應是podpress 沒錯&#8230; 真氣壞了我!!~~</p>
<p>找了很久終於找到了解決方法。除了要依我在7.4的做法外。要在podpress_funtions.php的檔案中作出修改。</p>
<p>7.7 及7.8 的修改方法。</p>
<p>把 podpress_funtions.php中</p>
<p>$content = podPress_onlyreadables($content);<br />
return $content;<br />
改成</p>
<p>return $content;<br />
$content = podPress_onlyreadables($content);</p>
<p>7.9的修改方法。</p>
<p>把 podpress_funtions.php中</p>
<p>function podPress_FeedSafeContent($input)<br />
{<br />
$interim = strip_tags($input);</p>
<p>if(get_magic_quotes_gpc())</p>
<p>改成</p>
<p>function podPress_FeedSafeContent($content, $isAttrib = false, $convertchars = true){<br />
return $content;<br />
$content = podPress_onlyreadables($content);<br />
$interim = strip_tags($input);</p>
<p>if(get_magic_quotes_gpc())</p>
<p>7.9 的修改方法本人已經試了應該可以但7.7 和7.8就沒有親自試過。<br />
大家可以試試！～　多謝</p>
]]></content:encoded>
			<wfw:commentRss>http://anguscafe.hkfolk.com/podcast-development/pd-2007-05-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

