aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-14 23:51:27 +0700
committerShulhan <ms@kilabit.info>2025-07-14 23:51:27 +0700
commitbfd37da4caf80514bccb73fd865f91582e5a22e2 (patch)
treeb2324a4f68c8c049bef73dec17b67a8e1bfd5f2d
parent7f0664344c75f502e7e8f1baf1e394bcbb5ca1ad (diff)
downloadkamusku-bfd37da4caf80514bccb73fd865f91582e5a22e2.tar.xz
README: tambah bagian pengembangan dan lisensi
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index e8432ff..7a1d5d5 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
Proyek sumber terbuka implementasi HTTP API untuk Kamus Besar Bahasa
Indonesia.
+Sumber kode ini tidak menyimpan data KBBI apa pun baik di peladen atau
+tembolok.
## HTTP API
@@ -15,7 +17,6 @@ Kamusku HTTP API adalah jantung dari semua implementasi di atas dan pencarian
definisi kata di bawah.
Kamusku HTTP API dapat diakses menggunakan HTTP lewat URL berikut: `/api`
-
### API Definisi
HTTP API untuk mencari definisi dari satu atau lebih kata.
@@ -67,5 +68,27 @@ dengan memberikan kata yang dicari, contohnya,
/definisi kamus,bahasa
```
+## Pengembangan
+
+<https://kilabit.info/project/kamusku/> - Halaman proyek.
+
+<https://git.sr.ht/~shulhan/kamusku> - Repositori sumber kode.
+
+## Lisensi
+
+Copyright (C) 2020 M. Shulhan &lt;m.shulhan&gt;
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation, either version 3 of the License, or (at your option)
+any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+more details.
+
+You should have received a copy of the GNU General Public License along with
+this program. If not, see <https://www.gnu.org/licenses/>.
Sekian, selamat meretas!