aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
parent045bebed5043fcb98a058c12dc9c6f0ee3937f61 (diff)
downloadduitku-eae13cc26ce9f9a7681d67f7633ce32545505cd5.tar.xz
all: simplify README and remove the symlink
Using symlink does not render the README correctly in the sourcehut.
Diffstat (limited to 'README')
-rw-r--r--README52
1 files changed, 0 insertions, 52 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
--->