Started this morning to fix the pages that are not showing in the DevGuide. Due to a broken extension tags <idls>, <idlm> and <idlml> prevent pages from displaying content.
However, content is there. Content is editable by tweaking the URL of the not showing page For instance: https://wiki.openoffice.org/wiki/Documentation/DevGuide/Basic/Accessing_Libraries_from_Basic needs to become: https://wiki.openoffice.org/w/index.php?title=Documentation/DevGuide/Basic/Accessing_Libraries_from_Basic&action=edit so: replacing wiki/ by w/index.php?title= and add &action=edit to the end of the URL. Content is then editable. tag <idls> can be changed to <idl> to make it work again tag <idlm> and <idlml> need to be replaced by an url to the page. Like [http://api.openoffice.org/docs/common/ref/com/sun/star/lang/XMultiComponentFactory.html#createInstanceWithContext, followed by the content of the tag en closing bracket ] Like [http://api.openoffice.org/docs/common/ref/com/sun/star/lang/XMultiComponentFactory.html#createInstanceWithContext com.sun.star.lang.XMultiComponentFactory:createInstanceWithContext] It is a manual job and there are a lot of pages. (I'll be busy :-) ) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
