<?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>Learning together &#187; 插件</title>
	<atom:link href="http://www.freeopens.com/tag/%e6%8f%92%e4%bb%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.freeopens.com</link>
	<description>Learning together with open source fans. QQ群：8021887</description>
	<lastBuildDate>Fri, 06 Aug 2010 02:12:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>利用windows live writer（WLW）插件实现代码高亮</title>
		<link>http://www.freeopens.com/2010_02_685.html</link>
		<comments>http://www.freeopens.com/2010_02_685.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 12:39:34 +0000</pubDate>
		<dc:creator>羽飞</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[OpenSource News]]></category>
		<category><![CDATA[WLW]]></category>
		<category><![CDATA[代码高亮]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.freeopens.com/2010_02_685.html</guid>
		<description><![CDATA[新年新气象，我以前有篇文章：不用插件让代码高亮显示，这个虽然简单、方便，但是对于一些PHP语言和HTML语言，他不能屏蔽掉，所以想找个能实现同样功能的其它插件，找来找去，也没有一个自己满意的，最后在丫湯兄弟的帮助下，找了个WLW的插件CodeSnippet，效果不错，可以在WLW中直接插入代码，同样能实现代码高亮，在这里推荐给大家，软件下载地址：http://wlwplugincollection.codeplex.com/&#160; 下面我们就来看看这个WLW插件（CodeSnippet）的使用方法： 1、下载和安装，在这里不做介绍。 2、安装后，在WLW中的工具栏——插入下有code snippet这个选项（图1） 3、在编辑模式下，对文章进行编辑。否则出不了效果。（图2） 4、填写代码，设置格式，插入代码（图3） 5、最后的效果请如下（图4） &#160; 最后，祝大家使用愉快！]]></description>
		<wfw:commentRss>http://www.freeopens.com/2010_02_685.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>wp-Syntax加入到wordpress文章编辑器上面的常用按钮中</title>
		<link>http://www.freeopens.com/2010_01_188.html</link>
		<comments>http://www.freeopens.com/2010_01_188.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:46:00 +0000</pubDate>
		<dc:creator>羽飞</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[语法]]></category>

		<guid isPermaLink="false">http://www.freeopens.com/?p=188</guid>
		<description><![CDATA[在自己的BLOG中插入代码是经常的事情,WP-Syntax插件这个插件就是针对wordpress的一个非常不错的插件，但他使用起来却并不太方便，每次插入代码的时候，都需要手动输入一些预设置的格式，如果能够把wp-Syntax 加入到 wordpress 文章编辑器上面的常用按钮中，自动输入这些重复的内容，就方便多了。 下面就是具体的实现步骤（在HTML模式下才有该按钮） 找到\wp-includes\js\quicktags.js这个文件 在 edButtons[edButtons.length]=new edButton(&#8220;ed_code&#8221;,&#8221;code&#8221;,&#8221;","&#8220;,&#8221;c&#8221;); 的后面加入 edButtons[edButtons.length]=new edButton(&#8220;ed_syntax&#8221;,&#8221;syntax&#8221;,&#8221;&#60; pre lang=&#8217;php&#8217; line=&#8217;1&#8242; &#62;&#8221;,&#8221;&#60; /pre &#62;&#8221;,&#8221;z&#8221;); 注&#60; /pre &#62;前后是没有空格的！ 给个图 下面列出wp-syntax 插件支持的 language 列表： &#8216;actionscript&#8217; =&#62; array(&#8216;as&#8217;), &#8216;ada&#8217; =&#62; array(&#8216;a&#8217;, &#8216;ada&#8217;, &#8216;adb&#8217;, &#8216;ads&#8217;), &#8216;apache&#8217; =&#62; array(&#8216;conf&#8217;), &#8216;asm&#8217; =&#62; array(&#8216;ash&#8217;, &#8216;asm&#8217;, &#8216;inc&#8217;), &#8216;asp&#8217; =&#62; array(&#8216;asp&#8217;), &#8216;bash&#8217; =&#62; array(&#8216;sh&#8217;), &#8216;bf&#8217; =&#62; array(&#8216;bf&#8217;), &#8216;c&#8217; =&#62; array(&#8216;c&#8217;, [...]]]></description>
		<wfw:commentRss>http://www.freeopens.com/2010_01_188.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
