| Age | Commit message (Collapse) | Author |
|
This commit move the directClient to different repository called kamusku
and changes the module name from kamusku to kamusd.
|
|
|
|
Bersamaan dengan ini, perbaiki juga respons pada halaman proyek untuk
menampilkan kolom "pesan".
|
|
When creating new client, the directClient will autoload cookies in
predefined location.
If Login is called, the cookies will autosave directly to predefined
location.
This will allow the server to use authenticated directClient to mitigate
the limit on KBBI official server.
|
|
|
|
Sebelumnya bila kata adalah kata tidak baku, definisi kata akan berisi
karaketer "→" saja.
Perubahan ini memeriksa bila definisi kata adalah "→" maka akan dianggap
tidak baku dan kata yang baku berada satu elemen sesudahnya.
|
|
Seharusnya untuk mendapatkan token attribut yang dicari adalah "value"
bukan "name".
|
|
|
|
|
|
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.
|