net/_posts/2008-06-04-xrds-simple-for-drupal.md

1.0 KiB

layout title created permalink tags
post XRDS-Simple for Drupal 1212553000 blog/walkah/xrdssimple-drupal/
drupal
diso
xrds

Last night I put together a simple module for Drupal to implement the XRDS-Simple spec. It is based loosely on the xrds-simple wordpress plugin.

XRDS-Simple is an important piece of the DiSo project. From the XRDS-Simple spec::

XRDS-Simple provides a format and workflow for the discovery of resources metadata, and other linked resources. As web services continue to grow, applications utilize a wider range of web services and resources across multiple providers. XRDS-Simple allows providers to document their resources in a machine-readable way, which can be automatically discovered by consumer applications.

So, check it out: http://drupal.org/project/xrds_simple .