Lines Matching full:topic
143 for topic in info.keys():
144 if topic != "purpose" and topic != "usage" and \
145 topic != "author" and topic != "copy" and \
146 topic != "section" and topic != "synopsis" and topic != "test":
147 str = info[topic]
148 output.write(" <extra topic='%s'>%s</extra>\n" % (
149 escape(topic), escape(str)))