Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse metadata element: author #75

Open
t-900-a opened this issue Mar 7, 2021 · 2 comments
Open

Parse metadata element: author #75

t-900-a opened this issue Mar 7, 2021 · 2 comments

Comments

@t-900-a
Copy link

t-900-a commented Mar 7, 2021

https://indieweb.org/payment#Implementations

Would also parse atom:link (s) within items

  <author>
  	<name>Mark Pilgrim</name>
  	<email>[email protected]</email>
  	<uri>https://mysite.com</uri>
  	<atom:link rel="payment" type="application/bitcoin-paymentrequest" href="bitcoin:abc7askjdfg"/>
  </author>
<entry>
<id>abc</id>
<title>Iabc</title>
<link href="https://siasky.net/CADcPfMxnOgtgwllK9-kp12sIy9L8De7br9nvNFcslCKRg" rel="alternate"/>
<summary>
The story of abc
</summary>
<atom:link rel="payment" type="application/bitcoin-paymentrequest" href="bitcoin:abc7askjdfg"/>
</entry>
@t-900-a
Copy link
Author

t-900-a commented Mar 13, 2021

@zaddok
has already started this work.
pull request would be cool
https://github.com/zaddok/rss/commits/master

@t-900-a
Copy link
Author

t-900-a commented Mar 18, 2021

I've gone ahead and completed the work
github.com/t-900-a/rss/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant