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

[PATCH] fix meta payload attribute in README

Details
Message ID
<20230102183506.1189961-1-phil+git@pennock-tech.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
Payload is in `content=`, not `value=`.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1bad3d8..1ba43b2 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ ## What and Why
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" value="git">
    <meta name="vcs" content="git">

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

## Standard

-- 
2.39.0
Details
Message ID
<CPWDN7RJYFQW.2KYZBORDBXBZG@Marks-MacBook-Pro.local>
In-Reply-To
<20230102183506.1189961-1-phil+git@pennock-tech.com> (view parent)
DKIM signature
missing
Download raw message
Thanks a lot for this!

On Mon Jan 2, 2023 at 6:35 PM GMT, Phil Pennock wrote:
> Payload is in `content=`, not `value=`.
> ---
>  README.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README.md b/README.md
> index 1bad3d8..1ba43b2 100644
> --- a/README.md
> +++ b/README.md
> @@ -12,10 +12,10 @@ ## What and Why
>  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" value="git">
> +    <meta name="vcs" content="git">
>
>      <meta name="vcs:clone"
> -          value="https://vcs-autodiscovery.example/project.git">
> +          content="https://vcs-autodiscovery.example/project.git">
>
>  ## Standard
>
> --
> 2.39.0
Reply to thread Export thread (mbox)