{"id":43180936,"url":"https://github.com/chewing/ibus-chewing","last_synced_at":"2026-02-01T03:43:03.994Z","repository":{"id":489257,"uuid":"115437","full_name":"chewing/ibus-chewing","owner":"chewing","description":"The Chewing engine for IBus","archived":false,"fork":false,"pushed_at":"2025-12-01T03:30:15.000Z","size":2159,"stargazers_count":75,"open_issues_count":15,"forks_count":26,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-12-14T10:14:47.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"phuang/ibus-chewing","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chewing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2009-01-27T02:06:29.000Z","updated_at":"2025-11-26T08:14:15.000Z","dependencies_parsed_at":"2024-02-10T01:24:14.182Z","dependency_job_id":"c03b4897-7d3b-47be-bbd2-af7d110604c4","html_url":"https://github.com/chewing/ibus-chewing","commit_stats":null,"previous_names":["chewing/ibus-chewing","definite/ibus-chewing"],"tags_count":63,"template":false,"template_full_name":null,"purl":"pkg:github/chewing/ibus-chewing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fibus-chewing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fibus-chewing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fibus-chewing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fibus-chewing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chewing","download_url":"https://codeload.github.com/chewing/ibus-chewing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fibus-chewing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28966982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T02:14:24.993Z","status":"ssl_error","status_checked_at":"2026-02-01T02:13:55.706Z","response_time":56,"last_error":"SSL_read: 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":"2026-02-01T03:43:03.520Z","updated_at":"2026-02-01T03:43:03.989Z","avatar_url":"https://github.com/chewing.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IBus-Chewing\n\n[![CI](https://github.com/chewing/ibus-chewing/actions/workflows/ci.yml/badge.svg)](https://github.com/chewing/ibus-chewing/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/chewing/ibus-chewing/graph/badge.svg?token=r1piKsG5uF)](https://codecov.io/gh/chewing/ibus-chewing)\n\nIBus-Chewing is an IBus front-end of Chewing, an intelligent Chinese input\nmethod for Zhuyin (BoPoMoFo) users.\n\nFollowing documents provide further instruction:\n\n * COPYING: GPLv2 Licence\n * INSTALL: Installation instruction.\n * USER-GUIDE: How to use ibus-chewing\n\nBugs and enhancement can be filed to:\n\n * [GitHub](https://github.com/chewing/ibus-chewing/issues)\n\n\nibus-chewing releases can be verified with the following OpenPGP public key\n\n\u0026emsp;[083B3CAB64267E5BAB7159673EF0C673DADCC30C][pgp_key] Libchewing Signing Key \u0026lt;release@chewing.im\u0026gt;\n\nor the following [minisign][] public key\n\n\u0026emsp;RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s\n\nFor example, to verify the 2.0.0 release\n\n    gpgv ibus-chewing-2.1.7.tar.xz.asc ibus-chewing-2.1.7.tar.xz\n\nor\n\n    minisign -Vm ibus-chewing-2.1.7.tar.xz \\\n        -P RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s\n\n[pgp_key]: https://chewing.im/.well-known/openpgpkey/hu/y84sdmnksfqswe7fxf5mzjg53tbdz8f5?l=release\n[minisign]: https://jedisct1.github.io/minisign/\n\n# Development\n\nWe use LLVM coding style to make our review easier, so if you like to\ncontribute, please install clang-format and set the git pre-commit hook by:\n\n```sh\nln -s ../../pre-commit .git/hooks/pre-commit\n```\n\n## Debug ibus-chewing\n\nRun ibus-chewing in command line with verbose debug logging:\n\n    G_MESSAGES_DEBUG=ibus-chewing /usr/libexec/ibus-engine-chewing\n\nThis will temporarily replace the current ibus-chewing engine with\nthe one launched from the command line.\n\n# Translation\n\nThere is a weblate instance at\nhttps://translate.fedoraproject.org/projects/ibus-chewing/ for easier\ncontribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchewing%2Fibus-chewing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchewing%2Fibus-chewing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchewing%2Fibus-chewing/lists"}