Skip to content

Commit

Permalink
update tools data/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jan 10, 2025
1 parent a84d66f commit 1d19700
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 3 deletions.
6 changes: 6 additions & 0 deletions doc/p/ayandict_sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@
| Name | Default | Type | Comment |
| ----- | ------- | ---- | ------------------------ |
| fuzzy | `True` | bool | Create fuzzy search data |

### Dictionary Applications/Tools

| Name & Website | Source code | License | Platforms | Language |
| --------------------------------------------- | ---------------------------------------------------- | ------- | ------------------- | -------- |
| [AyanDict](/~https://github.com/ilius/ayandict) | [@ilius/ayandict](/~https://github.com/ilius/ayandict) | GPL | Linux, Windows, Mac | Go |
2 changes: 1 addition & 1 deletion doc/p/stardict.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Use [StarDict (Merge Syns)](./stardict_merge_syns.md) plugin (instead of this on
| Name & Website | Source code | License | Platforms | Language |
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ----------- | ----------------------------------------------------------- | -------- |
| [AyanDict](/~https://github.com/ilius/ayandict) | [@ilius/ayandict](/~https://github.com/ilius/ayandict) | GPL | Linux, Windows, Mac | Go |
| [The Next Generation GoldenDict](https://github.com/xiaoyifang/goldendict-ng) | [@xiaoyifang/goldendict-ng](/~https://github.com/xiaoyifang/goldendict-ng) | GPL | Linux, Windows, Mac | C++ |
| [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++ |
| [StarDict](http://huzheng.org/stardict/) | [@huzheng001/stardict-3](/~https://github.com/huzheng001/stardict-3) | GPL | Linux, Windows, Mac | C++ |
| [QStarDict](/~https://github.com/a-rodin/qstardict) | [@a-rodin/qstardict](/~https://github.com/a-rodin/qstardict) | GPLv2 | Linux, Windows, Mac | C++ |
Expand Down
7 changes: 7 additions & 0 deletions doc/p/stardict_merge_syns.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@
| sametypesequence | | str | Definition format: h=html, m=plaintext, x=xdxf |
| audio_icon | `True` | bool | Add glossary's audio icon |
| sqlite | `None` | bool | Use SQLite to limit memory usage. Default depends on global SQLite mode. |

### Dictionary Applications/Tools

| Name & Website | Source code | License | Platforms | Language |
| ----------------------------------------- | ---------------------------------------------------------- | ------- | ----------------------------------------------------------- | -------- |
| [KOReader](http://koreader.rocks/) | [@koreader/koreader](/~https://github.com/koreader/koreader) | AGPLv3 | Android, Amazon Kindle, Kobo eReader, PocketBook, Cervantes | Lua |
| [sdcv](https://dushistov.github.io/sdcv/) | [@Dushistov/sdcv](/~https://github.com/Dushistov/sdcv) | GPLv2 | Linux, Windows, Mac, Android | C++ |
6 changes: 6 additions & 0 deletions doc/p/yomichan.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ To install, run
```sh
pip3 install beautifulsoup4
```

### Dictionary Applications/Tools

| Name & Website | Source code | License | Platforms | Language |
| -------------------------------- | -------------------------------------------------------- | ------- | ---------------------------- | ---------- |
| [Yomitan](https://yomitan.wiki/) | [@yomidevs/yomitan](/~https://github.com/yomidevs/yomitan) | GPL | Chrome, Firefox, Edge, Brave | JavaScript |
6 changes: 6 additions & 0 deletions pyglossary/plugins/ayandict_sqlite/tools.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[AyanDict]
web = "/~https://github.com/ilius/ayandict"
source = "/~https://github.com/ilius/ayandict"
platforms = [ "Linux", "Windows", "Mac",]
license = "GPL"
plang = "Go"
4 changes: 2 additions & 2 deletions pyglossary/plugins/stardict/tools.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ platforms = [ "Linux", "Windows", "Mac",]
license = "GPL"
plang = "Go"

["The Next Generation GoldenDict"]
web = "https://github.com/xiaoyifang/goldendict-ng"
["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",]
Expand Down
13 changes: 13 additions & 0 deletions pyglossary/plugins/stardict_merge_syns/tools.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[KOReader]
web = "http://koreader.rocks/"
source = "/~https://github.com/koreader/koreader"
platforms = [ "Android", "Amazon Kindle", "Kobo eReader", "PocketBook", "Cervantes",]
license = "AGPLv3"
plang = "Lua"

[sdcv]
web = "https://dushistov.github.io/sdcv/"
source = "/~https://github.com/Dushistov/sdcv"
platforms = [ "Linux", "Windows", "Mac", "Android",]
license = "GPLv2"
plang = "C++"
7 changes: 7 additions & 0 deletions pyglossary/plugins/yomichan/tools.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
["Yomitan"]
desc = "Pop-up dictionary browser extension. Successor to Yomichan."
web = "https://yomitan.wiki/"
source = "/~https://github.com/yomidevs/yomitan"
platforms = [ "Chrome", "Firefox", "Edge", "Brave",]
license = "GPL"
plang = "JavaScript"

0 comments on commit 1d19700

Please sign in to comment.