<?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>[ THE VOiCE ] &#187; 中文語系</title> <atom:link href="http://take-ez.com/tag/zh-tw-lang/feed" rel="self" type="application/rss+xml" /><link>http://take-ez.com</link> <description></description> <lastBuildDate>Fri, 10 Sep 2010 11:00:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <atom:link rel='hub' href='http://take-ez.com/?pushpress=hub'/> <item><title>Google XML Sitemaps 3.1.3 正體中文語系</title><link>http://take-ez.com/gxs-cht.html</link> <comments>http://take-ez.com/gxs-cht.html#comments</comments> <pubDate>Tue, 09 Jun 2009 00:00:13 +0000</pubDate> <dc:creator>hugo5688</dc:creator> <category><![CDATA[Blog 相關]]></category> <category><![CDATA[google]]></category> <category><![CDATA[google xml sitemaps 中文]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[中文語系]]></category><guid isPermaLink="false">http://take-ez.com/?p=364</guid> <description><![CDATA[原中文化作者一直沒有更新，所以動手新增了一些更新字串。]]></description> <content:encoded><![CDATA[<p>原中文化作者一直沒有更新，所以動手新增了一些字串，原本在上一版本就修正好了，不過直到今天外掛更新才發現，原來我都沒把語系貼出來，自己一直用的很開心 xD</p><p><img src="http://i659.photobucket.com/albums/uu314/hugo5688/2009-06-08_122146.png" alt="程式畫面" width="508" height="421" /><br /> <span id="more-364"></span></p><p class="download">Download：<a href="http://www.box.net/shared/arcg357ad5" target="_blank">Google XML Sitemaps 3.1.3 正體中文語系</a><br /> 在您下載的同時，也為了讓我有更多的作品，也請您抽空點一下本站的廣告圖示。</p> ]]></content:encoded> <wfw:commentRss>http://take-ez.com/gxs-cht.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>[WP Plugin] 修改 Sociable 加入台灣共享書籤</title><link>http://take-ez.com/editsociable.html</link> <comments>http://take-ez.com/editsociable.html#comments</comments> <pubDate>Thu, 06 Nov 2008 02:30:00 +0000</pubDate> <dc:creator>hugo5688</dc:creator> <category><![CDATA[Blog 相關]]></category> <category><![CDATA[google]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Social Bookmarking]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[wp plugin]]></category> <category><![CDATA[中文語系]]></category><guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/archives/111.html</guid> <description><![CDATA[使用Sociable發現它只有加入少數的台灣共享書籤網站，自己動手加了PChome、Google、 Udn、funP、YouPush、Fiigo及Push-Reporter這幾個網站]]></description> <content:encoded><![CDATA[<p>使用Sociable發現它只有加入少數的台灣共享書籤網站，自己動手加了<span style="text-decoration: line-through;">PChome</span>、<span style="text-decoration: line-through;">Google</span>、Udn、funP、YouPush、Fiigo及Push-Reporter這幾個網站，至於Udn的部份因為網址的參數與Sociable內定義的參數相同，會造成抓到兩筆相同的標題，所以我也改了Sociable內定的參數。</p><p class="note">update at 2008-11-06<br /> 更新為版本 Sociable 2.9.5 版本並加入台灣本地書籤，詳細更新訊息請參考<a href="http://wordpress.org/extend/plugins/sociable/" target="_blank">WordPress Plugin</a></p><p>修改 sociable.php 469 行</p><pre lang="php">$url = str_replace('TITLE', $title, $url)</pre><p>修改為</p><pre lang="php">$url = str_replace('TITLENAME', $title, $url)</pre><p>這邊是修改參數避免造成Udn無法抓到文章標題，接著是加入台灣的共享書籤</p><p>sociable.php 33 行 加入</p><pre lang="php">'Push-Reporter' =&gt; Array(
'favicon' =&gt; 'push.png',
'url' =&gt; 'http://www.push-reporter.com/submit.php?url=PERMALINK',
),

