<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.feedsky.com/wangyingjun" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/wangyingjun" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 17 Feb 2012 13:40:48 GMT</lastBuildDate><title>王英俊's Blog</title><description>关注互联网,记录生活。</description><link>http://wangyingjun.com</link><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><language>en</language><pubDate>Fri, 17 Feb 2012 13:47:17 GMT</pubDate><item><title>WordPress地址自动翻译英文或拼音插件</title><link>http://wangyingjun.com/wordpress-address-is-automatically-translated-to-english-or-pinyin-plug-in.html</link><content:encoded>&lt;p&gt;WP-Slug简介&lt;br /&gt;
 　　WP-Slug 适用于 WordPress 2.0+，用来自动生成英文日志缩略名或拼音缩略名。翻译源自Google的翻译功能，如果你手动添加slug,那就按你添加的slug为准。如果未添加，刚自动生成英文缩略名，当不能翻译的情况下，就生成拼音缩略名。挺简单的一个插件，但非常方便，简化了发布日志时的工作量。&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/607032402/wangyingjun/feedsky/s.gif?r=http://wangyingjun.com/wordpress-address-is-automatically-translated-to-english-or-pinyin-plug-in.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://wangyingjun.com/wordpress-address-is-automatically-translated-to-english-or-pinyin-plug-in.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>WP-Slug简介 　　WP-Slug 适用于 WordPress 2.0+，用来自动生成英文日志缩略名或拼音缩略名。翻译源自Google的翻译功能，如果你手动添加slug,那就按你添加的slug为准。如果未添加，刚自动生成英文缩略名，当不能翻译的情况下，就生成拼音缩略名。挺简单的一个插件，但非常方便，简化了发布日志时的工作量。&lt;img src=&quot;http://www1.feedsky.com/t1/607032402/wangyingjun/feedsky/s.gif?r=http://wangyingjun.com/wordpress-address-is-automatically-translated-to-english-or-pinyin-plug-in.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>WordPress插件</category><category>wordpress</category><category>WordPress地址翻译</category><pubDate>Fri, 17 Feb 2012 21:40:48 +0800</pubDate><author>王英俊</author><comments>http://wangyingjun.com/wordpress-address-is-automatically-translated-to-english-or-pinyin-plug-in.html#comments</comments><guid isPermaLink="false">http://wangyingjun.com/?p=11</guid><dc:creator>王英俊</dc:creator><fs:srclink>http://wangyingjun.com/wordpress-address-is-automatically-translated-to-english-or-pinyin-plug-in.html</fs:srclink><fs:srcfeed>http://wangyingjun.com/feed</fs:srcfeed><fs:itemid>feedsky/wangyingjun/~8812463/607032402/6930868</fs:itemid></item><item><title>wordpress博客地址Windows主机伪静态</title><link>http://wangyingjun.com/wordpress-blog-address-windows-host-pseudo-static.html</link><content:encoded>&lt;p&gt;wordpress博客地址Windows主机伪静态，选用httpd.ini来实现。你只需要把以下内容复制到记事本中然后修改后缀放到网站根目录即可，然后在后台固定链接选择格式即可。&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt; [ISAPI_Rewrite] # Defend your computer from some worm attacks #RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP # Rules to ensure that normal content gets through RewriteRule /tag/(.*) /index\.php\?tag=$1 RewriteRule /software-files/(.*) /software-files/$1 [L] RewriteRule /images/(.*) /images/$1 [L] RewriteRule /sitemap.xml /sitemap.xml [L] RewriteRule /favicon.ico /favicon.ico [L] # For file-based wordpress content (i.e. theme), admin, etc. RewriteRule /wp-(.*) /wp-$1 [L] # For normal wordpress content, via index.php RewriteRule ^/$ /index.php [L] RewriteRule /(.*) /index.php/$1 [L]&lt;/p&gt;&lt;/blockquote&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/607032403/wangyingjun/feedsky/s.gif?r=http://wangyingjun.com/wordpress-blog-address-windows-host-pseudo-static.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://wangyingjun.com/wordpress-blog-address-windows-host-pseudo-static.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>wordpress博客地址Windows主机伪静态，选用httpd.ini来实现。你只需要把以下内容复制到记事本中然后修改后缀放到网站根目录即可，然后在后台固定链接选择格式即可。  [ISAPI_Rewrite] # Defend your computer from some worm attacks #RewriteRule .*(?:global.asa&amp;#124;default\.ida&amp;#124;root\.exe&amp;#124;\.\.).* . [F,I,O] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP # Rules to ensure that normal content gets through RewriteRule /tag/(.*) /index\.php\?tag=$1 RewriteRule /software-files/(.*) /software-files/$1 [L] RewriteRule /images/(.*) /images/$1 [L] RewriteRule [...]&lt;img src=&quot;http://www1.feedsky.com/t1/607032403/wangyingjun/feedsky/s.gif?r=http://wangyingjun.com/wordpress-blog-address-windows-host-pseudo-static.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>wordpress</category><category>wordpress伪静态</category><pubDate>Fri, 17 Feb 2012 21:38:18 +0800</pubDate><author>王英俊</author><comments>http://wangyingjun.com/wordpress-blog-address-windows-host-pseudo-static.html#comments</comments><guid isPermaLink="false">http://wangyingjun.com/?p=8</guid><dc:creator>王英俊</dc:creator><fs:srclink>http://wangyingjun.com/wordpress-blog-address-windows-host-pseudo-static.html</fs:srclink><fs:srcfeed>http://wangyingjun.com/feed</fs:srcfeed><fs:itemid>feedsky/wangyingjun/~8812463/607032403/6930868</fs:itemid></item><item><title>悲剧的博客</title><link>http://wangyingjun.com/hello-world.html</link><content:encoded>&lt;p&gt;又从做了一遍。&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/607032404/wangyingjun/feedsky/s.gif?r=http://wangyingjun.com/hello-world.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://wangyingjun.com/hello-world.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>又从做了一遍。&lt;img src=&quot;http://www1.feedsky.com/t1/607032404/wangyingjun/feedsky/s.gif?r=http://wangyingjun.com/hello-world.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>生活</category><category>王英俊博客</category><pubDate>Thu, 16 Feb 2012 17:18:18 +0800</pubDate><author>王英俊</author><comments>http://wangyingjun.com/hello-world.html#comments</comments><guid isPermaLink="false">http://wangyingjun.com/?p=1</guid><dc:creator>王英俊</dc:creator><fs:srclink>http://wangyingjun.com/hello-world.html</fs:srclink><fs:srcfeed>http://wangyingjun.com/feed</fs:srcfeed><fs:itemid>feedsky/wangyingjun/~8812463/607032404/6930868</fs:itemid></item></channel></rss>
