mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-04-18 18:18:49 -04:00
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
17 lines
355 B
JSON
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]#"
|
|
}
|
|
} |