rest: Difference between revisions
Jump to navigation
Jump to search
(→Tools) |
|||
Line 31: | Line 31: | ||
=== Tools === | === Tools === | ||
* [[xoxo-sample-code| XOXO parser (python)]] | * [[xoxo-sample-code| XOXO parser (python)]] | ||
** also [http://www.opendarwin.org/~drernie/xoxo-plist.py], a pyobjc variant support Mac OS X plists] | ** also [http://www.opendarwin.org/~drernie/xoxo-plist.py xoxo-plist.py], a pyobjc variant support Mac OS X plists] | ||
* [http://www.opendarwin.org/~drernie/ahah.js ahah.js] Asynchronous HTML over HTTP | * [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) | ** was [http://epeus.blogspot.com/2005_05_01_epeus_archive.html#111588374981985824 JAH], an [http://technorati.com/tag/AJAX AJAX] alternative) | ||
=== Examples === | === Examples === | ||
* [http://www.opendarwin.org/~drernie/C499496031/E20051019100520/index.html DARC]: Darwin-Apache-Rails-CoreData | * [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) | * [http://www.opendarwin.org/~drernie/C499496031/E20051026153908/index.html TurboGear] AddressBook (Mac OS X-only) |
Revision as of 17:57, 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 in the microformats world 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 xoxo-plist.py, a pyobjc variant support Mac OS X plists]
- ahah.js Asynchronous HTML over HTTP