~ancarda/vcs-autodiscovery-rfc

[RFC] VCS and Software Forge structure autodiscovery through HTML meta tags
5129f68f — Phil Pennock 1 year, 9 months ago
fix meta payload attribute in README
README: Link to IMPLEMENTATIONS.md
IMPLEMENTATIONS: add vanitydoc

refs

trunk
browse  log 

clone

read-only
https://git.sr.ht/~ancarda/vcs-autodiscovery-rfc
read/write
git@git.sr.ht:~ancarda/vcs-autodiscovery-rfc

You can also use your local clone with git send-email.

#VCS Autodiscovery

VCS structure auto-discovery through meta tags

#What and Why

This project holds the RFC for VCS Autodiscovery; meta tags that help software understand different software forges. Given a URL, such as:

https://vcs-autodiscovery.example/project/

Software can scrape <meta> tags in the <head> tag to learn how to clone or navigate this project. These tags look like:

<meta name="vcs" content="git">

<meta name="vcs:clone"
      content="https://vcs-autodiscovery.example/project.git">

#Standard

Read the latest standard in RFC.md

Discuss the RFC here: https://lists.sr.ht/~ancarda/vcs-autodiscovery

#Known Implementations

Known implementations are in IMPLEMENTATIONS.md. If you write software that produces or consumes VCS Autodiscovery meta tags, please send a patch to add yourself to IMPLEMENTATIONS.md

You may want to subscribe to the mailing list, where changes to the RFC will be discussed.