diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-14 23:58:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-14 23:58:17 +0700 |
| commit | 324cb93a3571fa824f62037e6e749525a96c72a1 (patch) | |
| tree | 0503c9b52649e0cd914263202101a8a88d0bd21a | |
| parent | 8c221368d35f4b6000ec09cdcb7a394f66b546b5 (diff) | |
| download | kilabit.info-324cb93a3571fa824f62037e6e749525a96c72a1.tar.xz | |
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.
| -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 |
