hcard-input-interface: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Add Description) |
||
Line 1: | Line 1: | ||
The goal here is to create a radically minimal signup process, utilizing hCards. Interface will use hCard information retrieved form a user’s “web-address” to populate fields needed for signup. | |||
==Web Address Candidates== | |||
* facebook.com/johndoe | |||
* @johndoe | |||
* jdoe@gmail.com | |||
=Implementation= | =Implementation= | ||
==Back-end== | ==Back-end== |
Revision as of 01:05, 26 July 2009
The goal here is to create a radically minimal signup process, utilizing hCards. Interface will use hCard information retrieved form a user’s “web-address” to populate fields needed for signup.
Web Address Candidates
- facebook.com/johndoe
- @johndoe
- jdoe@gmail.com
Implementation
Back-end
- Get target URL
- Fetch content
- Parse; generate hCard
- Return hCard
Front-end
- Input target URL
- Goes to back-end
- Populates Form