python2 help-to-wiki.py -r -n Generating the titles... Path to the .po files not provided, using "../translations/source" Currently generating helpwiki pages in the 5.3 branch gives exceptions like this because of the new <acronym> item type: $ python2 help-to-wiki.py -r -n Generating the main wiki pages... Warning: Unhandled element "switch" in "default" (source/text/shared/01/02100000.xhp) Warning: Unhandled element "case" in "default" (source/text/shared/01/02100000.xhp) Unhandled item type "acronym". Exception in thread Thread-380: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/home/gabor/src/core/helpcontent2/to-wiki/wikiconv2.py", line 1391, in run file.write(parser.get_all()) File "/home/gabor/src/core/helpcontent2/to-wiki/wikiconv2.py", line 1305, in get_all return self.head_obj.get_all() File "/home/gabor/src/core/helpcontent2/to-wiki/wikiconv2.py", line 369, in get_all text = text + i.get_all() File "/home/gabor/src/core/helpcontent2/to-wiki/wikiconv2.py", line 1170, in get_all raise UnhandledItemType('Paragraph id: '+str(self.id)) UnhandledItemType: Paragraph id: par_id030820161744123676 Unhandled item type "acronym". (and three more similar exceptions) This is already fixed in master: https://cgit.freedesktop.org/libreoffice/help/commit/?id=7de8eed8b1b908c9e37f6e2499f37768a2354d27 Here I'm requesting permission to backport to the 5-3 branch.
Gabor Kelemen committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/help/commit/?id=3d9e4e094a7ebd9f16c931fcdbf95d144f80b2b0&h=libreoffice-5-3 tdf#104850 Handle 'acronym' item type
> Here I'm requesting permission to backport to the 5-3 branch. No need to ask for permission to anyone; just propose in Gerrit as you have done. And while it’s in the beta phase, you can merge backports on your own — when it enters the RC phase, you’ll need a review from another person to merge it.