Summary of changes:
* collapsed two host-meta Links into one, with two Rels.  (Dirk & Eran are still considering different aspects of this, so for now they're both there)
* removed the 'foo' type, as it was confusing people.  It was just supposed to be an example.
* expanded the FOAF a bit more.
sammy:~ $ curl -i 
http://gmail.com/.well-known/host-metaHTTP/1.1 200 OK
Content-Type: application/xrd+xml
Transfer-Encoding: chunked
Date: Thu, 10 Sep 2009 23:07:33 GMT
Expires: Thu, 10 Sep 2009 23:07:33 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Server: GFE/2.0
<?xml version='1.0' encoding='UTF-8'?>
<!-- NOTE: this host-meta end-point is a pre-alpha work in progress.   Don't rely on it. -->
  <Link>
    <Rel>describedby</Rel>
  </Link>
</XRD>
HTTP/1.1 200 OK
Content-Type: application/xrd+xml
Transfer-Encoding: chunked
Date: Thu, 10 Sep 2009 23:07:38 GMT
Expires: Thu, 10 Sep 2009 23:07:38 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Server: GFE/2.0
<?xml version='1.0'?>
 <Link>
 </Link>
 <Link>
  <Rel>describedby</Rel>
  <MediaType>text/html</MediaType>
 </Link>
 <Link>
  <Rel>describedby</Rel>
  <MediaType>application/rdf+xml</MediaType>
 </Link>
</XRD>
HTTP/1.1 200 OK
Content-Type: application/rdf+xml
Transfer-Encoding: chunked
Date: Thu, 10 Sep 2009 23:07:41 GMT
Expires: Thu, 10 Sep 2009 23:07:41 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Server: GFE/2.0
<?xml version='1.0'?>
 <PersonalProfileDocument rdf:about=''>
  <maker rdf:nodeID='me'/>
  <primaryTopic rdf:nodeID='me'/>
 </PersonalProfileDocument>
 <Person rdf:nodeID='me'>
  <nick>bradfitz</nick>
  <name>Brad Fitzpatrick</name>
  <holdsAccount>
    <accountName>bradfitz</accountName>
   </OnlineAccount>
  </holdsAccount>
 </Person>