yacy_search_server/htroot/api/getpageinfo_p.json
luccioman bd88fd303e Deprecated duplicated and internally unused getpageinfo servlet.
Redirections set for the transition of any eventual external uses:
 - /api/getpageinfo.xml to /api/getpageinfo_p.xml
 - /api/getpageinfo.json to /api/getpageinfo_p.json
2017-05-30 09:29:28 +02:00

17 lines
355 B
JSON

{
"item": {
"title": "#[title]#",
"desc": "#[desc]#",
"lang" : "#[lang]#",
"robots": "#(robots-allowed)#0::1::#(/robots-allowed)#",
"robotsInfo": "#[robotsInfo]#",
"icons": [#{icons}#
"#[icon]#"#(eol)#::,#(/eol)#
#{/icons}#],
"filter": "#[filter]#",
"tags": "#{tags}##[tag]#,#{/tags}#",
"oai": "#[oai]#"
}
}