diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-12-19 08:51:52 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-12-19 14:38:19 +0100 |
commit | 531f18d827dd515befa8a91f5ac80c6b3872498d (patch) | |
tree | 5cbfc9e79b0335d19141511b57df285f580ed51a /README.adoc | |
parent | 862cde36aeaf9b6fbaadc9ab32b95eaa3a8ba7f4 (diff) | |
download | tdv-531f18d827dd515befa8a91f5ac80c6b3872498d.tar.gz tdv-531f18d827dd515befa8a91f5ac80c6b3872498d.tar.xz tdv-531f18d827dd515befa8a91f5ac80c6b3872498d.zip |
GUI: add basic configuration
It is simply not feasible to write the text file by hand on Windows.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/README.adoc b/README.adoc index 461236e..b77956b 100644 --- a/README.adoc +++ b/README.adoc @@ -6,14 +6,15 @@ of StarDict dictionaries, and is inspired by the dictionary component of PC Translator. I was unsuccessful in finding any free software of this kind, and thus decided to write my own. -The project is covered by a permissive license, unlike vast majority of other -similar projects, and can serve as a base for implementing other dictionary -software. +The program offers both a terminal user interface, and a GTK+ 3 based UI. +The styling of the latter will follow your theme, and may be customized +from 'gtk.css'. image::tdv.png[align="center"] -As a recent addition, the program also offers a GTK+ 3 based user interface, -whose styling will follow your theme, and may be customized from 'gtk.css'. +The project is covered by a permissive license, unlike vast majority of other +similar projects, and can serve as a base for implementing other dictionary +software. Packages -------- @@ -92,14 +93,8 @@ https://mega.co.nz/#!axtD0QRK!sbtBgizksyfkPqKvKEgr8GQ11rsWhtqyRgUUV0B7pwg[CZ <-- Further Development ------------------- -While I've been successfully using 'tdv' for many years now, some issues -should be addressed before including the software in regular Linux and/or -BSD distributions: - - - The GUI is awkward to configure. - - Lacking configuration, standard StarDict locations should be scanned. - -Given all issues with the file format, it might be better to start anew. +Lacking configuration, standard StarDict locations should be scanned. +We should try harder to display arbitrary dictionaries sensibly. Contributing and Support ------------------------ |