Bug 121697 - [NEWHELP] Extend Help XHP for easier, simpler Help edition
Summary: [NEWHELP] Extend Help XHP for easier, simpler Help edition
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:6.3.0 target:25.2.0
Keywords:
Depends on:
Blocks: New-Help
  Show dependency treegraph
 
Reported: 2018-11-24 17:14 UTC by Olivier Hallot
Modified: 2024-09-24 12:27 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2018-11-24 17:14:26 UTC
This bug refers to the proposed extension for XHP described in the wiki page 

https://wiki.documentfoundation.org/Documentation/Proposed_Extensions_for_XHP
Comment 1 Commit Notification 2018-11-28 09:54:03 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/10793855574782a1d57805883693b6f200cfac3d%5E%21

tdf#121697 XHP extensions

It will be available in 6.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 2 Xisco Faulí 2019-01-23 15:29:26 UTC
A polite ping to Olivier Hallot:
Is this bug fixed? if so, could you please close it as RESOLVED FIXED ? Otherwise, Could you please explain what's missing?
Thanks
Comment 3 Olivier Hallot 2019-01-23 15:32:25 UTC
I need to implement a couple of new tags... I'l try to do it in FOSDEM 2019 hackfest...
Comment 4 Xisco Faulí 2019-04-30 10:05:29 UTC
Dear Olivier Hallot,
This bug has been in ASSIGNED status for more than 3 months without any
activity. Resetting it to NEW.
Please assigned it back to yourself if you're still working on this.
Comment 5 Martin Srebotnjak 2022-10-13 10:05:21 UTC
Shoud we close this with WORKSFORME?
Comment 6 Buovjaga 2024-08-27 17:10:04 UTC
Comment from Olivier: a nice missing piece of work is to add <ul>,<ol> and <li> as valid xhp, replacing <list>, <listitem>. This can simplify the XSLT as well.
Comment 7 fpy 2024-09-09 14:04:37 UTC
for reference, 'role' attribute :

  28257 paragraph
   8383 tablecontent
   5808 bascode
   3485 listitem
   1731 pycode
   1481 tablehead
    691 code
    211 heading
    193 note
    100 logocode
     82 tip
     66 tablecontents
     60 smathcode
     44 warning
     42 ul_item
     24 ol_item
     20 image
     14 example
      7 sqlcode
      2 youtube_consent
      1 tableicontent
      1 tablecYesontent
      1 related
      1 ilistitem
      1 finalcutpro
Comment 8 Olivier Hallot 2024-09-09 14:57:03 UTC
(In reply to fpy from comment #7)
> for reference, 'role' attribute :
(snip)
>       1 tableicontent
>       1 tablecYesontent
>       1 related
>       1 ilistitem
>       1 finalcutpro

These looks typos or irrelevant classes. Feel free to fix typos or just replace with a better role.
Comment 9 Commit Notification 2024-09-24 12:27:14 UTC
Pierre F committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/db426f52a985e90199d4834581478d46b39e5d13

tdf#121697 readability/maintainability factorization