summaryrefslogtreecommitdiff
path: root/htroot/api/ymarks/get_metadata.xml
blob: dc72df1ef3745df050ce6c78aee0f8afb5a53c87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0' encoding="UTF-8" standalone='yes'?>
<info status="#[status]#">
	<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>