<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CHM: Compiled HTML Archive</title>
	<atom:link href="http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/</link>
	<description>A directory of Quick Look Plugins for Apple's OS X 10.5 Leopard</description>
	<lastBuildDate>Tue, 03 Aug 2010 12:51:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: qiqian</title>
		<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/comment-page-1/#comment-346</link>
		<dc:creator>qiqian</dc:creator>
		<pubDate>Sun, 20 Apr 2008 19:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/#comment-346</guid>
		<description>omg... how come all the xml formating strings are disapperad !!!

Ok, in the simple form...

Open info.plist in BetterZip, and search for &quot;chm&quot;, you will find 2 main entries
The 1st one calls dict/array/string/com.microsoft.chm-archive, and the second one include 3 chm strings calls dict/string/com.microsoft.chm-archive

delete both entry from the dict level, and add them to info.plist in quichchm, just below dict/array/string/dyn.ah62d4rv4ge80g4dr, in parallel, not inside !

Not very easy to explain xml... but if you know xml, it seems obvious...</description>
		<content:encoded><![CDATA[<p>omg&#8230; how come all the xml formating strings are disapperad !!!</p>
<p>Ok, in the simple form&#8230;</p>
<p>Open info.plist in BetterZip, and search for &#8220;chm&#8221;, you will find 2 main entries<br />
The 1st one calls dict/array/string/com.microsoft.chm-archive, and the second one include 3 chm strings calls dict/string/com.microsoft.chm-archive</p>
<p>delete both entry from the dict level, and add them to info.plist in quichchm, just below dict/array/string/dyn.ah62d4rv4ge80g4dr, in parallel, not inside !</p>
<p>Not very easy to explain xml&#8230; but if you know xml, it seems obvious&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qiqian</title>
		<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/comment-page-1/#comment-345</link>
		<dc:creator>qiqian</dc:creator>
		<pubDate>Sun, 20 Apr 2008 19:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/#comment-345</guid>
		<description>Try this

Open info.plist in BetterZip, and remove these        

        
            CFBundleTypeRole
            QLGenerator
            LSItemContentTypes
            
                com.microsoft.chm-archive
            
        

        
            UTTypeConformsTo
            
                public.data
                public.archive
            
            UTTypeDescription
            Compiled HTML Archive
            UTTypeIconFile
            CHM
            UTTypeIdentifier
            com.microsoft.chm-archive
            UTTypeTagSpecification
            
                public.filename-extension
                
                    chm
                
            
        

Open info.plist of quickChm, and add these, so it looks like 





	CFBundleDevelopmentRegion
	English
	CFBundleDocumentTypes
	
		
			CFBundleTypeRole
			QLGenerator
			LSItemContentTypes
			
				dyn.ah62d4rv4ge80g4dr
			
		
		
			CFBundleTypeRole
			QLGenerator
			LSItemContentTypes
			
				com.microsoft.chm-archive
			
		
		
			UTTypeConformsTo
			
				public.data
				public.archive
			
			UTTypeDescription
			Compiled HTML Archive
			UTTypeIconFile
			CHM
			UTTypeIdentifier
			com.microsoft.chm-archive
			UTTypeTagSpecification
			
				public.filename-extension
				
					chm
				
			
		
	
	CFBundleExecutable
	quickchm
	CFBundleIdentifier
	com.apple.quickchm
	CFBundleInfoDictionaryVersion
	6.0
	CFBundleName
	quickchm
	CFBundleShortVersionString
	1
	CFBundleVersion
	1.1
	CFPlugInDynamicRegisterFunction
	
	CFPlugInDynamicRegistration
	NO
	CFPlugInFactories
	
		E2C38A8F-80B7-47B2-A1AB-9CB508FF29CA
		QuickLookGeneratorPluginFactory
	
	CFPlugInTypes
	
		5E2D9680-5022-40FA-B806-43349622E5B9
		
			E2C38A8F-80B7-47B2-A1AB-9CB508FF29CA
		
	
	CFPlugInUnloadFunction
	
	QLNeedsToBeRunInMainThread
	
	QLPreviewHeight
	600
	QLPreviewWidth
	800
	QLSupportsConcurrentRequests
	
	QLThumbnailMinimumSize
	17</description>
		<content:encoded><![CDATA[<p>Try this</p>
<p>Open info.plist in BetterZip, and remove these        </p>
<p>            CFBundleTypeRole<br />
            QLGenerator<br />
            LSItemContentTypes</p>
<p>                com.microsoft.chm-archive</p>
<p>            UTTypeConformsTo</p>
<p>                public.data<br />
                public.archive</p>
<p>            UTTypeDescription<br />
            Compiled HTML Archive<br />
            UTTypeIconFile<br />
            CHM<br />
            UTTypeIdentifier<br />
            com.microsoft.chm-archive<br />
            UTTypeTagSpecification</p>
<p>                public.filename-extension</p>
<p>                    chm</p>
<p>Open info.plist of quickChm, and add these, so it looks like </p>
<p>	CFBundleDevelopmentRegion<br />
	English<br />
	CFBundleDocumentTypes</p>
<p>			CFBundleTypeRole<br />
			QLGenerator<br />
			LSItemContentTypes</p>
<p>				dyn.ah62d4rv4ge80g4dr</p>
<p>			CFBundleTypeRole<br />
			QLGenerator<br />
			LSItemContentTypes</p>
<p>				com.microsoft.chm-archive</p>
<p>			UTTypeConformsTo</p>
<p>				public.data<br />
				public.archive</p>
<p>			UTTypeDescription<br />
			Compiled HTML Archive<br />
			UTTypeIconFile<br />
			CHM<br />
			UTTypeIdentifier<br />
			com.microsoft.chm-archive<br />
			UTTypeTagSpecification</p>
<p>				public.filename-extension</p>
<p>					chm</p>
<p>	CFBundleExecutable<br />
	quickchm<br />
	CFBundleIdentifier<br />
	com.apple.quickchm<br />
	CFBundleInfoDictionaryVersion<br />
	6.0<br />
	CFBundleName<br />
	quickchm<br />
	CFBundleShortVersionString<br />
	1<br />
	CFBundleVersion<br />
	1.1<br />
	CFPlugInDynamicRegisterFunction</p>
<p>	CFPlugInDynamicRegistration<br />
	NO<br />
	CFPlugInFactories</p>
<p>		E2C38A8F-80B7-47B2-A1AB-9CB508FF29CA<br />
		QuickLookGeneratorPluginFactory</p>
<p>	CFPlugInTypes</p>
<p>		5E2D9680-5022-40FA-B806-43349622E5B9</p>
<p>			E2C38A8F-80B7-47B2-A1AB-9CB508FF29CA</p>
<p>	CFPlugInUnloadFunction</p>
<p>	QLNeedsToBeRunInMainThread</p>
<p>	QLPreviewHeight<br />
	600<br />
	QLPreviewWidth<br />
	800<br />
	QLSupportsConcurrentRequests</p>
<p>	QLThumbnailMinimumSize<br />
	17</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loraxe</title>
		<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/comment-page-1/#comment-301</link>
		<dc:creator>loraxe</dc:creator>
		<pubDate>Thu, 27 Mar 2008 00:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/#comment-301</guid>
		<description>again i removed the entries in the betterzip plugin, but the chm plugin doesnt work still, even after relaunching the finder. which plugin are you using? im using the quickchm plugin from the x86_64 folder...</description>
		<content:encoded><![CDATA[<p>again i removed the entries in the betterzip plugin, but the chm plugin doesnt work still, even after relaunching the finder. which plugin are you using? im using the quickchm plugin from the x86_64 folder&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/comment-page-1/#comment-299</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 26 Mar 2008 13:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/#comment-299</guid>
		<description>I just removed both entries about CHM files in &quot;BetterZipQL.qlgenerator/Info.plist&quot; and it worked for me. Just open it with TextEdit and search for &quot;chm&quot;.</description>
		<content:encoded><![CDATA[<p>I just removed both entries about CHM files in &#8220;BetterZipQL.qlgenerator/Info.plist&#8221; and it worked for me. Just open it with TextEdit and search for &#8220;chm&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loraxe</title>
		<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/comment-page-1/#comment-297</link>
		<dc:creator>loraxe</dc:creator>
		<pubDate>Wed, 26 Mar 2008 10:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/#comment-297</guid>
		<description>i had the  same problem. i went into the package and backed up the info.plist in the betterzip plugin, then deleted all the dict entries for the chm stuff. i was able to relaunch finder and prevent betterzip from opening the chms, however... i wasnt able to open the chms with quickchm, i tried all 4 versions of the quickchm plugin and have not had any success in getting the plugin to work.</description>
		<content:encoded><![CDATA[<p>i had the  same problem. i went into the package and backed up the info.plist in the betterzip plugin, then deleted all the dict entries for the chm stuff. i was able to relaunch finder and prevent betterzip from opening the chms, however&#8230; i wasnt able to open the chms with quickchm, i tried all 4 versions of the quickchm plugin and have not had any success in getting the plugin to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/comment-page-1/#comment-286</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 23 Mar 2008 22:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/#comment-286</guid>
		<description>Has this been resolved yet? I have the same problem!  Betterzip has taken over the chm viewer AND I&#039;ve removed the Betterzip quicklook plugin from the System\Library\Quicklook folder.</description>
		<content:encoded><![CDATA[<p>Has this been resolved yet? I have the same problem!  Betterzip has taken over the chm viewer AND I&#8217;ve removed the Betterzip quicklook plugin from the System\Library\Quicklook folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/comment-page-1/#comment-263</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 01 Mar 2008 19:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/#comment-263</guid>
		<description>Same issue here. BetterZip plugin will take over the Quickchm. Any resolutions between the developers?</description>
		<content:encoded><![CDATA[<p>Same issue here. BetterZip plugin will take over the Quickchm. Any resolutions between the developers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/comment-page-1/#comment-214</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sun, 27 Jan 2008 14:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicklookplugins.com/2008/01/11/chm-compiled-html-archive/#comment-214</guid>
		<description>I&#039;ve got problems with this plugin..actually with BetterZip, which opens .chm files instad of this CHMplugin.
Is there any way I could tell BetterZip plugin to avoid .chm files?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got problems with this plugin..actually with BetterZip, which opens .chm files instad of this CHMplugin.<br />
Is there any way I could tell BetterZip plugin to avoid .chm files?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
