yacy_search_server/htroot/ViewProfile.xml
theli bd3710a974 *) new xml template to view peer profile as xml
*) bugfix for wrong profile display (some fields where displayed twice)
*) new soap functions to get and set peer profile

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2919 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-11-05 16:26:25 +00:00

30 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<profile>
<status code="#[success]#">
#(success)#Wrong access of this page
::The requested peer is unknown or a potential peer.The profile can't be fetched.
::The peer #[peername]# is not online.
::Peer profile successfully fetched
#(/success)#
</status>
#(success)#::::::
<name>#(name)#::<![CDATA[#[value]#]]>#(/name)#</name>
<nickname>#(nickname)#::<![CDATA[#[value]#]]>#(/nickname)#</nickname>
<homepage>#(homepage)#::<![CDATA[#[value]#]]>#(/homepage)#</homepage>
<email>#(email)#::<![CDATA[#[value]#]]>#(/email)#</email>
<icq>#(icq)#::<![CDATA[#[value]#]]>#(/icq)#</icq>
<jabber>#(jabber)#::<![CDATA[#[value]#]]>#(/jabber)#</jabber>
<yahoo>#(yahoo)#::<![CDATA[#[value]#]]>#(/yahoo)#</yahoo>
<msn>#(msn)#::<![CDATA[#[value]#]]>#(/msn)#</msn>
<comment>#(comment)#::<![CDATA[#[value]#]]>#(/comment)#</comment>
<!-- optional profile fields -->
#{other}#
<optional>
<name><![CDATA[#[key]#]]></name>
<value><![CDATA[#[value]#]]></value>
</optional>
#{/other}#
#(/success)#
</profile>