You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/htroot/api/util/getpageinfo_p.xml

22 lines
501 B

<?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>
<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>
</pageinfo>