diff options
| -rw-r--r-- | .gitmodules | 4 | ||||
| -rw-r--r-- | _content/project/index.adoc | 10 | ||||
| l--------- | _content/project/kamusku/index.md | 1 | ||||
| m--------- | _project/src/kamusku | 0 |
4 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 325c40e..f633f91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,7 @@ path = _project/src/duitku url = git@git.sr.ht:~shulhan/duitku branch = main +[submodule "_project/src/kamusku"] + path = _project/src/kamusku + url = git@git.sr.ht:~shulhan/kamusku + branch = main diff --git a/_content/project/index.adoc b/_content/project/index.adoc index 685d062..7133396 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -127,6 +127,16 @@ Currently, it has the feature to scan and report for broken links. link:/project/jarink/[Project page^] +== kamusku + +kamusku is open source project that provides HTTP API for +https://kbbi.kemdikbud.go.id/[Kamus Besar Bahasa Indonesia]. + +The source code and implementation does not store or caching the KBBI data. + +link:/project/kamusku/[Project page^] + + == karajo karajo is the library and program to implement HTTP workers and manager diff --git a/_content/project/kamusku/index.md b/_content/project/kamusku/index.md new file mode 120000 index 0000000..a6ba28f --- /dev/null +++ b/_content/project/kamusku/index.md @@ -0,0 +1 @@ +../../../_project/src/kamusku/README.md
\ No newline at end of file diff --git a/_project/src/kamusku b/_project/src/kamusku new file mode 160000 +Subproject bfd37da4caf80514bccb73fd865f91582e5a22e |
