Appboard/2.4/builder/data sources/web service/glossary json: Difference between revisions
imported>David.moore No edit summary |
imported>Jason.nicholls No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:glossary.json}} | |||
[[Category:AppBoard 2.4]] | |||
<nowiki>{ | <nowiki>{ | ||
"glossary": { | |||
"title": "example glossary", | |||
"GlossDiv": { | |||
"title": "S", | |||
"GlossList": { | |||
"GlossEntry": { | |||
"ID": "SGML", | |||
"SortAs": "SGML", | |||
"GlossTerm": "Standard Generalized Markup Language", | |||
"Acronym": "SGML", | |||
"Abbrev": "ISO 8879:1986", | |||
"GlossDef": { | |||
"para": "A meta-markup language, used to create markup languages such as DocBook.", | |||
"GlossSeeAlso": ["GML", "XML"] | |||
}, | |||
"GlossSee": "markup" | |||
} | |||
} | |||
} | } | ||
} | } | ||
}</nowiki> | }</nowiki> | ||
Latest revision as of 07:07, 14 December 2013
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML"]
},
"GlossSee": "markup"
}
}
}
}
}