a MDict reader written in Haskell
- Haskell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| LICENSE | ||
| Main.hs | ||
| README.md | ||
wazajisho
planned structure (quite simple)
-> [X] indicates done
GtkWindow
└── GtkBox (Vertical)
├── Toolbar (GtkBox Horizontal)
│ ├── GtkButton (Dictionary Icon 1)
│ ├── GtkButton (Dictionary Icon 2)
│ ├── GtkButton (Dictionary Icon 3)
│ └── GtkButton (Dictionary Icon N)
├── Search Bar (GtkBox Horizontal) [X]
│ ├── GtkEntry (Search Bar)
│ └── GtkButton (Search)
└── Content (GtkScrolledWindow)
└── GtkTextView / WebKitGTK (because mdict needs to be rendered by a html engine)
Disclaimer:
This project is licensed under AGPLv3-h (Human), a modified version of the GNU Affero General Public License v3. Under our Anti-AI Policy, the inclusion of any code generated, in whole or in part, by artificial intelligence or any automated code-generation systems is strictly prohibited. All contributions must be exclusively authored by human developers.