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

16 lines
1.0 KiB
Markdown
Raw Normal View History

2015-02-06 11:57:13 -05:00
---
2012-01-02 23:33:14 -05:00
layout: post
title: XRDS-Simple for Drupal
created: 1212553000
2015-02-06 11:57:13 -05:00
permalink: blog/walkah/xrdssimple-drupal/
tags:
2012-01-02 23:33:14 -05:00
- drupal
- diso
- xrds
---
2012-01-03 00:31:54 -05:00
<p>Last night I put together a simple module for Drupal to implement the <a href="http://xrds-simple.net/core/1.0/">XRDS-Simple</a> spec. It is based loosely on the <a href="http://singpolyma.net/plugins/xrds-simple/">xrds-simple wordpress plugin</a>.</p>
<p>XRDS-Simple is an important piece of the <a href="http://diso-project.org/">DiSo project</a>. From <a href="http://xrds-simple.net/core/1.0/">the XRDS-Simple spec:</a>:</p>
<blockquote>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.</blockquote>
2012-01-02 23:33:14 -05:00
<p>So, check it out: http://drupal.org/project/xrds_simple .</p>