From a3linux at gmail.com Tue Jan 4 09:55:43 2011 From: a3linux at gmail.com (Allen Chen) Date: Tue, 4 Jan 2011 17:55:43 +0800 Subject: [publican-list] Publican ENTITIES replacement issue Message-ID: Hi All, I used the Fedora 14 publican 2.5 with my document and I found in my generated doucments(both HTML, PDF) the Entities like YEAR, HOLDER were NOT replaced correctly. They are remained as &YEAR; &HOLDER;. In the build(tmp)/en-US/xml/ directory, I found the ENTITIES ware replaced as &YEAR;. I didn't know what's wrong with my environment for this issue as the day before yesterday, it is ok. Anyone know about this issue as I googled and found it might be related to --resolve-ents, but publican didn't know this parameter at all. Thanks. Best Regards! Allen Chen Mail: a3linux AT gmail . com MSN: a3linux AT hotmail . com MP: +86 1364 1719 441 Skype: a3linux -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla at redhat.com Tue Jan 4 12:11:19 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 4 Jan 2011 07:11:19 -0500 Subject: [publican-list] [Bug 642127] %changelog doesn't follow packaging Version Release format with publican 'package' action In-Reply-To: References: Message-ID: <201101041211.p04CBJj6012974@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=642127 Noura El hawary changed: What |Removed |Added ---------------------------------------------------------------------------- CC|ttrinks at redhat.com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From dhensley at redhat.com Tue Jan 4 22:17:21 2011 From: dhensley at redhat.com (Douglas Silas) Date: Tue, 04 Jan 2011 17:17:21 -0500 Subject: [publican-list] Publican Failure to Resolve Entities in HTML After Upgrading Dep Message-ID: <4D239C71.6030101@redhat.com> To everyone using Publican: There is a package upgrade (on F14 at least) for perl-HTML-Tree.noarch 1:3.23-11.fc14 to be upgraded to: perl-HTML-Tree.noarch 1:4.1-1.fc14 However, it appears that doing so causes entities not to be resolved in built HTML; you end up with &HOLDER;, &YEAR; and so forth. For the present time, I advise not upgrading that package. If you have already upgraded, you can downgrade using yum downgrade. -- Douglas Silas Technical Writer | Red Hat, Inc. Purky?ova 99 | Brno, Czech Republic Office Direct Dial?62116 Brno Office?(+420) 532 294 111 ext. 10718 From r.landmann at redhat.com Tue Jan 4 22:57:34 2011 From: r.landmann at redhat.com (Ruediger Landmann) Date: Wed, 05 Jan 2011 08:57:34 +1000 Subject: [publican-list] Publican Failure to Resolve Entities in HTML After Upgrading Dep In-Reply-To: <4D239C71.6030101@redhat.com> References: <4D239C71.6030101@redhat.com> Message-ID: <4D23A5DE.4080302@redhat.com> On 01/05/2011 08:17 AM, Douglas Silas wrote: > To everyone using Publican: > > There is a package upgrade (on F14 at least) for > > perl-HTML-Tree.noarch 1:3.23-11.fc14 > > to be upgraded to: > > perl-HTML-Tree.noarch 1:4.1-1.fc14 > > However, it appears that doing so causes entities not to be resolved > in built HTML; you end up with &HOLDER;, &YEAR; and so forth. For the > present time, I advise not upgrading that package. > > If you have already upgraded, you can downgrade using yum downgrade. > Thanks for the heads-up Silas Publican depends on perl-HTML-Tree and a related module, perl-XML-TreeBuilder. New versions for both are available and making their way through Fedora updates. It seems that updating one without the other creates the scenario that you and Allen have noted. I recommend: 1. Update perl-HTML-Tree to the new version (4.1-1) 2. Download and install the new version of perl-XML-TreeBuilder from Koji (4.0-3) [1] 3. If Publican then works again as expected, log into the Fedora update system (Bodhi) with your Fedora account and leave positive Karma for perl-XML-TreeBuilder.[2] This ensures that the package sees general release as quickly as possible. Cheers Rudi [1] Fedora 14 -- http://kojipkgs.fedoraproject.org/packages/perl-XML-TreeBuilder/4.0/3.fc14/noarch/perl-XML-TreeBuilder-4.0-3.fc14.noarch.rpm or Fedora 13 -- http://kojipkgs.fedoraproject.org/packages/perl-XML-TreeBuilder/4.0/3.fc13/noarch/perl-XML-TreeBuilder-4.0-3.fc13.noarch.rpm [2] Fedora 14 -- https://admin.fedoraproject.org/updates/perl-XML-TreeBuilder-4.0-3.fc14 or Fedora 13 -- https://admin.fedoraproject.org/updates/perl-XML-TreeBuilder-4.0-3.fc13 From a3linux at gmail.com Wed Jan 5 00:01:03 2011 From: a3linux at gmail.com (Allen Chen) Date: Wed, 05 Jan 2011 08:01:03 +0800 Subject: [publican-list] Publican Failure to Resolve Entities in HTML After Upgrading Dep In-Reply-To: <4D23A5DE.4080302@redhat.com> References: <4D239C71.6030101@redhat.com> <4D23A5DE.4080302@redhat.com> Message-ID: <4D23B4BF.6030609@gmail.com> Hi Ruediger, Yes, I manually updated the perl-XML-TreeBuilder with 4.0, it looks ok. I will do more test with my document. Thanks. Best Regards Allen Chen ? ?? a3linux @ gmail.com Skype: a3linux MSN: a3linux @ hotmail.com MP: +86-1364-1719-441 On 01/05/2011 06:57 AM, Ruediger Landmann wrote: > On 01/05/2011 08:17 AM, Douglas Silas wrote: >> To everyone using Publican: >> >> There is a package upgrade (on F14 at least) for >> >> perl-HTML-Tree.noarch 1:3.23-11.fc14 >> >> to be upgraded to: >> >> perl-HTML-Tree.noarch 1:4.1-1.fc14 >> >> However, it appears that doing so causes entities not to be resolved >> in built HTML; you end up with &HOLDER;, &YEAR; and so forth. For the >> present time, I advise not upgrading that package. >> >> If you have already upgraded, you can downgrade using yum downgrade. >> > Thanks for the heads-up Silas > > Publican depends on perl-HTML-Tree and a related module, > perl-XML-TreeBuilder. New versions for both are available and making > their way through Fedora updates. It seems that updating one without > the other creates the scenario that you and Allen have noted. > > I recommend: > > 1. Update perl-HTML-Tree to the new version (4.1-1) > > 2. Download and install the new version of perl-XML-TreeBuilder from > Koji (4.0-3) [1] > > 3. If Publican then works again as expected, log into the Fedora > update system (Bodhi) with your Fedora account and leave positive > Karma for perl-XML-TreeBuilder.[2] This ensures that the package sees > general release as quickly as possible. > > Cheers > Rudi > > [1] Fedora 14 -- > http://kojipkgs.fedoraproject.org/packages/perl-XML-TreeBuilder/4.0/3.fc14/noarch/perl-XML-TreeBuilder-4.0-3.fc14.noarch.rpm > or Fedora 13 -- > http://kojipkgs.fedoraproject.org/packages/perl-XML-TreeBuilder/4.0/3.fc13/noarch/perl-XML-TreeBuilder-4.0-3.fc13.noarch.rpm > > [2] Fedora 14 -- > https://admin.fedoraproject.org/updates/perl-XML-TreeBuilder-4.0-3.fc14 or > Fedora 13 -- > https://admin.fedoraproject.org/updates/perl-XML-TreeBuilder-4.0-3.fc13 > > From bugzilla at redhat.com Mon Jan 10 04:46:42 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 9 Jan 2011 23:46:42 -0500 Subject: [publican-list] [Bug 654939] Publican ignores format attribute in imagedata In-Reply-To: References: Message-ID: <201101100446.p0A4kgjD001016@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=654939 Jared Morgan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED CC| |jmorgan at redhat.com Resolution|CURRENTRELEASE | Keywords| |Reopened --- Comment #4 from Jared Morgan 2011-01-09 23:46:42 EST --- If you do not specify format="SVG" as an attribute of SVG elements, the SVG image does not appear. Rudi recommended that I reopen this issue for further action. PNG images do not seem to be affected. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Jan 17 03:56:02 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 16 Jan 2011 22:56:02 -0500 Subject: [publican-list] [Bug 661946] [RFE] Hard coded paths to share files In-Reply-To: References: Message-ID: <201101170356.p0H3u2Cg014033@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=661946 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Jan 17 03:56:08 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 16 Jan 2011 22:56:08 -0500 Subject: [publican-list] [Bug 661569] [RFE] Replace msgmerge In-Reply-To: References: Message-ID: <201101170356.p0H3u8bK012336@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=661569 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Jan 17 03:56:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 16 Jan 2011 22:56:46 -0500 Subject: [publican-list] [Bug 653447] footnote in generates two entries in html-single In-Reply-To: References: Message-ID: <201101170356.p0H3ukRF012479@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=653447 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jfearn at redhat.com |rlandman at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Jan 17 03:55:47 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 16 Jan 2011 22:55:47 -0500 Subject: [publican-list] [Bug 653432] line numbering of broken In-Reply-To: References: Message-ID: <201101170355.p0H3tlGE012249@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=653432 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Jan 17 03:57:34 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 16 Jan 2011 22:57:34 -0500 Subject: [publican-list] [Bug 662907] QE Review: Legal Notice Address In-Reply-To: References: Message-ID: <201101170357.p0H3vYKj012682@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=662907 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|jfearn at redhat.com |rlandman at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Jan 17 05:13:52 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Jan 2011 00:13:52 -0500 Subject: [publican-list] [Bug 657132] [RFE] Handling for multiple config files in brew In-Reply-To: References: Message-ID: <201101170513.p0H5Dqq5002066@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=657132 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Jan 17 05:14:59 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Jan 2011 00:14:59 -0500 Subject: [publican-list] [Bug 662584] RedHat brand restricts images to 444px In-Reply-To: References: Message-ID: <201101170514.p0H5ExxR002256@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=662584 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |r.landmann at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Jan 19 03:04:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Jan 2011 22:04:41 -0500 Subject: [publican-list] [Bug 662584] RedHat brand restricts images to 444px In-Reply-To: References: Message-ID: <201101190304.p0J34fwa014879@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=662584 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #1 from Ruediger Landmann 2011-01-18 22:04:40 EST --- Restriction removed in version 2.7 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Jan 20 04:34:54 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Jan 2011 23:34:54 -0500 Subject: [publican-list] [Bug 671053] New: Stand-alone sets can't find book Common Content Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Stand-alone sets can't find book Common Content https://bugzilla.redhat.com/show_bug.cgi?id=671053 Summary: Stand-alone sets can't find book Common Content Product: Publican Version: future Platform: Unspecified OS/Version: Linux Status: NEW Severity: medium Priority: low Component: publican AssignedTo: jfearn at redhat.com ReportedBy: lbailey at redhat.com QAContact: rlandman at redhat.com CC: mmcallis at redhat.com, publican-list at redhat.com Classification: Other Target Release: --- Description of problem: Attempting to build a standalone set results in: FATAL ERROR: XInclude:1604 in Conceptual_Guide/Book_Info.xml on line 28: could not load Conceptual_Guide/Common_Content/Legal_Notice.xml, and no fallback was found at /usr/bin/publican line 672 for all common content in all books in the set. Common Content seems to be level-specific - if I change paths from "Common_Content/file" to "../Common_Content/file", it works. Example, with this modification: https://svn.devel.redhat.com/repos/ecs/Staff/lbailey/Set_Template/ Version-Release number of selected component (if applicable): publican-2.5-1.fc13.noarch How reproducible: Every time. Expected results: Common Content path should not need to be modified in books. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 21 02:18:30 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 20 Jan 2011 21:18:30 -0500 Subject: [publican-list] [Bug 662907] QE Review: Legal Notice Address In-Reply-To: References: Message-ID: <201101210218.p0L2IUUe015665@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=662907 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |671291 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 21 02:18:29 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 20 Jan 2011 21:18:29 -0500 Subject: [publican-list] [Bug 671291] New: QE Review: Legal Notice Address Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: QE Review: Legal Notice Address https://bugzilla.redhat.com/show_bug.cgi?id=671291 Summary: QE Review: Legal Notice Address Product: Publican Version: 2.5 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: publican-redhat AssignedTo: rlandman at redhat.com ReportedBy: r.landmann at redhat.com QAContact: jfearn at redhat.com CC: mmcallis at redhat.com, publican-list at redhat.com, jskeoch at redhat.com Depends on: 662907 Classification: Other Clone Of: 662907 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 21 02:22:47 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 20 Jan 2011 21:22:47 -0500 Subject: [publican-list] [Bug 662907] Publican reformats
when it cleans XML In-Reply-To: References: Message-ID: <201101210222.p0L2Mlkp016614@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=662907 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED Summary|QE Review: Legal Notice |Publican reformats |Address |
when it cleans | |XML --- Comment #1 from Ruediger Landmann 2011-01-20 21:22:47 EST --- XmlClean wasn't treating
as verbatim content and was inserting newlines after , , , and . Whitespace is honoured in
anyway[0] and somehow the end result was a leading non-breaking space on every line of the address after the first. Fixed in commit 1704 [0] http://www.docbook.org/tdg/en/html/address.html -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 21 02:28:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 20 Jan 2011 21:28:11 -0500 Subject: [publican-list] [Bug 671291] QE Review: Legal Notice Address In-Reply-To: References: Message-ID: <201101210228.p0L2SBba013667@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=671291 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Ruediger Landmann 2011-01-20 21:28:10 EST --- This extra indent is the result of the XmlClean issue described in bug 662907. When we rebuild the brand with a version of Publican with that fix in place, the extra indents will go away. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 21 04:13:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 20 Jan 2011 23:13:46 -0500 Subject: [publican-list] [Bug 671304] New: Increase appearance of book titles in ToC Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Increase appearance of book titles in ToC https://bugzilla.redhat.com/show_bug.cgi?id=671304 Summary: Increase appearance of book titles in ToC Product: Publican Version: future Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: publican AssignedTo: jfearn at redhat.com ReportedBy: rnewton at redhat.com QAContact: rlandman at redhat.com CC: mmcallis at redhat.com, publican-list at redhat.com Classification: Other Target Release: --- Description of problem: The book titles blend into the chapters of a ToC so it is difficult to separate out the individual books. I think that increasing the the font size of the books so that they stand out more will solve the problem. Thanks. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From rpjday at crashcourse.ca Fri Jan 21 21:44:43 2011 From: rpjday at crashcourse.ca (Robert P. J. Day) Date: Fri, 21 Jan 2011 16:44:43 -0500 (EST) Subject: [publican-list] trying to build under ubuntu gives "Can't locate File/Inplace.pm" Message-ID: it's been a while since i've tried to build publican from the svn checkout on my ubuntu 10.10 system, so i "svn up"ed, then just ran "perl ./Build/PL" to see what would happen, and got: Deleting _build Creating custom builder _build/lib/My/Builder.pm in _build/lib/My Can't locate File/Inplace.pm in @INC (@INC contains: lib /home/rpjday/publican/svn/trunk/publican/_build/lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at lib/Publican/XmlClean.pm line 15, line 1662. BEGIN failed--compilation aborted at lib/Publican/XmlClean.pm line 15, line 1662. i'm still not an expert at perl module packaging on ubuntu -- any hints as to what i would apt-get to satisfy that dependency? rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== From rpjday at crashcourse.ca Sat Jan 22 00:33:14 2011 From: rpjday at crashcourse.ca (Robert P. J. Day) Date: Fri, 21 Jan 2011 19:33:14 -0500 (EST) Subject: [publican-list] does the svn checkout of publican really need xml treebuilder >= 4? Message-ID: as i mentioned earlier, i'm trying to build the svn checkout of publican on my fully-updated ubuntu 10.10 system and, in terms of dependencies, i can resolve everything except for this: Checking prerequisites... - ERROR: XML::TreeBuilder (3.09) is installed, but we need version >= 4 - ERROR: XML::TreeBuilder (3.09) is installed, but we need version >= 4 but the newest version of that package for ubuntu is only 3.09. what would be the standard way to resolve this dependency? thanks. rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== From rpjday at crashcourse.ca Sat Jan 22 16:18:13 2011 From: rpjday at crashcourse.ca (Robert P. J. Day) Date: Sat, 22 Jan 2011 11:18:13 -0500 (EST) Subject: [publican-list] publican 2.99 on ubuntu -- solved Message-ID: for the interested, i teased out the details of building publican 2.99 on ubuntu. http://www.crashcourse.ca/wiki/index.php/Building_Publican_2.99_on_Ubuntu_10.10 rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== From bugzilla at redhat.com Tue Jan 25 04:49:53 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 24 Jan 2011 23:49:53 -0500 Subject: [publican-list] [Bug 672439] Anchors are not set on In-Reply-To: References: Message-ID: <201101250449.p0P4nrDe024591@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=672439 Misty Stanley-Jones changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|rlandman at redhat.com |misty at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Jan 25 04:49:01 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 24 Jan 2011 23:49:01 -0500 Subject: [publican-list] [Bug 672439] New: Anchors are not set on Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Anchors are not set on https://bugzilla.redhat.com/show_bug.cgi?id=672439 Summary: Anchors are not set on Product: Publican Version: 2.5 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: low Priority: unspecified Component: publican AssignedTo: jfearn at redhat.com ReportedBy: misty at redhat.com QAContact: rlandman at redhat.com CC: mmcallis at redhat.com, publican-list at redhat.com Classification: Other Description of problem: If you give a tag an id attribute, no HTML anchor is set. This means that tags that reference it point nowhere in particular. Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. Create a 2. create an 3. Build your book 4. Click the link created by the . Notice that it goes nowhere. Actual results: Expected results: Additional info: According to jfearn this has to do with overriding of anchor-generation by Publican, to ensure valid HTML. It is related to a similar problem with . -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 28 04:04:42 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Jan 2011 23:04:42 -0500 Subject: [publican-list] [Bug 672439] Anchors are not set on In-Reply-To: References: Message-ID: <201101280404.p0S44gXN016412@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=672439 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED --- Comment #1 from Jeff Fearn 2011-01-27 23:04:41 EST --- Tweaked style to set ID in wrapper div in HTML. Committed revision 1707. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 28 04:23:19 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Jan 2011 23:23:19 -0500 Subject: [publican-list] [Bug 673402] New: Creating a (distributed) set creates invalid docbook Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Creating a (distributed) set creates invalid docbook https://bugzilla.redhat.com/show_bug.cgi?id=673402 Summary: Creating a (distributed) set creates invalid docbook Product: Publican Version: future Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: publican AssignedTo: jfearn at redhat.com ReportedBy: rnewton at redhat.com QAContact: rlandman at redhat.com CC: mmcallis at redhat.com, publican-list at redhat.com Classification: Other Description of problem: That is, I created a example and the default set.xml file contained tags that were invalid as a child of . , , and Revision_History (appendix) all throw errors when building. Here is the content as copied directly from the .xml file: NOTE: the href does not contain a language! This is CORRECT!<xi:include href="My_Other_Book/My_Other_Book.xml" xmlns:xi="http://www.w3.org/2001/XInclude"> Version-Release number of selected component (if applicable): How reproducible: Follow the instructions in the Publican User Guide to create a distributed set and try to build it! Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 28 04:19:22 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Jan 2011 23:19:22 -0500 Subject: [publican-list] [Bug 673401] New: Distributed chapter Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Distributed chapter https://bugzilla.redhat.com/show_bug.cgi?id=673401 Summary: Distributed chapter Product: Publican Version: future Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Publican Users Guide AssignedTo: rlandman at redhat.com ReportedBy: rnewton at redhat.com QAContact: jfearn at redhat.com CC: mmcallis at redhat.com, publican-list at redhat.com Classification: Other Description of problem: These are my notes on the holes I found in the chapter on creating a distributed . My svn repository: A note that the repository link should stop the directory before the directory the books are in. Ie, for mine, it is rnewton/set_example/ A note about how, if your books deviate from that umbrella directory, you can specify the path from the point it deviates. ie: books: en-US/Administration_Guide svn: rnewton/set_example/ publican.cfg requires you to use colons instead of equals so: books: Adminstration_Guide rather than books = Administration_Guide Until the thing is fixed with the set.xml file, remove Revision_History.xml and from the default set.xml file. publican.cfg must be present in each book, which isn't really a problem if you're pulling from normal books, unlike me, I suppose, but perhaps still good to note. Make changes in the svn copy, not the set copy. I couldn't get the Red Hat brand to work and used JBoss instead. It doesn't seem to matter whether your main .xml is underneath an en-US directory, it still asks you to simply go: book_directory/book.xml in the my_set.xml file. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 28 05:25:08 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Jan 2011 00:25:08 -0500 Subject: [publican-list] [Bug 672439] Anchors are not set on In-Reply-To: References: Message-ID: <201101280525.p0S5P8gp005400@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=672439 --- Comment #2 from Misty Stanley-Jones 2011-01-28 00:25:08 EST --- Verified in revision 1707. Thanks, Jeff! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Jan 28 05:47:59 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Jan 2011 00:47:59 -0500 Subject: [publican-list] [Bug 672439] Anchors are not set on In-Reply-To: References: Message-ID: <201101280547.p0S5lxAX027198@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=672439 Misty Stanley-Jones changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From lewis41 at fedoraproject.org Sun Jan 30 10:53:53 2011 From: lewis41 at fedoraproject.org (Luigi Votta) Date: Sun, 30 Jan 2011 11:53:53 +0100 Subject: [publican-list] Unable to commit the Publican User Guide translated in it Message-ID: <1296384833.1956.3.camel@localhost.localdomain> Good day Ruediger, the it team is ready to pu(bli)sh our translation of the Publican User Guide. I've tried to commit, but I was unable to do it (svn: Can't create directory '/svn/publican/db/transactions/1709-1.txn': Permission denied). When you have time, can you generate it for us? Thank you in advance Luigi -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From bugzilla at redhat.com Sun Jan 30 23:20:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 30 Jan 2011 18:20:11 -0500 Subject: [publican-list] [Bug 673855] New: utf8 in --formats=txt is not handled well Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: utf8 in --formats=txt is not handled well https://bugzilla.redhat.com/show_bug.cgi?id=673855 Summary: utf8 in --formats=txt is not handled well Product: Publican Version: future Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: publican AssignedTo: jfearn at redhat.com ReportedBy: tdabasin at redhat.com QAContact: rlandman at redhat.com CC: mmcallis at redhat.com, publican-list at redhat.com Classification: Other Description of problem: $summary Version-Release number of selected component (if applicable): version=2.5 How reproducible: publican build --formats=txt --langs=en-US Steps to Reproduce: 1. svn co https://svn.devel.redhat.com/repos/ecs/reports/2010/Weekly_Reports/ 2. publican build --formats=txt --langs=en-US Actual results: ... Eva Kopalov?? ... Expected results: ... Eva Kopalov? ... Additional info: Works fine on --formats={html,html-single,pdf} Another strange observation: 1. download http://download.devel.redhat.com/brewroot/packages/Engineering_Content_Services-Weekly_Reports-2011-web-en-US/4/1.el5/src/Engineering_Content_Services-Weekly_Reports-2011-web-en-US-4-1.el5.src.rpm 2. extract src.rpm, then .tgz, chdir to Engineering_Content_Services-Weekly_Reports-2011-web-en-US-4 3. publican build --formats=txt --langs=en-US, ? is displayed correctly, however some errors remain like: Chapter? 2.? Week 2 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Jan 30 23:57:16 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 30 Jan 2011 18:57:16 -0500 Subject: [publican-list] [Bug 673855] utf8 in --formats=txt is not handled well In-Reply-To: References: Message-ID: <201101302357.p0UNvG3h012404@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=673855 --- Comment #1 from Tomas Dabasinskas 2011-01-30 18:57:15 EST --- Updated step 1 in Steps to Reporduce: svn co https://svn.devel.redhat.com/repos/ecs/reports/2011/Weekly_Reports/ -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Jan 31 00:56:49 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 30 Jan 2011 19:56:49 -0500 Subject: [publican-list] [Bug 673855] utf8 in --formats=txt is not handled well In-Reply-To: References: Message-ID: <201101310056.p0V0unWu013927@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=673855 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat CC| |r.landmann at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.