rest: Difference between revisions
Jump to navigation
Jump to search
(implementations) |
|||
Line 26: | Line 26: | ||
** original at [[rest/rex-proposal]] | ** original at [[rest/rex-proposal]] | ||
* [http://restylab.php5.cz/files/webutopia.ppt WebUtopia] by Tody | * [http://restylab.php5.cz/files/webutopia.ppt WebUtopia] by Tody | ||
== Implementations == | |||
=== Tools === | |||
* [[xoxo-sample-code| XOXO parser (python)]] | |||
** also [http://www.opendarwin.org/~drernie/xoxo-plist.py], a pyobjc variant support Mac OS X plists] | |||
* [http://www.opendarwin.org/~drernie/ahah.js ahah.js] Asynchronous HTML over HTTP | |||
** was [http://epeus.blogspot.com/2005_05_01_epeus_archive.html#111588374981985824 JAH], an [http://technorati.com/tag/AJAX AJAX] alternative) | |||
=== Examples === | |||
* [http://www.opendarwin.org/~drernie/C499496031/E20051019100520/index.html DARC]: Darwin-Apache-Rails-CoreData | |||
* [http://www.opendarwin.org/~drernie/C499496031/E20051026153908/index.html TurboGear] AddressBook (Mac OS X-only) |
Revision as of 17:56, 28 October 2005
Microformats in REST Web Services
Introduction
This the home page for discussion, research, and standards regarding how to optimally use Microformats as the encoding for REST web services.
The goal is for all REST-related information to live under this URL.
Discussions
- uf-rest discussion list on microformats.org
- rest-discuss @ Yahoo Groups
Participants
Examples
Brainstorming
Proposals
Note that these are all preliminary.
- [REST-Enabled XHTML] by Dr. Ernie
- original at rest/rex-proposal
- WebUtopia by Tody
Implementations
Tools
- XOXO parser (python)
- also [1], a pyobjc variant support Mac OS X plists]
- ahah.js Asynchronous HTML over HTTP