{"id":14810856,"url":"https://github.com/gyunaev/kchmviewer","last_synced_at":"2026-02-21T03:37:18.416Z","repository":{"id":45121278,"uuid":"45523994","full_name":"gyunaev/kchmviewer","owner":"gyunaev","description":"kchmviewer is a CHM (Winhelp) files viewer written on Qt/KDE. It can be build as a standalone Qt-based application, or a KDE application. The main point of kchmviewer is compatibility with non-English chm files, including most international charsets.","archived":false,"fork":false,"pushed_at":"2024-05-18T18:58:13.000Z","size":1920,"stargazers_count":80,"open_issues_count":23,"forks_count":20,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-16T13:48:34.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.ulduzsoft.com/linux/kchmviewer/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gyunaev.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-04T08:03:19.000Z","updated_at":"2025-07-26T06:20:59.000Z","dependencies_parsed_at":"2025-01-09T22:31:40.815Z","dependency_job_id":"0ba2f39e-7a02-41a0-88bb-d8c9457a40e6","html_url":"https://github.com/gyunaev/kchmviewer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gyunaev/kchmviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyunaev%2Fkchmviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyunaev%2Fkchmviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyunaev%2Fkchmviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyunaev%2Fkchmviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gyunaev","download_url":"https://codeload.github.com/gyunaev/kchmviewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyunaev%2Fkchmviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-18T07:01:43.022Z","updated_at":"2026-02-21T03:37:18.391Z","avatar_url":"https://github.com/gyunaev.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"1. OVERVIEW\n\nKchmViewer is a chm (MS HTML help file format) viewer, written in C++. Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget library, and does not depend on KDE or GNOME. It has full KDE4 support.\n\nThe main advantage of KchmViewer is extended support for non-English languages. Unlike others, KchmViewer in most cases correctly detects chm file encoding, correctly shows tables of context of Russian, Korean, Chinese and Japanese help files. It also correctly searches text in non-English help files, including Korean, Chinese and Japanese. \n\nKchmViewer is written by Georgy Yunaev (gyunaev@ulduzsoft.com), and is licensed under GNU GPL license. Please do NOT use this email for bug reporting; see below.\n\n\n2. FEATURES\n\n- Standalone viewer, depends on Qt4 only. Does not require KDE, GNOME or wxWidgets toolkit.\n- Could be optionally built with KDE4 support, using KHTML and KDE dialogs.\n- Completely safe and harmless. Does not support JavaScript in any way, optionally warns you before opening an external web page, or switching to another help file. \n- Correctly detects and shows encoding of any valid chm file. \n- Correctly shows non-English chm files, including Cyrillic, Chinese, Japanese and others. \n- Correctly searches in non-English chm files using chm built-in search index. \n- Shows an appropriate image for every TOC entry. \n- Has complete chm index support, including multiple index entries, cross-links and parent/child entries in index. \n- Persistent bookmarks support. Allows to store bookmarks even if \"Favorites\" window was not enabled for this chm file. Also stores the screen position for every bookmark. You can also edit/delete bookmarks. \n- For any opened chm file, stores the last opened window, search history, bookmark history, font size and so on, so when you open this file again, everything is always on the place. \n- Has easy and powerful search-in-page support. \n- Allows to increase or decrease the font size, so physically handicapped people can read texts easily. \n- Has standard Back/Forward/Home navigation. \n- Can print the opened pages on a standard printer (usually via CUPS). \n- Has complex search query support. You can use search queries like \"lazy people\" +learn -not.\n\n\n3. INSTALLATION\n\nUsually kchmviewer is distributed in source code archive, so you need to compile it first. It requires Qt version 4.4 or higher. Note that you need to install qt4-devel and qt4-tools packages (the last one might be included in qt4-devel in your distribution), not just qt package.\n\nAlso make sure you have chmlib-devel (some distros have it as libchm-devel) package installed. KDE build will check for its presence, but qmake does not have necessary functionality to do so. If you are getting errors regarding missing chm_lib.h file this means chmlib-devel is not installed.\n\n\n3.1. Qt-only version\n\nTo compile Qt-only version of kchmviewer, follow the procedure:\n\n\u003e tar zxf kchmviewer-\u003cversion\u003e.tar.gz\n\u003e cd kchmviewer-\u003cversion\u003e\n\u003e qmake\n\u003e make\n  \nThe compiled binary is in bin/kchmviewer. You could copy it somewhere, or use it as-is. It does not require installation.\n\nIf QtWebKit module is not found, you will get the following error:\n\n\u003e kchmviewwindow_qtwebkit.h:25:21: error: QWebView: No such file or directory\n\nthen you need to install the QtWebKit module.\n\n  \n3.2 KDE4 version\n\nTo compile the version of kchmviewer with KDE4 support, follow the procedure:\n\n\u003e tar zxf kchmviewer-\u003cversion\u003e.tar.gz\n\u003e mkdir build\n\u003e cd build\n\u003e cmake ..\n\u003e make\n\u003e sudo make install\n\nFor KDE version the installation is required, since the KHTML KIO slave cannot be used in place.\n\n\n4. USAGE\n \nUsage of kchmviewer is simple:\n\n kchmviewer mychmfile.chm\n\nfor the rest of command-line options, see kchmviewer --help\n\n\n5. BUG REPORTING\n\nPlease use kchmviewer@ulduzsoft.com for bug reporting. \n\n\n6. THANKS\n\nThanks to:\n- Jed Wing, the author of chmlib. This library is used by kchmviewer to access chm content.\n- Razvan Cojocaru, the author of xchm. I used some ideas and chm processing code from xchm.\n- Peter Volkov for various bug reports and improvement suggestions. \n- All the users, who report bugs, and suggest features. You help making kchmviewer better.\n\n7. LICENSE\n\nkchmviewer is distributed under GNU GPL license version 3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyunaev%2Fkchmviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgyunaev%2Fkchmviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyunaev%2Fkchmviewer/lists"}