aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-13 16:19:58 +0700
committerShulhan <ms@kilabit.info>2025-07-13 16:19:58 +0700
commit7e3c3fb5906aabcb9960aa7b61c7459bdba81cbd (patch)
tree71e9c0106d73222aa038f05ee2bb8eb3f9a54d12
parent172b04fdfdbb879993402d5f6f447e4258fa19f6 (diff)
downloadduitku-7e3c3fb5906aabcb9960aa7b61c7459bdba81cbd.tar.xz
all: rewrite the README using markdown
The idea is to make it rendered in git.sr.ht and pkg.go.dev.
-rw-r--r--README60
l---------README.md (renamed from README.adoc)0
2 files changed, 42 insertions, 18 deletions
diff --git a/README b/README
index 0dadb3d..151ac3b 100644
--- a/README
+++ b/README
@@ -1,26 +1,50 @@
-= Go client for duitku.com
-Shulhan <ms@kilabit.info>
-7 Nov 2022
-:toc:
-:sectanchors:
+# duitku
-duitku is Go library and client for
-https://duitku.com[duitku.com].
+duitku is a Go module for
+[duitku.com](https://duitku.com).
-Supported HTTP APIs,
+Not all HTTP APIs are supported only some of them.
+List of supported HTTP APIs,
* Disbursement,
-
-** https://docs.duitku.com/disbursement/en/#transfer-online[Transfer online^]
-** https://docs.duitku.com/disbursement/en/#clearing-transaction-flow[Clearing^]
-** https://docs.duitku.com/disbursement/en/#inquiry-list-bank[Inquiry list bank^]
-** https://docs.duitku.com/disbursement/en/#inquiry-check-balance-request[Check balance^]
+ * [Transfer online](https://docs.duitku.com/disbursement/en/#transfer-online)
+ * [Clearing](https://docs.duitku.com/disbursement/en/#clearing-transaction-flow)
+ * [Inquiry list bank](https://docs.duitku.com/disbursement/en/#inquiry-list-bank)
+ * [Check balance](https://docs.duitku.com/disbursement/en/#inquiry-check-balance-request)
* Merchant,
-** https://docs.duitku.com/api/en/#get-payment-method[Get payment method^]
-** https://docs.duitku.com/api/en/#request-transaction[Inquiry^]
-** https://docs.duitku.com/api/en/#check-transaction[Check transaction status^]
+ * [Get payment method](https://docs.duitku.com/api/en/#get-payment-method)
+ * [Inquiry](https://docs.duitku.com/api/en/#request-transaction)
+ * [Check transaction status](https://docs.duitku.com/api/en/#check-transaction)
+
+
+## Development
+
+<https://kilabit.info/project/duitku/> - Project page.
+
+<https://git.sr.ht/~shulhan/duitku> - Link to the source code repository.
+
+
+## License
+
+Copyright (C) 2022 M. Shulhan &lt;ms@kilabit.info&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 <http://www.gnu.org/licenses/>.
-// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
-// SPDX-License-Identifier: GPL-3.0-or-later
+<!--
+SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
+SPDX-License-Identifier: GPL-3.0-or-later
+-->
diff --git a/README.adoc b/README.md
index 100b938..100b938 120000
--- a/README.adoc
+++ b/README.md