'YouPush' =&gt; Array(
'favicon' =&gt; 'yp.gif',
'url' =&gt; 'http://www.youpush.net/submit.php?url=PERMALINK',
),

'Udn' =&gt; Array(
'favicon' =&gt; 'udn.gif',
'url' =&gt; 'http://bookmark.udn.com/add?f_TITLE=TITLENAME&amp;f_URL=PERMALINK',
),

'Fiigo' =&gt; Array(
'favicon' =&gt; 'fiigo.gif',
'url' =&gt; 'http://www.fiigo.com/bookmark/add.php?a=add_web&amp;title=TITLENAME&amp;url=PERMALINK',
),

'funP' =&gt; Array(
'favicon' =&gt; 'funP.gif',
'url' =&gt; 'http://funp.com/pages/submit/add.php?TITLE=TITLENAME&amp;url=PERMALINK&amp;via=tools',
),</pre><p>然後再把sociable.php內的「TITLE」取代為「TITLENAME」<span style="color: #333399;">(取代時請勾選區別大小寫，不然會造成某些Link無法work)</span> ，完成後如本站下方的圖示，如覺得太麻煩的話可下載我修改好的檔案，不過一些國外的網站我就沒測試了，如發現有問題的話請在通知小弟。</p><p class="download">Download：<a href="http://www.box.net/shared/2ekxszmauu" target="_blank">TWSociable  2.9.5</a><br /> 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。</p> ]]></content:encoded> <wfw:commentRss>http://take-ez.com/editsociable.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[WP-Plugin] Ajax Edit Comments 中文語系</title><link>http://take-ez.com/aec-zh-tw-lang.html</link> <comments>http://take-ez.com/aec-zh-tw-lang.html#comments</comments> <pubDate>Fri, 18 Jul 2008 13:05:50 +0000</pubDate> <dc:creator>hugo5688</dc:creator> <category><![CDATA[Blog 相關]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[中文語系]]></category><guid isPermaLink="false">http://take-ez.com/?p=110</guid> <description><![CDATA[這plugin可以讓使用者在發表評論之後，在限定的時間內編輯其留言，應該蠻多人使用的，在這就不累述了。如有翻譯上用詞的問題，歡迎您留言討論，感謝。 Download：ajaxEdit-zh_TW 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。]]></description> <content:encoded><![CDATA[<p>這plugin可以讓使用者在發表評論之後，在限定的時間內編輯其留言，應該蠻多人使用的，在這就不累述了。如有翻譯上用詞的問題，歡迎您留言討論，感謝。</p><p><a href="http://farm4.static.flickr.com/3198/2679926232_4048bde6c3_o.png" class="top_up" toptions="group = 110"><img src="http://farm4.static.flickr.com/3198/2679926232_4048bde6c3_o.png" alt="http://farm4.static.flickr.com/3198/2679926232_4048bde6c3_o.png" width="400" height="194" /></a></p><p class="download">Download：<a href="http://www.box.net/shared/chkbp53b1d" target="_blank">ajaxEdit-zh_TW</a><br /> 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。</p> ]]></content:encoded> <wfw:commentRss>http://take-ez.com/aec-zh-tw-lang.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[WP-Plugin] FireStats 繁中語系</title><link>http://take-ez.com/firestats-cht-lan.html</link> <comments>http://take-ez.com/firestats-cht-lan.html#comments</comments> <pubDate>Fri, 04 Jul 2008 09:06:52 +0000</pubDate> <dc:creator>hugo5688</dc:creator> <category><![CDATA[Blog 相關]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[中文語系]]></category><guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/?p=88</guid> <description><![CDATA[FireStats的繁體中文語系，從簡體轉的，修正一些用語而已，應該是不會上傳到官方了，有支援Wordpress。 Download：firestats-zh_TW 在您下載的同時，也為了讓我有更多的作品，也請您抽空點一下左邊的廣告圖示，本站所有廣告所得將全數捐給公益使用。]]></description> <content:encoded><![CDATA[<p><a href="http://firestats.cc/" target="_blank">FireStats</a>的繁體中文語系，從簡體轉的，修正一些用語而已，應該是不會上傳到官方了，有支援Wordpress。</p><p>Download：<a href="http://ccvmhq.blu.livefilestore.com/y1pyiAtIKcekba0yb-T9zlnq0-KUajinRE-OPS_dh9JETceNp-mHunHkj951tuGuts_f4HFfUsH3oijjPJYlO6Cjg/firestats-zh_TW.rar?download" target="_blank">firestats-zh_TW</a></p><p>在您下載的同時，也為了讓我有更多的作品，也請您抽空點一下左邊的廣告圖示，本站所有廣告所得將<span style="color: #ff0000;"><span style="text-decoration: underline;">全數捐給公益使用</span><span style="color: #000000;">。</span></span></p> ]]></content:encoded> <wfw:commentRss>http://take-ez.com/firestats-cht-lan.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[WP-Plugin] Sociable 中文語系</title><link>http://take-ez.com/sociable-cht.html</link> <comments>http://take-ez.com/sociable-cht.html#comments</comments> <pubDate>Tue, 04 Mar 2008 10:55:46 +0000</pubDate> <dc:creator>hugo5688</dc:creator> <category><![CDATA[Blog 相關]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Social Bookmarking]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[中文語系]]></category><guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/archives/109.html</guid> <description><![CDATA[這是一個社交的plugin，Share-this 也是不錯，但是可以自定的項目太少，可能新版的有，不過我之前是裝1.4的，這plugin可訂定在哪邊顯示這些社交圖示。像是「顯示在單獨頁面」等&#8230;，而且在社交圖示上的選則也比Share-this來的多，至於它講到的可以在社交圖示上拖曳來變更位置，我測試上是沒辦法work, 不過以把中文語系跟問題寫信給他了，等他看是否回覆嚕。 Download：sociable-zh_TW 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。]]></description> <content:encoded><![CDATA[<p>這是一個社交的plugin，Share-this 也是不錯，但是可以自定的項目太少，可能新版的有，不過我之前是裝1.4的，這plugin可訂定在哪邊顯示這些社交圖示。像是「顯示在單獨頁面」等&#8230;，而且在社交圖示上的選則也比Share-this來的多，至於它講到的可以在社交圖示上拖曳來變更位置，我測試上是沒辦法work, 不過以把中文語系跟問題寫信給他了，等他看是否回覆嚕。</p><p><a href="http://farm3.static.flickr.com/2125/2310030612_7108a9c146_o.png" class="top_up" toptions="group = 45"><img src="http://farm3.static.flickr.com/2125/2310030612_7108a9c146_o.png" alt="http://farm3.static.flickr.com/2125/2310030612_7108a9c146_o.png" width="400" /></a></p><p><br class="spacer_" /></p><p class="download">Download：<a href="http://www.box.net/shared/6s4jwde8cc" target="_blank">sociable-zh_TW</a><br /> 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。</p> ]]></content:encoded> <wfw:commentRss>http://take-ez.com/sociable-cht.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>[WP-Plugin] Cystats 中文語系</title><link>http://take-ez.com/plugin-cystats.html</link> <comments>http://take-ez.com/plugin-cystats.html#comments</comments> <pubDate>Mon, 25 Feb 2008 10:13:49 +0000</pubDate> <dc:creator>hugo5688</dc:creator> <category><![CDATA[Blog 相關]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Statistics]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[中文語系]]></category><guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/archives/104.html</guid> <description><![CDATA[官方：http://www.cywhale.de/cystats-wordpress-statistik-plugin/ 這是一個流量統計的plugin，我個人是覺得比Open Web Analysis開啟速度來的快，anyway, 順手中文化了一下,有什麼不對的地方在告知小弟吧。 Download：Cystats 中文語系 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。]]></description> <content:encoded><![CDATA[<p>官方：<a title="http://www.cywhale.de/cystats-wordpress-statistik-plugin/" href="http://www.cywhale.de/cystats-wordpress-statistik-plugin/">http://www.cywhale.de/cystats-wordpress-statistik-plugin/</a></p><p>這是一個流量統計的plugin，我個人是覺得比Open Web Analysis開啟速度來的快，anyway, 順手中文化了一下,有什麼不對的地方在告知小弟吧。</p><p><a href="http://farm3.static.flickr.com/2306/2291220290_62878a7fd6_o.png" class="top_up" toptions="group = 41"><img src="http://farm3.static.flickr.com/2306/2291220290_62878a7fd6_o.png" alt="http://farm3.static.flickr.com/2306/2291220290_62878a7fd6_o.png" width="450" height="335" /></a></p><p><a href="http://farm3.static.flickr.com/2054/2290425609_3c6568bb45_o.png" class="top_up" toptions="group = 41"><img src="http://farm3.static.flickr.com/2054/2290425609_3c6568bb45_o.png" alt="http://farm3.static.flickr.com/2054/2290425609_3c6568bb45_o.png" width="450" height="346" /></a></p><p class="download">Download：<a href="http://www.box.net/shared/i1kyntqg44" target="_blank">Cystats  中文語系</a><br /> 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。</p> ]]></content:encoded> <wfw:commentRss>http://take-ez.com/plugin-cystats.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>[WP-Plugin] Shutter Reloaded 中文語系</title><link>http://take-ez.com/sr-cht.html</link> <comments>http://take-ez.com/sr-cht.html#comments</comments> <pubDate>Fri, 22 Feb 2008 08:42:36 +0000</pubDate> <dc:creator>hugo5688</dc:creator> <category><![CDATA[Blog 相關]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[中文語系]]></category> <category><![CDATA[圖片特效]]></category><guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/archives/102.html</guid> <description><![CDATA[個人覺得蠻好用的一個圖片plugin，後台有五個選項可以自行挑選方便的模式，像Lightbox2每次用都跑出一堆對話框，實在很煩，像這plugin就有個選項是只要你的圖像有做hyperlink它就會自動幫你轉成Shutter效果 (官方說類似於Lightbox效果) 至於翻譯上的話 Shutter 我實在不知道要怎麼翻，有點想翻成遮罩，可是又有點怪，所以還是留著好了，如果翻譯上的錯誤或不順暢也煩請不吝告知小弟。 Download：Shutter Reloaded 中文語系 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。]]></description> <content:encoded><![CDATA[<p>個人覺得蠻好用的一個圖片plugin，後台有五個選項可以自行挑選方便的模式，像Lightbox2每次用都跑出一堆對話框，實在很煩，像這plugin就有個選項是只要你的圖像有做hyperlink它就會自動幫你轉成Shutter效果 (官方說類似於Lightbox效果)</p><p>至於翻譯上的話 Shutter 我實在不知道要怎麼翻，有點想翻成遮罩，可是又有點怪，所以還是留著好了，如果翻譯上的錯誤或不順暢也煩請不吝告知小弟。</p><p><a href="http://farm4.static.flickr.com/3189/2283598000_405f19f6eb_o.png" class="top_up" toptions="group = 40"><img src="http://farm4.static.flickr.com/3189/2283598000_405f19f6eb_o.png" alt="http://farm4.static.flickr.com/3189/2283598000_405f19f6eb_o.png" width="450" height="275" /></a><br /> <a href="http://farm4.static.flickr.com/3039/2282810681_8586ce5b1a_o.png" class="top_up" toptions="group = 40"><img src="http://farm4.static.flickr.com/3039/2282810681_8586ce5b1a_o.png" alt="http://farm4.static.flickr.com/3039/2282810681_8586ce5b1a_o.png" width="450" height="275" /></a></p><p class="download">Download：<a href="http://www.box.net/shared/r21ikg24oo">Shutter Reloaded 中文語系</a><br /> 在您下載的同時，也為了讓我有更多的作品，也請您抽空擊點一下本站的廣告圖示。</p> ]]></content:encoded> <wfw:commentRss>http://take-ez.com/sr-cht.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>