diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-30 00:53:29 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-30 00:53:29 +0700 |
| commit | 4683c2551043df4886ce65e41568e80268219050 (patch) | |
| tree | 91a8e82e3a1e5a6ec3ed48b14d5260774a86b91b | |
| parent | 6ee50da54c7c778add419922f82f0a7c6cbc8dc9 (diff) | |
| download | gotp-4683c2551043df4886ce65e41568e80268219050.tar.xz | |
_doc: merge index into README
| -rw-r--r-- | README.md | 14 | ||||
| -rw-r--r-- | _doc/index.adoc | 26 | ||||
| l--------- | _doc/index.md (renamed from _doc/README.md) | 0 |
3 files changed, 14 insertions, 26 deletions
@@ -147,3 +147,17 @@ Rename a label "my-totp" to "my-otp", $ gotp rename my-totp my-otp gotp: reading configuration from /home/$USER/.config/gotp/gotp.conf OK + + +## Development + +<https://git.sr.ht/~shulhan/gotp>:: Link to the source code. + +<https://lists.sr.ht/~shulhan/gotp>:: Link to development and +discussion. + +<https://todo.sr.ht/~shulhan/gotp>:: Link to submit an issue, +feedback, or request for new feature. + +[Changelog](https://kilabit.info/project/gotp/CHANGELOG.html):: Change log +for each releases. diff --git a/_doc/index.adoc b/_doc/index.adoc deleted file mode 100644 index 9e8ea34..0000000 --- a/_doc/index.adoc +++ /dev/null @@ -1,26 +0,0 @@ -// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> -// SPDX-License-Identifier: GPL-3.0-or-later -= gotp -:toc: -:sectanchors: -:sectlinks: - -Welcome to gotp. - -Command line interface for Time-based One Time Password (TOTP). - -== Documentation - -link:CHANGELOG.html[CHANGELOG^]:: History of each release. - -link:README.html[README^]:: User manual page for gotp. - -== Development - -https://git.sr.ht/~shulhan/gotp[Repository^]:: Link to the source code. - -https://lists.sr.ht/~shulhan/gotp[Mailing list^]:: Link to development and -discussion. - -https://todo.sr.ht/~shulhan/gotp[Issues^]:: Link to submit an issue, -feedback, or request for new feature. diff --git a/_doc/README.md b/_doc/index.md index 32d46ee..32d46ee 120000 --- a/_doc/README.md +++ b/_doc/index.md |
