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

Gabor Kelemen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
     Ever confirmed|0                           |1

--- Comment #2 from Gabor Kelemen <[email protected]> ---
I see the page if the local help is installed in a local build, but not in the
online case. I get an URL like
https://help.libreoffice.org/swriter/fps/ui/remotefilesdialog/add_service_btn?Language=en-US&System=UNIX&Version=5.4
- and nothing there.
This has two reasons:
- the page was added recently in August and the wiki was not updated since
then: time will solve this :)
- when building the wiki pages locally I get the following exception:

Unknown paragraph role start: ol_item
Exception in thread Thread-2233:
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 1385, in
run
    file.write(parser.get_all())
  File "/home/gabor/src/core/helpcontent2/to-wiki/wikiconv2.py", line 1299, in
get_all
    return self.head_obj.get_all()
  File "/home/gabor/src/core/helpcontent2/to-wiki/wikiconv2.py", line 363, in
get_all
    text = text + i.get_all()
  File "/home/gabor/src/core/helpcontent2/to-wiki/wikiconv2.py", line 1178, in
get_all
    if replace_paragraph_role['templ'][role]:
KeyError: u'ol_item'

Surprise-surprise, there is a few ol_item used in 
https://cgit.freedesktop.org/libreoffice/help/tree/source/text/shared/guide/cmis-remote-files.xhp#n42
and in a few other new pages: namely 
source/text/simpress/guide/photo_album.xhp and
source/text/swriter/01/title_page.xhp
These seem to be artifacts from the help authoring extension and
to-wiki/wikiconv2.py needs to be updated.

Cor: are you using a local build or a prepackaged rpm / deb? 
I'm not sure why you get the welcome page, that might be a completely different
problem, which I can't reproduce yet.

-- 
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