XRDS-Simple

外掛說明

XRDS-Simple is a profile of XRDS, a service discovery protocol which used in the OpenID authentication specification as well as OAuth. This plugin provides a generic framework to allow other plugins to contribute their own service endpoints to be included in the XRDS service document for the domain.

安裝方式

This plugin follows the standard WordPress installation method:

  1. Upload the xrds-simple folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

How do I contribute services to the XRDS document

Implement the filter ‘xrds_simple’, and see the public functions at the top of the file.

使用者評論

2017 年 5 月 30 日
I was told during troubleshooting process for OpenID plugin, that XRDS-Simple was necessity for OpenID. I installed this plugin and now OpenID plugin is working again. Thanks!
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈XRDS-Simple〉的開發相關工作。

參與者

將〈XRDS-Simple〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

Project maintined on github at diso/wordpress-xrds-simple.

version 1.2.1 (Feb 19, 2018)

  • compatibility update

version 1.2 (Jul 17, 2015)

  • allow ‘xri://$xrds*simple’ Type to be filtered out
  • check if $_SERVER[‘HTTP_ACCEPT’] exist to avoid notice that break the xrds file

version 1.1 (Nov 16, 2012)

  • fix various PHP and WordPress errors and warnings
  • add ability to fetch plain text XRDS document (mainly for debugging. see example)

version 1.0 (Oct 7, 2008)

  • initial public release