WICG / webmonetization

Proposed Web Monetization standard
https://webmonetization.org
Other
466 stars 152 forks source link

Refactor Meta Generator to use Link and re-brand it as the Link Generator #315

Closed AlexLakatos closed 1 year ago

AlexLakatos commented 1 year ago

Currently, https://webmonetization.org/meta-tag helps you generate a meta tag with a payment pointer. That's designed for the old Web Monetization specification.

We should update the page & generator functionality to conform with the new Web Monetization spec, that uses link tags instead of meta tags. https://webmonetization-preview.netlify.app/specification.html

Note: link tags are supported throughout the document, not just in the head.

huijing commented 1 year ago

Dev notes

  1. Should we rename the slug to link-tag and add a redirect from /meta-tag to /link-tag?
  2. Since receipts are deprecated in the new spec, we should update the documentation (http://localhost:3000/docs/receipt-verifier/#use-our-publicly-available-receipt-verifier) accordingly to indicate as such.
  3. We are sure we want to use https://example.com/ in the generated URL?
  4. What's with the margin-top: 50px between the 2 paragraphs of text 🤨?
  5. Do we need to cater for the special case for URLs with no path? (https://docs.openpayments.guide/docs/payment-pointers#shortened-form)