yacy_search_server/htroot/api/ymarks/get_metadata.xml
apfelmaennchen 5f7dbe1c42 - some refactoring (ymarks)
- improvement for autotagger (is now able to create/detect  multi word tags e.g. 'open source')



git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8031 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-13 23:19:47 +00:00

13 lines
276 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>
</info>