From 7398b1b41deb5bc165c4bde3718aaffc1f32b01a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 15 May 2023 01:23:27 +0700 Subject: all: convert the README from asciidoc to markdown I use two remote repositories: GitHub and SourceHut. GitHub support rendering README using asciidoc while SourceHut not. This cause the repository that use README.adoc rendered as text in SourceHut which make the repository page less readable. Also, the pkg.go.dev now render README but only support Markdown. Since we cannot control the SourceHut and go.dev, the only option is to support converting Markdown in ciigo so I can write README using Markdown and the rest of documentation using Asciidoc. --- .reuse/dep5 | 4 ++ README | 102 ------------------------------------------------ README.adoc | 1 - README.md | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ _doc/README.adoc | 1 - _doc/README.md | 1 + cli.go | 2 +- 7 files changed, 121 insertions(+), 105 deletions(-) delete mode 100644 README delete mode 120000 README.adoc create mode 100644 README.md delete mode 120000 _doc/README.adoc create mode 120000 _doc/README.md diff --git a/.reuse/dep5 b/.reuse/dep5 index 90c86e3..a5d3b9a 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,6 +3,10 @@ Upstream-Name: gotp Upstream-Contact: Shulhan Source: https://git.sr.ht/~shulhan/gotp +Files: README.md +Copyright: 2022 Shulhan +License: GPL-3.0-or-later + Files: go.sum Copyright: 2022 Shulhan License: GPL-3.0-or-later diff --git a/README b/README deleted file mode 100644 index 7f8707a..0000000 --- a/README +++ /dev/null @@ -1,102 +0,0 @@ -// SPDX-FileCopyrightText: 2021 M. Shulhan -// SPDX-License-Identifier: GPL-3.0-or-later -= gotp -Shulhan - -A command line interface to manage and generate Time-based One Time Password -(TOTP). - -== SYNOPSIS - - gotp - -== DESCRIPTION - -add