We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related: #1 , #2 , #3 現状では、与えられたurlがmisskeyプラットフォームの物であることを前提として処理を行っている。 しかし、今後Misskey以外に対応したり( #3 )ページ内のリンクに対応したり( #1 )することで、対応していないurlが与えられることが多くなることが考えられる。 プラットフォームの判別やActivityPubのurl以外を除外する処理において、何らかの方法でurlの判別が必要。
The text was updated successfully, but these errors were encountered:
host/.well-known/nodeinfoでnodeinfoリスト取得して、適当に開いてsoftware/name確認するのが良さそう? これはAP仕様?
ex. https://misskey.srgr0.com/.well-known/nodeinfo https://misskey.srgr0.com/nodeinfo/2.1
Sorry, something went wrong.
https://github.com/jhass/nodeinfo
方針
Srgr0
No branches or pull requests
related: #1 , #2 , #3
現状では、与えられたurlがmisskeyプラットフォームの物であることを前提として処理を行っている。
しかし、今後Misskey以外に対応したり( #3 )ページ内のリンクに対応したり( #1 )することで、対応していないurlが与えられることが多くなることが考えられる。
プラットフォームの判別やActivityPubのurl以外を除外する処理において、何らかの方法でurlの判別が必要。
The text was updated successfully, but these errors were encountered: