{"id":16680915,"url":"https://github.com/fthomas/klatch","last_synced_at":"2025-08-03T16:38:12.100Z","repository":{"id":2134062,"uuid":"3077458","full_name":"fthomas/klatch","owner":"fthomas","description":"Klatch - a DICT client for KDE","archived":false,"fork":false,"pushed_at":"2012-06-16T09:36:34.000Z","size":516,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T03:34:39.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/fthomas.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2011-12-31T00:14:44.000Z","updated_at":"2015-03-23T12:44:14.000Z","dependencies_parsed_at":"2022-09-09T18:01:09.894Z","dependency_job_id":null,"html_url":"https://github.com/fthomas/klatch","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fthomas%2Fklatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fthomas%2Fklatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fthomas%2Fklatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fthomas%2Fklatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fthomas","download_url":"https://codeload.github.com/fthomas/klatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382784,"owners_count":20282007,"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":[],"created_at":"2024-10-12T13:44:17.112Z","updated_at":"2025-03-13T09:44:00.269Z","avatar_url":"https://github.com/fthomas.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Klatch - a DICT client for KDE\n==============================\n\nIntroduction\n------------\n\nKlatch is a KDE client for the Dictionary Server Protocol (`DICT`_).\nIt can query multiple DICT servers simultaneously and has a simple user\ninterface for querying words and displaying their definitions. It also\nfeatures a scripting interface for processing definitions via\n`QtScript`_ which is based on the ECMAScript standard. This allows, for\nexample, to append selected definitions to an external vocabulary\ncollections, like `kvtml`_ files.\n\n.. _DICT: https://en.wikipedia.org/wiki/DICT\n.. _QtScript: https://en.wikipedia.org/wiki/QtScript\n.. _kvtml: http://edu.kde.org/contrib/kvtml.php\n\nPackages\n--------\n\nSource and (amd64) binary packages for Debian are available in my\n`personal package archive`_. Packages for other distributions are not\navailable yet.\n\n.. _personal package archive: http://timepit.eu/~frank/wiki/debian/#ppa\n\nDownload\n--------\n\nThe latest Klatch source code can be downloaded as `tar.gz`_ or `zip`_\narchives.\n\n.. _tar.gz: http://github.com/fthomas/klatch/tarball/master\n.. _zip:    http://github.com/fthomas/klatch/zipball/master\n\nThe version control system used for development of Klatch is Git. The\n`Git repository`_ can be inspected and browsed online at `GitHub`_ and\nit can be cloned by running::\n\n  git clone git://github.com/fthomas/klatch.git\n\n.. _Git repository: http://github.com/fthomas/klatch\n.. _GitHub: http://github.com/\n\nDependencies\n------------\n\nKlatch is a KDE program written in C++. To build it, a C++ compiler\nwith `C++11`_ support, the `KDE`_ and `Qt`_ libraries, and `CMake`_ are\nrequired.\n\n.. _C++11: https://en.wikipedia.org/wiki/C++11\n.. _KDE: http://kde.org/\n.. _Qt: http://qt-project.org/\n.. _CMake: http://www.cmake.org/\n\nBuilding\n--------\n\nTo compile and install Klatch, run these commands in its source tree::\n\n  mkdir build\n  cd build\n  cmake ..\n  make\n  sudo make install\n\nIf this fails because of missing C++11 support, you need to use a newer\ncompiler. For example, on Debian ``g++`` from the gcc-snapshot package\ncan be used by adding the following option to the CMake invocation::\n\n  -DCMAKE_CXX_COMPILER=/usr/lib/gcc-snapshot/bin/g++\n\nIssues and feedback\n-------------------\n\nFor bug reports, feature requests, or general feedback either use the\n`issue tracker`_ or `write me an email`_.\n\n.. _issue tracker: http://github.com/fthomas/klatch/issues\n.. _write me an email: frank@timepit.eu\n\nLocalizing\n----------\n\nIf you would like to help translating Klatch into your language, you\ncan use `Transifex`_ to create or update translations of the\n`klatch.pot`_ file.\n\n.. _Transifex: https://www.transifex.net/projects/p/klatch/\n.. _klatch.pot: https://www.transifex.net/projects/p/klatch/resource/pot/\n\nLicense\n-------\n\nKlatch is `free software`_ and licensed under the `GPLv3`_ or any later\nversion. The full text of the license can be found in the file\n``COPYING`` in Klatch's source tree.\n\n.. _free software: http://www.gnu.org/philosophy/free-sw.html\n.. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.html\n\nAuthor\n------\n\nKlatch was written by Frank S. Thomas \u003cfrank@timepit.eu\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffthomas%2Fklatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffthomas%2Fklatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffthomas%2Fklatch/lists"}