NSGod / ichm

iChm is a CHM reader for Mac OS X

Home Page:http://www.robinlu.com/blog/ichm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iChm is a chm file reader for Mac OS X

###Developer Notes:### To build this fork of iChm (and its submodules), you’ll need at least Xcode 5.1 in OS X 10.9 (Mavericks).

So that you can properly git diff Localizable .strings files (as defined in .gitattributes), add the following to your ~/.gitconfig file:

[diff "localizablestrings"]
	textconv = "iconv -f utf-16 -t utf-8"

See this StackOverflow answer for more info.

###Features###

  • Fully built with Cocoa. No ugly window and slow rendering.
  • Tab browsing
  • Search through the chm file. Automatically sorted by relevance.
  • Find in the page
  • Index
  • Find by Index
  • Text encoding switching
  • Tag powered bookmark
  • Export whole file to PDF
  • Back/Forward/Home
  • Text zoom
  • Automatically locate current document in table of content
  • Localized in Chinese, German, Spanish and Dutch.

###Requirement###

Mac OS X 10.6 or above

For Mac OS X 10.5, please use iChm 1.4.3

###iChm for iPhone/iPod Touch###

An iPhone/iPod Touch version of iChm is available at Apple's [App Store](http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id#295187047&mt#8 http://ax.itunes.apple.com/images/badgeitunes61x15dark.gif)

ichm

###License### This project is open sourced under BSD License AND following conditions should also met before any redistribution and use in source and binary forms, with or without modification, is permitted:

  • Redistributions must include the name and link to this project.
  • Redistributions must include the names of the contributors of this project.
  • Commercial redistribution must notify users the name and link to this project before users will buy the redistributions.

About

iChm is a CHM reader for Mac OS X

http://www.robinlu.com/blog/ichm


Languages

Language:Objective-C 93.4%Language:C 2.6%Language:HTML 1.6%Language:Rich Text Format 1.2%Language:JavaScript 1.1%Language:CSS 0.1%