Bug 800252

Summary: publican should support a directory path for brand packages
Product: [Community] Publican Reporter: Peter Hutterer <peter.hutterer>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.8CC: mhideo, mmcallis, rlandman+disabled, rlandman, zdover
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 3.0.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-31 03:11:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 820023    

Description Peter Hutterer 2012-03-06 07:06:57 UTC
Description of problem:
publican requires the brand package to be installed system-wide. For single-project documentation generated through publican this isn't necessary, a simple commandline flag to specify the brand directory during the documentation build process would make integration easier.

Comment 1 Jeff Fearn 🐞 2012-03-14 02:32:45 UTC
Added brand_dir option and publican XSL name space.

Need to add docs to the PUG explaining that when using brand_dir for a brand with XSL overrides that the include path for Publican XSL files needs to be changed from a relative path to a URI.


e.g.

<xsl:import href="../../../xsl/html.xsl"/>

becomes

<xsl:import href="https://fedorahosted.org/released/publican/xsl/docbook4/html.xsl"/>

Also need to document how to add the publican name space to the local catalog. publican.spec in the publican repo has been modified to update the catalog in %post and %postun.

Brands not supplying XSL files do not need to worry about the XSL path.

Pushed To ssh://git.fedorahosted.org/git/publican.git
   28f73d8..4700cf5  master -> master

Comment 2 Michael Hideo 2012-06-08 01:55:51 UTC
build publican website, build a book that uses the new brand directory option, build the book, install the book, verify that the brand specific content goes into the directory we have specified.

Comment 3 Zac Dover 2012-06-16 02:49:27 UTC
Build publican website - build
build a book that uses the brand directory option - built
install the book - installed
verify that the brand-specific content goes into the directory we have specified - verified