From e515fb19d15e14b161b70b3b6e8a206a1f274aec Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Fri, 10 Jan 2025 14:29:06 +0330 Subject: [PATCH] update tools --- doc/p/xdxf.md | 12 ++++++------ pyglossary/plugins/stardict/tools.toml | 1 - pyglossary/plugins/xdxf/tools.toml | 11 +++++------ 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/doc/p/xdxf.md b/doc/p/xdxf.md index 0a7d75cc8..c05688b48 100644 --- a/doc/p/xdxf.md +++ b/doc/p/xdxf.md @@ -34,9 +34,9 @@ pip3 install lxml ### Dictionary Applications/Tools -| Name & Website | Source code | License | Platforms | Language | -| -------------------------------------------------------------------- | ------------------------------------------------------------------ | ----------- | ---------------------------- | -------- | -| [GoldenDict by xiaoyifang](/~https://github.com/xiaoyifang/goldendict) | [@xiaoyifang/goldendict](/~https://github.com/xiaoyifang/goldendict) | GPL | Linux, Windows, Mac | C++ | -| [GoldenDict](http://goldendict.org/) | [@goldendict/goldendict](/~https://github.com/goldendict/goldendict) | GPL | Linux, Windows, Mac | C++ | -| [QTranslate](https://quest-app.appspot.com/) | ― | Proprietary | Windows | C++ | -| [Alpus](https://alpusapp.com/) | ― | Freeware | Windows, Mac, Linux, Android | Java | +| Name & Website | Source code | License | Platforms | Language | +| --------------------------------------------------------------------------- | ------------------------------------------------------------------------ | -------- | ---------------------------- | -------- | +| [GoldenDict-NG by @xiaoyifang](https://xiaoyifang.github.io/goldendict-ng/) | [@xiaoyifang/goldendict-ng](/~https://github.com/xiaoyifang/goldendict-ng) | GPL | Linux, Windows, Mac | C++ | +| [GoldenDict](http://goldendict.org/) | [@goldendict/goldendict](/~https://github.com/goldendict/goldendict) | GPL | Linux, Windows, Mac | C++ | +| [QTranslate](https://qtranslate.en.lo4d.com/windows) | ― | Freeware | Windows | C++ | +| [Alpus](https://alpusapp.com/) | ― | Freeware | Windows, Mac, Linux, Android | Java | diff --git a/pyglossary/plugins/stardict/tools.toml b/pyglossary/plugins/stardict/tools.toml index 04d80587b..8b0905fe3 100644 --- a/pyglossary/plugins/stardict/tools.toml +++ b/pyglossary/plugins/stardict/tools.toml @@ -8,7 +8,6 @@ plang = "Go" ["GoldenDict-NG by @xiaoyifang"] web = "https://xiaoyifang.github.io/goldendict-ng/" source = "/~https://github.com/xiaoyifang/goldendict-ng" -# https://xiaoyifang.github.io/goldendict-ng/ platforms = [ "Linux", "Windows", "Mac",] license = "GPL" plang = "C++" diff --git a/pyglossary/plugins/xdxf/tools.toml b/pyglossary/plugins/xdxf/tools.toml index f9b8bd025..0e0fa04d9 100644 --- a/pyglossary/plugins/xdxf/tools.toml +++ b/pyglossary/plugins/xdxf/tools.toml @@ -1,7 +1,6 @@ -["GoldenDict by xiaoyifang"] -web = "/~https://github.com/xiaoyifang/goldendict" -source = "/~https://github.com/xiaoyifang/goldendict" -# https://xiaoyifang.github.io/goldendict/ +["GoldenDict-NG by @xiaoyifang"] +web = "https://xiaoyifang.github.io/goldendict-ng/" +source = "/~https://github.com/xiaoyifang/goldendict-ng" platforms = [ "Linux", "Windows", "Mac",] license = "GPL" plang = "C++" @@ -15,9 +14,9 @@ license = "GPL" plang = "C++" [QTranslate] -web = "https://quest-app.appspot.com/" +web = "https://qtranslate.en.lo4d.com/windows" platforms = [ "Windows",] -license = "Proprietary" +license = "Freeware" plang = "C++" [Alpus]