https://bugs.documentfoundation.org/show_bug.cgi?id=98110

            Bug ID: 98110
           Summary: Convert-Script from XHP to MediaWiki modifications
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]

Regarding Bug 62292 our Python script has to be modified which transforms our
xml help files (xhp) to mediawiki content.

At the moment content of
<item type="keycode"><switchinline select="sys"><caseinline
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item>
 

gets converted to 
{{KeyCode|CommandCtrl+Tab}}

which is simply wrong.

The best result would be something like
{{KeyCode|{{System|default=Ctrl|mac=Command}}+Tab}}

The Python script can be found at
http://opengrok.libreoffice.org/xref/help/to-wiki/wikiconv2.py

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to