aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-02-12 09:35:36 +0700
committerShulhan <ms@kilabit.info>2026-02-12 09:35:36 +0700
commiteae13cc26ce9f9a7681d67f7633ce32545505cd5 (patch)
treec346796955b8efb3c0abfbff48ab741aaa4a62c7
parent045bebed5043fcb98a058c12dc9c6f0ee3937f61 (diff)
downloadduitku-eae13cc26ce9f9a7681d67f7633ce32545505cd5.tar.xz
all: simplify README and remove the symlink
Using symlink does not render the README correctly in the sourcehut.
-rw-r--r--README52
-rw-r--r--[l---------]README.md38
2 files changed, 37 insertions, 53 deletions
diff --git a/README b/README
deleted file mode 100644
index 9ff299e..0000000
--- a/README
+++ /dev/null
@@ -1,52 +0,0 @@
-# duitku
-
-duitku is a Go module for
-[duitku.com](https://duitku.com).
-
-Not all HTTP APIs are supported only some of them.
-List of supported HTTP APIs,
-
-* Disbursement,
- * [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,
-
- * [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/CHANGELOG.html> - History of releases.
-
-<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
--->
diff --git a/README.md b/README.md
index 100b938..f02db9b 120000..100644
--- a/README.md
+++ b/README.md
@@ -1 +1,37 @@
-README \ No newline at end of file
+# duitku
+
+duitku is a Go module for
+[duitku.com](https://duitku.com).
+
+Not all HTTP APIs are supported only some of them.
+List of supported HTTP APIs,
+
+- Disbursement,
+ - [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,
+ - [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/CHANGELOG.html> - History of releases.
+
+<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 software is licensed under GPL 3.0 or later.
+
+<!--
+SPDX-License-Identifier: GPL-3.0-or-later
+SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
+-->