hcard-input-interface

From Microformats Wiki
Jump to navigation Jump to search

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 [twitter]
  • google.com/profile/johndoe
  • jdoe@example.com [gravatar]

Implementation

Back-end

  • Get target URL
  • Fetch content
  • Parse; generate hCard
  • Return hCard

Front-end

  • Input target URL
  • Goes to back-end
  • Populates Form