2 # Converts small subset of MediaWiki to DocBook
10 func open_section
(tag
) {
16 func close_section
() {
17 if (in_para
) close_para
();
19 print "</"stack
[stack_i
]">"
30 open_section
("chapter")
34 if (in_para
) close_para
();
41 open_section
("section")
42 print "<title>"$
0"</title>"
48 print "<title>"$
0"</title>"
53 gsub("\\[\\[", "<ulink url=\"")
55 gsub("]]", "</ulink>")