~ancarda/vcs-autodiscovery

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH rfc] IMPLEMENTATIONS: add vanitydoc

Details
Message ID
<20221128104950.119396-1-git@olivier.pfad.fr>
DKIM signature
missing
Download raw message
Patch: +4 -0
---
vanitydoc is a go command to generate static HTML and gemtext files
based on the embedded go documentation of a module.

 IMPLEMENTATIONS.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md
index 3a997c2..224b1ec 100644
--- a/IMPLEMENTATIONS.md
+++ b/IMPLEMENTATIONS.md
@@ -31,6 +31,10 @@ that consumes it.

### Executables and Hosted Services that produce Meta Tags

* **vanitydoc**
    Maintainer: `Olivier Charvin <git@olivier.pfad.fr>`
    URI: <https://code.pfad.fr/vanitydoc>

## Consumers

### Executables and Hosted Services that are enhanced by Meta Tags
-- 
2.38.1
Details
Message ID
<5acecac8-c04c-4e38-be25-724cbcf11868@app.fastmail.com>
In-Reply-To
<20221128104950.119396-1-git@olivier.pfad.fr> (view parent)
DKIM signature
missing
Download raw message
Here is an example of interacting implementation: https://godocs.io/code.pfad.fr/risefront

- the tags present on https://code.pfad.fr/risefront where generated with vanitydoc
- the tags were parsed by godocs.io (which correctly generated link to codeberg.org on symbols)

Interoperability seems to be working great!


On Mon, Nov 28, 2022, at 11:49, oliverpool wrote:
> ---
> vanitydoc is a go command to generate static HTML and gemtext files
> based on the embedded go documentation of a module.
>
>  IMPLEMENTATIONS.md | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md
> index 3a997c2..224b1ec 100644
> --- a/IMPLEMENTATIONS.md
> +++ b/IMPLEMENTATIONS.md
> @@ -31,6 +31,10 @@ that consumes it.
> 
>  ### Executables and Hosted Services that produce Meta Tags
> 
> +* **vanitydoc**
> +    Maintainer: `Olivier Charvin <git@olivier.pfad.fr>`
> +    URI: <https://code.pfad.fr/vanitydoc>
> +
>  ## Consumers
> 
>  ### Executables and Hosted Services that are enhanced by Meta Tags
> -- 
> 2.38.1
Details
Message ID
<CPA36JUF4OY8.ZLIFV2BDS3OW@Marks-MacBook-Pro.local>
In-Reply-To
<20221128104950.119396-1-git@olivier.pfad.fr> (view parent)
DKIM signature
missing
Download raw message
On Mon Nov 28, 2022 at 10:49 AM GMT, oliverpool wrote:
> ---
> vanitydoc is a go command to generate static HTML and gemtext files
> based on the embedded go documentation of a module.
>
>  IMPLEMENTATIONS.md | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md
> index 3a997c2..224b1ec 100644
> --- a/IMPLEMENTATIONS.md
> +++ b/IMPLEMENTATIONS.md
> @@ -31,6 +31,10 @@ that consumes it.
>
>  ### Executables and Hosted Services that produce Meta Tags
>
> +* **vanitydoc**
> +    Maintainer: `Olivier Charvin <git@olivier.pfad.fr>`
> +    URI: <https://code.pfad.fr/vanitydoc>
> +
>  ## Consumers
>
>  ### Executables and Hosted Services that are enhanced by Meta Tags
> --
> 2.38.1

Thanks a lot, I've applied both of your patches.
Reply to thread Export thread (mbox)