~ancarda/vcs-autodiscovery

rfc: IMPLEMENTATIONS: add vanitydoc v1 APPLIED

oliverpool: 1
 IMPLEMENTATIONS: add vanitydoc

 1 files changed, 4 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~ancarda/vcs-autodiscovery/patches/37181/mbox | git am -3
Learn more about email & git

[PATCH rfc] IMPLEMENTATIONS: add vanitydoc Export this patch

---
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




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!