{"id":17624983,"url":"https://github.com/ukoloff/bkrs","last_synced_at":"2025-06-22T06:05:49.999Z","repository":{"id":26139522,"uuid":"29584532","full_name":"ukoloff/bkrs","owner":"ukoloff","description":"Convert bkrs.info database to Dictan and GoldenDict formats","archived":false,"fork":false,"pushed_at":"2023-09-27T09:55:46.000Z","size":99,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T14:54:00.590Z","etag":null,"topics":["appveyor","bkrs","coffeescript","goldendict","pinyin","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ukoloff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-21T10:28:46.000Z","updated_at":"2024-03-16T12:57:07.000Z","dependencies_parsed_at":"2024-10-23T07:54:17.480Z","dependency_job_id":null,"html_url":"https://github.com/ukoloff/bkrs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ukoloff/bkrs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fbkrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fbkrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fbkrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fbkrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ukoloff","download_url":"https://codeload.github.com/ukoloff/bkrs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fbkrs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261244019,"owners_count":23129641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["appveyor","bkrs","coffeescript","goldendict","pinyin","travis-ci"],"created_at":"2024-10-22T22:07:07.976Z","updated_at":"2025-06-22T06:05:44.953Z","avatar_url":"https://github.com/ukoloff.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bkrs\n\n[![Build Status](https://travis-ci.org/ukoloff/bkrs.svg?branch=master)](https://travis-ci.org/ukoloff/bkrs)\n[![Build status](https://ci.appveyor.com/api/projects/status/t20nx4hrs70ai4kt?svg=true)](https://ci.appveyor.com/project/ukoloff/bkrs)\n[![build status](https://gitlab.com/ukoloff/bkrs/badges/master/build.svg)](https://gitlab.com/ukoloff/bkrs/commits/master)\n\nConvert bkrs.info database to Dictan(zd/fdb/dsl) and GoldenDict(dsl) format\n\n## Features\n\n  * Index by pinyin (汉语拼音)\n  * Index by traditional characters (繁體字)\n  * Show traditional variant where appropriate\n  * Examples injected into correspondent articles\n  * Abbreviations added\n\nDictan version is combined: RU-\u003eZH and ZH-\u003eRU versions in single file.\n\nGoldenDict version contains two separate dictionaries: RU-\u003eZH\n(with pinyin, traditional index and examples) and ZH-\u003eRU.\n\n## Installation\n\n  * Install [Node.js](http://nodejs.org/download/)\n  * git clone https://github.com/ukoloff/bkrs.git\n  * cd bkrs\n  * npm install --production\n\n## Converting\n\n  * Download current [BKRS sources](http://bkrs.info/p47) (*_yymmdd.gz files, see bottom of page)\n\n    or just say `node lib/fetch` ;-)\n\n  * Put them into src folder\n  * npm start [--tags=format]\n  * See sources for makezd in src folder\n\nFeed src/articles.txt to makezd or Dictan converter.\n\nCommand `npm start --tags=dsl` will generate DSL formatted sources,\nso feed it to new Dictan converter.\nIn addition src/*.dsl are good for GoldenDict.\n\n## Nightly builds\n\nThis converter runs every night with fresh BKRS sources. Generated files are:\n\n  * [bkrs.zd](https://ci.appveyor.com/api/projects/ukoloff/bkrs/artifacts/bkrs.zd) - for\n    Dictan\n  * [bkrs.zip](https://ci.appveyor.com/api/projects/ukoloff/bkrs/artifacts/bkrs.zip)\n    ([mirror](http://ukoloff.gitlab.io/bkrs/bkrs.zip)) - for GoldenDict\n  * [bkrs-min.zip](https://ci.appveyor.com/api/projects/ukoloff/bkrs/artifacts/bkrs-min.zip)\n    ([mirror](http://ukoloff.gitlab.io/bkrs/bkrs-min.zip)) - for GoldenDict on Android\n    (packed with dictzip)\n\n## Development\n\n  * npm install\n  * npm test\n\n## Credits\n\n  * [BKRS](http://bkrs.info/)\n  * [Dictan](http://www.softex.info/)\n  * [GoldenDict](http://goldendict.org/)\n  * [Node.js](http://nodejs.org/)\n  * [DictZip@win32](https://github.com/Tvangeste/dictzip-win32/releases)\n  * [Travis CI](https://travis-ci.org/)\n  * [AppVeyor](http://www.appveyor.com/)\n  * [GitLab](https://gitlab.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukoloff%2Fbkrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukoloff%2Fbkrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukoloff%2Fbkrs/lists"}