Description of problem: When building a PDF with the RedHat-Internal brand, the confidentiality disclaimer "RED HAT CONFIDENTIAL" is not displayed in the header on the first page of a chapter. If the chapter has more than one page, the confidentiality disclaimer is displayed correctly on subsequent pages. Version-Release number of selected component (if applicable): Name : publican Arch : noarch Version : 1.6.2 Release : 0.fc12 Name : publican-redhat-internal Arch : noarch Version : 1.0 Release : 1.el5 How reproducible: Everytime --formats=pdf Steps to Reproduce: 1. Build PDF: publican build --formats=pdf --langs=en-US 2. Display PDF. Actual results: "RED HAT CONFIDENTIAL" is missing from the header on the first page of each chapter. Expected results: "RED HAT CONFIDENTIAL" should be displayed on every page. Additional info:
Added confidential to text to title, first, and blank pages in PDF. Added confidential_text config parameter, to allow default text to be overridden.
confirmed that "RED HAT CONFIDENTIAL" appears on all pages on PDF generated with publican 1.6.3.t150 and publican-redhat-internal 1.1 confirmed that confidential_text parameter works as advertised in 1.6.3.t150
Would it be possible to allow for localizations of the default text, so that (once we have some translations) "CONFIDENTIAL" appears in the language in which the document is built?
(In reply to comment #3) > Would it be possible to allow for localizations of the default text, so that > (once we have some translations) "CONFIDENTIAL" appears in the language in > which the document is built? Done. $ grep -n CONFIDENTIAL po/publican.pot 197:msgid "CONFIDENTIAL"
Where can I download the 1.6.3.t150 RPMs? I don't see it in brew or as a scratch package. Thanks!
(In reply to comment #5) > Where can I download the 1.6.3.t150 RPMs? I don't see it in brew or as a > scratch package. Thanks! The *.t??? rpms are built from source, we don't use brew/koji until we are ready for a release.
Gotcha. Could anyone send me temporary RPMs that contain this fix? I need to deliver a PDF that has the confidential header...