From 324cb93a3571fa824f62037e6e749525a96c72a1 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 14 Jul 2025 23:58:12 +0700 Subject: all: add project 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. --- .gitmodules | 4 ++++ _content/project/index.adoc | 10 ++++++++++ _content/project/kamusku/index.md | 1 + _project/src/kamusku | 1 + 4 files changed, 16 insertions(+) create mode 120000 _content/project/kamusku/index.md create mode 160000 _project/src/kamusku 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 index 0000000..bfd37da --- /dev/null +++ b/_project/src/kamusku @@ -0,0 +1 @@ +Subproject commit bfd37da4caf80514bccb73fd865f91582e5a22e2 -- cgit v1.3