<?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>可可熊的窝 &#187; ig_syntax_hilite</title>
	<atom:link href="http://cocobear.info/blog/tag/ig_syntax_hilite/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sun, 11 Mar 2012 14:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>代码高亮插件&#8211;使用黑色背景</title>
		<link>http://cocobear.info/blog/2008/11/21/ig_syntax_hilite-use-black-background/</link>
		<comments>http://cocobear.info/blog/2008/11/21/ig_syntax_hilite-use-black-background/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 09:11:56 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ig_syntax_hilite]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=398</guid>
		<description><![CDATA[ig_syntax_hilite这个代码高亮的插件默认使用的是白色背景，所以<a href="http://windflush.cn/blog/">小林子</a>同学说看不清楚代码，俺就试着把ig_syntax_hilite插件所有颜色代码全部反转了一下，例如：
#ffffff黑色转换为#000000

ig_syntax_hilite使用的是<a href="http://qbnz.com/highlighter/">geshe</a>，在geshe目录[......]<p class='read-more'><a href='http://cocobear.info/blog/2008/11/21/ig_syntax_hilite-use-black-background/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/11/21/ig_syntax_hilite-use-black-background/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>折腾了一个代码高亮的插件</title>
		<link>http://cocobear.info/blog/2008/04/03/about-ig_syntax_hilite/</link>
		<comments>http://cocobear.info/blog/2008/04/03/about-ig_syntax_hilite/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 03:41:10 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[ig_syntax_hilite]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=255</guid>
		<description><![CDATA[[bash]
awk '/.*0020*./{print}' 00 > 01
awk ' {print $18} ' 01 > 02
cat 02 &#124; sort &#124; uniq > 03
//g' 03 > 04
sed -e '/.*\.\.\.\.\.\./d' 04 > 05
sed -e '[......]<p class='read-more'><a href='http://cocobear.info/blog/2008/04/03/about-ig_syntax_hilite/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/04/03/about-ig_syntax_hilite/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

