yacy_search_server/htroot/api/getpageinfo_p.xml
cominch cef8ebc41d getpageinfo: Checks if there is a OAI repository behind the URL.
This check is only performed if oai parameter is set when calling e.g. getpageinfo_p.xml?actions=oai

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8039 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-15 12:22:19 +00:00

24 lines
564 B
XML

<?xml version='1.0' encoding="UTF-8" standalone='yes'?>
<pageinfo>
<title>#[title]#</title>
<desc>#[desc]#</desc>
<lang>#[lang]#</lang>
<robots>#(robots-allowed)#0::1::#(/robots-allowed)#</robots>
<robotsInfo>#[robotsInfo]#</robotsInfo>
<sitemap>#[sitemap]#</sitemap>
<favicon>#[favicon]#</favicon>
<sitelist>#[sitelist]#</sitelist>
<filter>#[filter]#</filter>
<tags>
#{tags}#
<tag name="#[tag]#" />
#{/tags}#
</tags>
<links>
#{links}#
<link name="#[link]#" />
#{/links}#
</links>
<oai>#[oai]#</oai>
</pageinfo>