| Age | Commit message (Collapse) | Author |
|
Since we now only have one client, apiClient, rename it to Client so it
can be used by other module or package later.
|
|
|
|
For the reason why we choose GPL v3 see
https://kilabit.info/journal/2022/gpl/.
While at it, we make the project comply with REUSE Specification
version 3.0.
|
|
The "share" module has been moved to new forge, SourceHut, with new name
"pakakeh.go".
|
|
This commit move the directClient to different repository called kamusku
and changes the module name from kamusku to kamusd.
|
|
|
|
Currently the server and client can onyl handle API for looking up
definitions of the words through "/api/definisi" URL.
|
|
The client will have two mode: direct or API. The direct mode connect
to official KBBI website, request the word page, and parse the HTML to
get the definition. The API mode connect to server API that provide
caching of dictionary.
|