yacy_search_server/htroot/api/ymarks/get_metadata.xml
apfelmaennchen abba31f02e - bugfix for correctly sorting ymarks
- some tuning for the autotagger (still not perfect)
- /api/ymarks/get_metadata.xml now provides info for crawlstarts
- removed unused code

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8036 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-14 22:00:44 +00:00

18 lines
362 B
XML

<?xml version='1.0' encoding="UTF-8" standalone='yes'?>
<info>
<title>#[title]#</title>
<desc>#[desc]#</desc>
<keywords>
#{keywords}#<tag name="#[tag]#" />
#{/keywords}#
</keywords>
<autotags>
#{autotags}#<tag name="#[tag]#" />
#{/autotags}#
</autotags>
<crawlstart
#{crawlstart}##[key]#="#[value]#"
#{/crawlstart}#
>
</crawlstart>
</info>