.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "GOLDENDICT 1" .TH GOLDENDICT 1 2024-03-12 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME goldendict \- a feature\-rich dictionary lookup program .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& goldendict .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBGoldendict\fR is a cross-platform and international dictionary written in Qt. .SH Features .IX Header "Features" .IP \(bu 4 Use of WebKit for an accurate articles' representation, complete with all formatting, colors, images and links. .IP \(bu 4 Support of multiple dictionary file formats, namely: .RS 4 .IP \(bu 4 Babylon .BGL files, complete with images and resources .IP \(bu 4 StarDict .ifo/.dict./.idx/.syn dictionaries .IP \(bu 4 Dictd .index/.dict(.dz) dictionary files .IP \(bu 4 ABBYY Lingvo .dsl source files, together with abbreviations. The files can be optionally compressed with dictzip. Dictionary res-urces can be packed together into a .zip file. .IP \(bu 4 ABBYY Lingvo .lsa/.dat audio archives. Those can be indexed separately, \-r be referred to from .dsl files. .RE .RS 4 .RE .IP \(bu 4 Support for Wikipedia, Wiktionary, or any other MediaWiki-based sites to perform lookups in. .IP \(bu 4 Ability to use arbitrary websites as dictionaries via templated Url patterns. .IP \(bu 4 Hunspell-based morphology system, used for word stemming and spelling suggestions. .IP \(bu 4 Ability to index arbitrary directories with audio files for pronunciation lookups. .IP \(bu 4 Full Unicode case, diacritics, punctuation and whitespace folding. This means the ability to type in words without any accents, correct case, punctuation or spaces (e.g. typing 'Grussen' would yield 'grüßen' in German dictionaries). .IP \(bu 4 Scan popup functionality. A small window pops up with the translation of a word chosen from another application. .IP \(bu 4 Support for global hotkeys. You can spawn the program window at any point, or directly translate a word from the clipboard. .IP \(bu 4 Tabbed browsing in a modern Qt 5 interface. .SH LICENSE .IX Header "LICENSE" Copyright (c) 2008\-2009 Konstantin Isakov ikm@users.berlios.de .PP This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .SH HOMEPAGE .IX Header "HOMEPAGE" http://goldendict.org/ .SH BUGREPORTS .IX Header "BUGREPORTS" For bugreports into upstream use GitHub issue . .PP If You use goldendict under Debian, You can submit a bugreport onto Debian Bug Tracking System (BTS). For additional information use the link: . .PP This manpage was written by Dmitry E. Oboukhov unera@debian.org for Debian project.