NodeInfo(2)

外掛說明

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.

安裝方式

Follow the normal instructions for installing WordPress plugins.

Automatic Plugin Installation

To add a WordPress Plugin using the built-in plugin installer:

  1. Go to Plugins > Add New.
  2. Type “nodeinfo” into the Search Plugins box.
  3. Find the WordPress Plugin you wish to install.
    1. Click Details for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
    2. Click Install Now to install the WordPress Plugin.
  4. The resulting installation screen will list the installation as successful or note any problems during the install.
  5. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.

Manual Plugin Installation

There are a few cases when manually installing a WordPress Plugin is appropriate.

  • If you wish to control the placement and the process of installing a WordPress Plugin.
  • If your server does not permit automatic installation of a WordPress Plugin.
  • If you want to try the latest development version.

Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source.

Backup your site completely before proceeding.

To install a WordPress Plugin manually:

  • Download your WordPress Plugin to your desktop.
  • If downloaded as a zip archive, extract the Plugin folder to your desktop.
  • With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
  • Go to Plugins screen and find the newly uploaded Plugin in the list.
  • Click Activate to activate it.

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈NodeInfo(2)〉的開發相關工作。

參與者

〈NodeInfo(2)〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈NodeInfo(2)〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

Project and support maintained on github at pfefferle/wordpress-nodeinfo.

2.3.1

  • mask version number

2.3.0

  • add nodeName, nodeDescription and nodeIcon to meta array

2.2.0

  • add MAUs

2.1.1

  • load plugin on init, to keep up with changes on the ActivityPub side

2.1.0

  • count only users that can “publish_posts”

2.0.0

  • removed support for ServiceInfo, as it never caught on

1.0.8

  • fix link to WordPress repository (props @jeherve)
  • add generator object to metadata to link to plugin repository

1.0.7

  • NodeInfo 2.1 protocols field has to be an array, not an object

1.0.6

  • add autodiscovery link for nodeinfo 2.1
  • fix some typos/copy&paste issues

1.0.5

  • fix missing permission_callback issue

1.0.4

  • fixed whitespace problem

1.0.3

  • added admin_email to metadata, to be able to “Manage your instance” on https://fediverse.network/manage/

1.0.2

  • fixed JSON schema (thanks @hrefhref)

1.0.1

  • use home_url insted of site_url

1.0.0

  • initial