
內容簡介
NodeInfo 是一個旨在創建標準化方式以公布分散式社交網路中運行的服務器元數據的努力。兩個關鍵目標是能夠更好地瞭解分散式社交網絡的用戶基礎以及構建工具,使用戶可以選擇最適合他們需求的軟件和服務器。
此外掛程式提供一個基本的“節點”信息的基本 JSON 文件,但文件可以由其他 WordPress 外掛,例如OStatus、Diaspora或ActivityPub/Pterotype來擴展。
外掛標籤
開發者團隊
原文外掛簡介
NodeInfo is an effort to create a standardized way of exposing metadata about a server running one of the distributed social networks. The two key goals are being able to get better insights into the user base of distributed social networking and the ability to build tools that allow users to choose the best fitting software and server for their needs.
This plugin provides a barebone JSON file with basic “node”-informations. The file can be extended by other WordPress plugins, like OStatus, Diaspora or ActivityPub/Pterotype.
What information does this plugin share?
The plugin exposes the following public information about your site:
Software: WordPress version (major version only for privacy)
Usage statistics: Number of users, posts, and comments
Site info: Your site name and description
Protocols: Which federation protocols your site supports (e.g., ActivityPub)
Services: Which external services your site can connect to (e.g., RSS feeds)
This information helps other servers in the Fediverse discover and interact with your site.
Supported NodeInfo versions
This plugin supports all major NodeInfo specification versions:
NodeInfo 1.0 and 1.1 – Original specifications
NodeInfo 2.0, 2.1, and 2.2 – Current specifications with extended metadata
NodeInfo2 – Alternative single-endpoint format
Endpoints
After activation, the following endpoints become available:
/.well-known/nodeinfo – Discovery document (start here)
/wp-json/nodeinfo/2.2 – NodeInfo 2.2 (recommended)
/wp-json/nodeinfo/2.1 – NodeInfo 2.1
/wp-json/nodeinfo/2.0 – NodeInfo 2.0
/wp-json/nodeinfo/1.1 – NodeInfo 1.1
/wp-json/nodeinfo/1.0 – NodeInfo 1.0
/.well-known/x-nodeinfo2 – NodeInfo2 format
