a MDict reader written in Haskell
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-02-01 18:32:04 +00:00
LICENSE Update LICENSE 2025-02-01 18:32:04 +00:00
Main.hs add planning 2024-12-13 12:01:53 -04:00
README.md Update README.md 2025-02-01 18:31:02 +00:00

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.