Bug 733577 - Rework profiling for DocBook 5
Summary: Rework profiling for DocBook 5
Keywords:
Status: CLOSED DUPLICATE of bug 919486
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 2.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-26 05:21 UTC by Jeff Fearn 🐞
Modified: 2013-07-18 07:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-18 07:56:42 UTC
Embargoed:


Attachments (Terms of Use)

Description Jeff Fearn 🐞 2011-08-26 05:21:26 UTC
Description of problem:
Attribute changes in DocBook 5 require reworking the profiling code.

Currently profiling can be done on lang, arch, or condition, for DB5 we should support all the "effectivity" attributes

See http://www.docbook.org/tdg5/en/html/ref-elements.html#common.effectivity.attributes

replace contion.arch/lang with a new parameter, 'profiliing' that accepts attribute=value pairs.

e.g.

profiling: "condition=enterprise arch=x86_64"

Consider allowing multiples.

e.g.

profiling: "condition=enterprise arch=x86_64 arch=ia64"

Consider allowing boolean logic.

e.g.

profiling: "condition=enterprise&sme arch=x86_64|ia64"

Comment 1 Jeff Fearn 🐞 2013-07-18 07:56:42 UTC

*** This bug has been marked as a duplicate of bug 919486 ***


Note You need to log in before you can comment on or make changes to this bug.