diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-21 15:08:18 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-21 15:08:18 +0000 |
| commit | 81b4598487a2c770fbe5d0fac43c39f515cc5214 (patch) | |
| tree | bb5f0aa1a6101e82cd2169fd08a6227a4382a30e /htroot/ViewProfile.html | |
| parent | 70bd67e73e52c176e9e925ef98e63d31ad2ee227 (diff) | |
*) peer profile can now be displayed as vcard
e.g. http://localhost:8080/ViewProfile.vcf?hash=localhash
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3504 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewProfile.html')
| -rw-r--r-- | htroot/ViewProfile.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index 9be76ffe2..de84fce21 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Remote Peer Profile</title>
+ <link rel="alternate" type="text/x-vcard" title="vCard" href="ViewProfile.vcf?hash=#[hash]#" />
#%env/templates/metas.template%#
</head>
<body id="ViewProfile">
|
