From eliezer at ngtech.co.il Sat Dec 1 05:21:33 2012 From: eliezer at ngtech.co.il (Eliezer Croitoru) Date: Sat, 01 Dec 2012 07:21:33 +0200 Subject: [publican-list] I have problem reading formatted EPUB files on android. Message-ID: <50B993DD.7000708@ngtech.co.il> Hey list, I am using FBreader on android to read the fedora docs. In the system administrator guide there is a part with colored code like this: 3.2. Pull-quote Conventions Terminal output and source code listings are set off visually from the surrounding text. Output sent to a terminal is set in mono-spaced roman and presented thus: books Desktop documentation drafts mss photos stuff svn books_tests Desktop1 downloads images notes scripts svgs Source-code listings are also set in mono-spaced roman but add syntax highlighting as follows: package org.jboss.book.jca.ex1; import javax.naming.InitialContext; public class ExClient { public static void main(String args[]) throws Exception { InitialContext iniCtx = new InitialContext(); Object ref = iniCtx.lookup("EchoBean"); EchoHome home = (EchoHome) ref; Echo echo = home.create(); System.out.println("Created Echo"); System.out.println("Echo.echo('Hello') = " + echo.echo("Hello")); } } where the java code has highlighting for words. first question is what EPUB reader are you using in PC\desktop? And if you do use it on android devices what reader are you using? I have tried couple. Most of them will show the colored part uncolored while only one showed it in color but the format lost which was something like this: ##start package org.jboss.book.jca.ex1; import javax.naming.InitialContext; public class ExClient { public static void main(String args[]) throws Exception ....... ##end The best reader I have seen for android yet is FBreader but it wont show these colors. Thanks, Eliezer From Norman at dunbar-it.co.uk Sun Dec 2 14:18:53 2012 From: Norman at dunbar-it.co.uk (Norman Dunbar) Date: Sun, 02 Dec 2012 14:18:53 +0000 Subject: [publican-list] I have problem reading formatted EPUB files on android. In-Reply-To: <50B993DD.7000708@ngtech.co.il> References: <50B993DD.7000708@ngtech.co.il> Message-ID: <50BB634D.8050706@dunbar-it.co.uk> Hi Elizier, >... > first question is what EPUB reader are you using in PC\desktop? > And if you do use it on android devices what reader are you using? I use Linux on my desktop and laptop. I read ebooks and docs using Okular and the inbuilt eBook reader in the Calibre eBook library utility. I also read some in a Firefox extension called EPUBReader 1.4.2.1. > I have tried couple. > Most of them will show the colored part uncolored while only one showed > it in color but the format lost which was something like this: > ##start > package org.jboss.book.jca.ex1; import javax.naming.InitialContext; > public class ExClient { public static void main(String args[]) > throws Exception ....... > ##end Mine all show the coloured code in colour, plus any code examples are shown with the correct format. However, I have a problem with documents created with Publican 2.8 on my system where the source code (and any elements) show the same formatting problems that you see - where previous versions of Publican created perfect documents. I haven't tracked it down yet, I'm still working on it. I have a thread open on this list elsewhere entitled "Screen and Programlisting oddities in Publican 2.8" and I'm now wondering if the documents you are reading have been created with 2.8? Have you always had this problem or is it something that has recently appeared? Cheers, Norm. -- Norman Dunbar Dunbar IT Consultants Ltd Registered address: Thorpe House 61 Richardshaw Lane Pudsey West Yorkshire United Kingdom LS28 7EL Company Number: 05132767 From bugzilla at redhat.com Mon Dec 3 09:01:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 09:01:39 +0000 Subject: [publican-list] [Bug 661946] [RFE] Hard coded paths to share files In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=661946 --- Comment #3 from Rapha?l Hertzog --- Did you expect me to review or have a try ? I'm fairly busy right now so I was not planning to do it... but if you believe that it's needed, I will try to find a slot for this. -- You are receiving this mail because: You are on the CC list for the bug. From tiansiyuan at gmail.com Mon Dec 3 13:58:36 2012 From: tiansiyuan at gmail.com (Siyuan Tian) Date: Mon, 3 Dec 2012 21:58:36 +0800 Subject: [publican-list] questions on 2.8 Message-ID: Hi All, I just started using publican (v 2.8) on Ubuntu 1210. I have two questions: 1, when I build pdf, I find quite a lot word breaks at line-ends, with a "-" added at the end of line. It does not look good. How to solve this problem? 2, does 2.8 support formats=test with build? Thanks, Tian -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla at redhat.com Mon Dec 3 22:25:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 22:25:18 +0000 Subject: [publican-list] [Bug 661946] [RFE] Hard coded paths to share files In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=661946 --- Comment #4 from Jeff Fearn --- (In reply to comment #3) > Did you expect me to review or have a try ? I'm fairly busy right now so I > was not planning to do it... but if you believe that it's needed, I will try > to find a slot for this. The comment was mostly for me to remember what I'd done :) But if you have an itch to scratch then that's just free beer :D -- You are receiving this mail because: You are on the CC list for the bug. From jfearn at redhat.com Mon Dec 3 22:44:15 2012 From: jfearn at redhat.com (Jeff Fearn) Date: Tue, 04 Dec 2012 08:44:15 +1000 Subject: [publican-list] I have problem reading formatted EPUB files on android. In-Reply-To: <50B993DD.7000708@ngtech.co.il> References: <50B993DD.7000708@ngtech.co.il> Message-ID: <50BD2B3F.9090004@redhat.com> On 12/01/2012 03:21 PM, Eliezer Croitoru wrote: > The best reader I have seen for android yet is FBreader but it wont show > these colors. Yeah this looks like a regression to me, they are plain in 3.0 as well :( I opened a bug [1]. Cheers, Jeff. 1: https://bugzilla.redhat.com/show_bug.cgi?id=883159 -- Jeff Fearn Senior Software Engineer Infrastructure Engineering & Development (AEU) Red Hat Asia Pacific Pty Ltd GPG: 0x0357E8F0 From eliezer at ngtech.co.il Mon Dec 3 22:49:26 2012 From: eliezer at ngtech.co.il (Eliezer Croitoru) Date: Tue, 04 Dec 2012 00:49:26 +0200 Subject: [publican-list] I have problem reading formatted EPUB files on android. In-Reply-To: <50BB634D.8050706@dunbar-it.co.uk> References: <50B993DD.7000708@ngtech.co.il> <50BB634D.8050706@dunbar-it.co.uk> Message-ID: <50BD2C76.7000602@ngtech.co.il> Since I am Reading it in android I can only use the apps. I just recently started using EPUB on my andorid. Until now I was using pdf and html. So How long is it? dont know. Thanks, Eliezer On 12/2/2012 4:18 PM, Norman Dunbar wrote: > Mine all show the coloured code in colour, plus any code examples are > shown with the correct format. However, I have a problem with documents > created with Publican 2.8 on my system where the source code (and any > elements) show the same formatting problems that you see - > where previous versions of Publican created perfect documents. > > I haven't tracked it down yet, I'm still working on it. I have a thread > open on this list elsewhere entitled "Screen and Programlisting oddities > in Publican 2.8" and I'm now wondering if the documents you are reading > have been created with 2.8? > > Have you always had this problem or is it something that has recently > appeared? > > > Cheers, > Norm. -- Eliezer Croitoru https://www1.ngtech.co.il sip:ngtech at sip2sip.info IT consulting for Nonprofit organizations eliezer ngtech.co.il From jfearn at redhat.com Mon Dec 3 23:00:26 2012 From: jfearn at redhat.com (Jeff Fearn) Date: Tue, 04 Dec 2012 09:00:26 +1000 Subject: [publican-list] How add support for additional output formats In-Reply-To: <50B7A4B2.2000108@gmail.com> References: <50B790D0.3060205@gmail.com> <20121129170335.GB25897@ericlaptop.home.christensenplace.us> <50B7A4B2.2000108@gmail.com> Message-ID: <50BD2F0A.7070301@redhat.com> On 11/30/2012 04:08 AM, Marcos Lois Berm?dez wrote: > Hi Eric, > > A lot of thanks for your fast reply. > > i will watch this issue, i also ask at list to get a clue of where this > can be done at code. If you grep through the source for epub then you can see how that is handled, mobi is _probably_ a variation on that. Cheers, Jeff. -- Jeff Fearn Senior Software Engineer Infrastructure Engineering & Development (AEU) Red Hat Asia Pacific Pty Ltd GPG: 0x0357E8F0 From jfearn at redhat.com Mon Dec 3 23:12:47 2012 From: jfearn at redhat.com (Jeff Fearn) Date: Tue, 04 Dec 2012 09:12:47 +1000 Subject: [publican-list] questions on 2.8 In-Reply-To: References: Message-ID: <50BD31EF.5060607@redhat.com> On 12/03/2012 11:58 PM, Siyuan Tian wrote: > Hi All, > > I just started using publican (v 2.8) on Ubuntu 1210. I have two questions: > > 1, when I build pdf, I find quite a lot word breaks at line-ends, with a > "-" added at the end of line. It does not look good. How to solve this > problem? Oh! That sounds like you have the FOP hyphenation patterns installed. The license isn't very Open Source friendly so we've not done a lot of testing with them. [1] I see that we have left hyphenate enabled though, so that explains why it is affecting the PDF. You can turn it off by tracking down where the publican pdf.xsl is on your system (probably /usr/share/publican/xsl/pdf.xsl) and turning it off. Change: true to: false That will get reverted if you upgrade publican though. If you have your own brand you can simply override that setting in your brand and you'll be set. Another option is to track down where the hyphenation patters are and uninstall them if you can. > 2, does 2.8 support formats=test with build? I believe it does. Cheers, Jeff. 1: http://xmlgraphics.apache.org/fop/1.0/hyphenation.html#support -- Jeff Fearn Senior Software Engineer Infrastructure Engineering & Development (AEU) Red Hat Asia Pacific Pty Ltd GPG: 0x0357E8F0 From bugzilla at redhat.com Tue Dec 4 01:50:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:50:45 +0000 Subject: [publican-list] [Bug 637627] Orderedlist shows differently in HTML and TXT In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=637627 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|extras-qa at fedoraproject.org |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:50:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:50:48 +0000 Subject: [publican-list] [Bug 653447] footnote in generates two entries in html-single In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=653447 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|extras-qa at fedoraproject.org |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:50:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:50:50 +0000 Subject: [publican-list] [Bug 701929] RFA: Customising brands section In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=701929 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|jfearn at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:50:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:50:52 +0000 Subject: [publican-list] [Bug 628786] emphasis, citetitle, and xref don't render in Japanese PDFs In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=628786 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|jfearn at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:50:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:50:51 +0000 Subject: [publican-list] [Bug 718717] enabling line numbering disables code highlighting In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=718717 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:00 +0000 Subject: [publican-list] [Bug 697366] Include DocBook 5-compatible templates In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=697366 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:50:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:50:57 +0000 Subject: [publican-list] [Bug 660212] Publican User Guide does not cover man page creation In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=660212 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|jfearn at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:03 +0000 Subject: [publican-list] [Bug 719835] RFE: support multiple repositories for distributed sets In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=719835 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:50:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:50:56 +0000 Subject: [publican-list] [Bug 676997] Typos in Publican messages In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=676997 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:06 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:06 +0000 Subject: [publican-list] [Bug 663399] PUG 3.7.1.1. "Source RPM packages and binary RPM packages" needs review In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=663399 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|jfearn at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:13 +0000 Subject: [publican-list] [Bug 600084] Publican 1.6.2 fails on Windows XP In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=600084 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|extras-qa at fedoraproject.org |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:15 +0000 Subject: [publican-list] [Bug 661946] [RFE] Hard coded paths to share files In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=661946 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:08 +0000 Subject: [publican-list] [Bug 628754] Front matter rendered improperly if title, product, and/or authors list is too long In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=628754 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|extras-qa at fedoraproject.org |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:16 +0000 Subject: [publican-list] [Bug 733577] Rework profiling for DocBook 5 In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=733577 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:19 +0000 Subject: [publican-list] [Bug 727985] RFE: Add beta or preview watermark option In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=727985 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|jfearn at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:23 +0000 Subject: [publican-list] [Bug 697364] RFE -- allow for customized document templates In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=697364 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:23 +0000 Subject: [publican-list] [Bug 728561] Part headings wrong in HTML and/or PDF output In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=728561 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:27 +0000 Subject: [publican-list] [Bug 494147] PDF: Articles do not include author information (orgdiv, orgname, etc) In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=494147 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|extras-qa at fedoraproject.org |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:12 +0000 Subject: [publican-list] [Bug 618262] xref in legalnotice can cause the "growing nodeset" error In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=618262 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|extras-qa at fedoraproject.org |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:31 +0000 Subject: [publican-list] [Bug 708278] RFE: support translation memory In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=708278 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:37 +0000 Subject: [publican-list] [Bug 719832] RFE: support git for distributed sets In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=719832 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:33 +0000 Subject: [publican-list] [Bug 657132] [RFE] Handling for multiple config files in brew In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=657132 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|jfearn at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 01:51:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 01:51:35 +0000 Subject: [publican-list] [Bug 651616] key combinations are separated with plus, not hyphen. In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=651616 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|rlandman at redhat.com |tools-bugs at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From Norman at dunbar-it.co.uk Tue Dec 4 08:59:26 2012 From: Norman at dunbar-it.co.uk (Norman Dunbar) Date: Tue, 04 Dec 2012 08:59:26 +0000 Subject: [publican-list] [Bug 701929] RFA: Customising brands section In-Reply-To: References: Message-ID: <50BDBB6E.6010109@dunbar-it.co.uk> On 04/12/12 01:50, bugzilla at redhat.com wrote: > Product: Publican > https://bugzilla.redhat.com/show_bug.cgi?id=701929 Yes please! I'd love to see a Customising Brands section in the User Guide! Cheers, Norm. -- Norman Dunbar Dunbar IT Consultants Ltd Registered address: Thorpe House 61 Richardshaw Lane Pudsey West Yorkshire United Kingdom LS28 7EL Company Number: 05132767 From ismael at olea.org Tue Dec 4 09:58:13 2012 From: ismael at olea.org (Ismael Olea) Date: Tue, 4 Dec 2012 10:58:13 +0100 Subject: [publican-list] How add support for additional output formats In-Reply-To: <50B790D0.3060205@gmail.com> References: <50B790D0.3060205@gmail.com> Message-ID: On Thu, Nov 29, 2012 at 5:44 PM, Marcos Lois Berm?dez < marcos.discalis at gmail.com> wrote: > and Amazon also have a command line tool to convert ePub to mobi, so for > now i can get the mobi file from ePub, I've made a real world test converting into mobi and as far I checked the quality converting epub2mobi is a lot better using calibre than the amazon kindle tool. Just my 2?. -- Ismael Olea http://olea.org/diario/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From Norman at dunbar-it.co.uk Tue Dec 4 10:19:15 2012 From: Norman at dunbar-it.co.uk (Norman Dunbar) Date: Tue, 04 Dec 2012 10:19:15 +0000 Subject: [publican-list] How add support for additional output formats In-Reply-To: References: <50B790D0.3060205@gmail.com> Message-ID: <50BDCE23.6090902@dunbar-it.co.uk> Morning all, On 04/12/12 09:58, Ismael Olea wrote: > I've made a real world test converting into mobi and as far I checked > the quality converting epub2mobi is a lot better using calibre than the > amazon kindle tool. Agreed. I use the KindleGen utility as part of an eBook writing tool (Jutoh) and I find that using Calibre to convert a generated epub to mobi works better and has better results. Another $0.02 for the kitty! Cheers, Norm. -- Norman Dunbar Dunbar IT Consultants Ltd Registered address: Thorpe House 61 Richardshaw Lane Pudsey West Yorkshire United Kingdom LS28 7EL Company Number: 05132767 From tiansiyuan at gmail.com Tue Dec 4 13:37:13 2012 From: tiansiyuan at gmail.com (Siyuan Tian) Date: Tue, 4 Dec 2012 21:37:13 +0800 Subject: [publican-list] questions on 2.8 In-Reply-To: <50BD31EF.5060607@redhat.com> References: <50BD31EF.5060607@redhat.com> Message-ID: Hi Jeff, I solved the hyphenate problem by turnning it off in /usr/share/publican/xsl/pdf.**xsl according to your instruction. How can I override it in my brand? I double checked the user guide, which does not mention this. Or where can I find more information on brand? I tried again, 2.8 support "build formats=test". I might have made a mistake. Thanks for your kind help, Tian On Tue, Dec 4, 2012 at 7:12 AM, Jeff Fearn wrote: > On 12/03/2012 11:58 PM, Siyuan Tian wrote: > >> Hi All, >> >> I just started using publican (v 2.8) on Ubuntu 1210. I have two >> questions: >> >> 1, when I build pdf, I find quite a lot word breaks at line-ends, with a >> "-" added at the end of line. It does not look good. How to solve this >> problem? >> > > Oh! That sounds like you have the FOP hyphenation patterns installed. The > license isn't very Open Source friendly so we've not done a lot of testing > with them. [1] > > I see that we have left hyphenate enabled though, so that explains why it > is affecting the PDF. You can turn it off by tracking down where the > publican pdf.xsl is on your system (probably /usr/share/publican/xsl/pdf.* > *xsl) and turning it off. > > Change: > > true > > to: > > false > > That will get reverted if you upgrade publican though. > > If you have your own brand you can simply override that setting in your > brand and you'll be set. > > Another option is to track down where the hyphenation patters are and > uninstall them if you can. > > > 2, does 2.8 support formats=test with build? >> > > I believe it does. > > Cheers, Jeff. > > 1: http://xmlgraphics.apache.org/**fop/1.0/hyphenation.html#**support > > -- > Jeff Fearn > Senior Software Engineer > Infrastructure Engineering & Development (AEU) > Red Hat Asia Pacific Pty Ltd > GPG: 0x0357E8F0 > > ______________________________**_________________ > publican-list mailing list > publican-list at redhat.com > https://www.redhat.com/**mailman/listinfo/publican-list > Wiki: https://fedorahosted.org/**publican > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tiansiyuan at gmail.com Tue Dec 4 14:32:19 2012 From: tiansiyuan at gmail.com (Siyuan Tian) Date: Tue, 4 Dec 2012 22:32:19 +0800 Subject: [publican-list] questions on 2.8 In-Reply-To: References: <50BD31EF.5060607@redhat.com> Message-ID: Hi Jeff, After sending out the previous message, I did a search in the user guide and found something. So, I try to copy the /usr/share/publican/xsl/pdf.xsl to my brand directory at the same level as the en-US sub-dir. Then, I tried to build the pdf and got the following at the end of the output: "Using XML::LibXSLT on ./Common_Content/cloudstack/xsl/pdf.xsl Could not create file parser context for file "./Common_Content/cloudstack/xsl/pdf.xsl": no such file or directory at /usr/share/perl5/Publican/Builder.pm line 937" I noticed in the user guide, "Brands that supply XSL files need to change the relative path to a URI." But I don't understand what it means. Thanks again, Tian On Tue, Dec 4, 2012 at 9:37 PM, Siyuan Tian wrote: > Hi Jeff, > > I solved the hyphenate problem by turnning it off > in /usr/share/publican/xsl/pdf.**xsl according to your instruction. > > How can I override it in my brand? I double checked the user guide, which > does not mention this. Or where can I find more information on brand? > > I tried again, 2.8 support "build formats=test". I might have made a > mistake. > > Thanks for your kind help, > > Tian > > > On Tue, Dec 4, 2012 at 7:12 AM, Jeff Fearn wrote: > >> On 12/03/2012 11:58 PM, Siyuan Tian wrote: >> >>> Hi All, >>> >>> I just started using publican (v 2.8) on Ubuntu 1210. I have two >>> questions: >>> >>> 1, when I build pdf, I find quite a lot word breaks at line-ends, with a >>> "-" added at the end of line. It does not look good. How to solve this >>> problem? >>> >> >> Oh! That sounds like you have the FOP hyphenation patterns installed. The >> license isn't very Open Source friendly so we've not done a lot of testing >> with them. [1] >> >> I see that we have left hyphenate enabled though, so that explains why it >> is affecting the PDF. You can turn it off by tracking down where the >> publican pdf.xsl is on your system (probably /usr/share/publican/xsl/pdf. >> **xsl) and turning it off. >> >> Change: >> >> true >> >> to: >> >> false >> >> That will get reverted if you upgrade publican though. >> >> If you have your own brand you can simply override that setting in your >> brand and you'll be set. >> >> Another option is to track down where the hyphenation patters are and >> uninstall them if you can. >> >> >> 2, does 2.8 support formats=test with build? >>> >> >> I believe it does. >> >> Cheers, Jeff. >> >> 1: http://xmlgraphics.apache.org/**fop/1.0/hyphenation.html#**support >> >> -- >> Jeff Fearn >> Senior Software Engineer >> Infrastructure Engineering & Development (AEU) >> Red Hat Asia Pacific Pty Ltd >> GPG: 0x0357E8F0 >> >> ______________________________**_________________ >> publican-list mailing list >> publican-list at redhat.com >> https://www.redhat.com/**mailman/listinfo/publican-list >> Wiki: https://fedorahosted.org/**publican >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfearn at redhat.com Sun Dec 16 23:32:52 2012 From: jfearn at redhat.com (Jeff Fearn) Date: Mon, 17 Dec 2012 09:32:52 +1000 Subject: [publican-list] questions on 2.8 In-Reply-To: References: <50BD31EF.5060607@redhat.com> Message-ID: <50CE5A24.3000307@redhat.com> On 12/05/2012 12:32 AM, Siyuan Tian wrote: > Hi Jeff, > > After sending out the previous message, I did a search in the user guide > and found something. So, I try to copy the /usr/share/publican/xsl/pdf.xsl > to my brand directory at the same level as the en-US sub-dir. Then, I tried > to build the pdf and got the following at the end of the output: > > "Using XML::LibXSLT on ./Common_Content/cloudstack/xsl/pdf.xsl > Could not create file parser context for file > "./Common_Content/cloudstack/xsl/pdf.xsl": no such file or directory at > /usr/share/perl5/Publican/Builder.pm line 937" > > I noticed in the user guide, "Brands that supply XSL files need to change > the relative path to a URI." But I don't understand what it means. > > Thanks again, > > Tian > > On Tue, Dec 4, 2012 at 9:37 PM, Siyuan Tian wrote: > >> Hi Jeff, >> >> I solved the hyphenate problem by turnning it off >> in /usr/share/publican/xsl/pdf.**xsl according to your instruction. >> >> How can I override it in my brand? I double checked the user guide, which >> does not mention this. Or where can I find more information on brand? >> >> I tried again, 2.8 support "build formats=test". I might have made a >> mistake. >> >> Thanks for your kind help, Sorry for the lag in replying. Here is the basic pdf.xsl file you'd need to do this. false Cheers, Jeff. -- Jeff Fearn Senior Software Engineer Infrastructure Engineering & Development (AEU) Red Hat Asia Pacific Pty Ltd GPG: 0x0357E8F0 From bugzilla at redhat.com Mon Dec 17 00:16:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 00:16:52 +0000 Subject: [publican-list] [Bug 494147] PDF: Articles do not include author information (orgdiv, orgname, etc) In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=494147 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |CURRENTRELEASE Flags|needinfo?(mmcallis at redhat.c | |om) | Last Closed| |2012-12-16 19:16:52 --- Comment #8 from Jeff Fearn --- Fixed by switching PDF tools in Publican 3.0 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0QElXcLEPM&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 00:17:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 00:17:18 +0000 Subject: [publican-list] [Bug 628754] Front matter rendered improperly if title, product, and/or authors list is too long In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=628754 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |CURRENTRELEASE Flags|needinfo? | Last Closed| |2012-12-16 19:17:18 --- Comment #4 from Jeff Fearn --- Fixed by switching PDF tools in Publican 3.0 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=01G73y8NgT&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 00:21:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 00:21:01 +0000 Subject: [publican-list] [Bug 651616] key combinations are separated with plus, not hyphen. In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=651616 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED CC| |jfearn at redhat.com Resolution|--- |CURRENTRELEASE Last Closed| |2012-12-16 19:21:01 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dwpCq3K1uR&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 00:32:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 00:32:43 +0000 Subject: [publican-list] [Bug 708278] RFE: support translation memory In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=708278 --- Comment #4 from Jeff Fearn --- My proposal for this is to make tmx2po and po2tmx actions that convert the PO files used by Publican to and from TMX [1] files. Getting the TMX files to and from other services would be outside the scope of this bug. 1: http://en.wikipedia.org/wiki/Translation_Memory_eXchange -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ffNzQvz9Ox&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 03:12:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 03:12:27 +0000 Subject: [publican-list] [Bug 708278] RFE: support translation memory In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=708278 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(r.landmann at redhat | |.com) | --- Comment #5 from Ruediger Landmann --- (In reply to comment #2) > Please supply more detail in what is required with regard to translation > memory. i.e integration with specific translation memory tools or standards, > or implementing a system in Publican specifically for documentation. If the > later then please supply details of the functionality required. Because: 1. we tend to author books in multiple XML files joined by xi:includes and 2. Publican uses a separate PO file for each XML file in the source language it means that the same string might occur multiple times in multiple PO files within the one book. This was a specific complaint from Fedora translators when we moved to using Publican, because they were used to translating one giant PO file generated from all the XML files in a book. (Obviously, this didn't scale well though). The core functionality for this RFE is a way to propagate translations from one PO file in a book to the other PO files in that same book. Of course, if the mechanism allowed translations to propagate between multiple books/projects, that would be even more useful! -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9zHvNQfMRF&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 03:55:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 03:55:17 +0000 Subject: [publican-list] [Bug 887707] New: RFE: Freeze XML that on which a particular translation is based. Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=887707 Bug ID: 887707 Summary: RFE: Freeze XML that on which a particular translation is based. Product: Publican Version: 3.0 Component: publican Severity: unspecified Priority: unspecified Reporter: r.landmann at redhat.com [this RFE addresses "freezing" the XML against which a translation applies; splits this from RFE #708278] Description of problem: When documents are not branched carefully, it's very easy for translations to fall out of step with published books, making it very difficult to correct the translation of one particular version of a document without pulling in all the subsequent changes to the document. This can be solved with version control; but not all documentation projects use a version control system, and not all authors or translators are skilled in its use even when it exists. It would be good if Publican itself could "freeze" a version of the original language against which translations are applied. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=t25sUYPnEr&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 04:36:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 04:36:47 +0000 Subject: [publican-list] [Bug 887707] RFE: Freeze XML that on which a particular translation is based. In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=887707 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(r.landmann at redhat | |.com) --- Comment #1 from Jeff Fearn --- How should this "freezing" interact with updating the POT files? 1: Should update_pot freeze the XML first then update the pot files? 2: Should there be an extra action to "freeze" the files then update_pot act on that freeze instead of the XML files? They offer different work flows, option 1 means less work in general, option 2 allows recreating the POT files from a known stable version, offering greater protection from POT corruption or loss. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Lmk4MDCnvx&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 05:47:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 05:47:52 +0000 Subject: [publican-list] [Bug 887707] RFE: Freeze XML that on which a particular translation is based. In-Reply-To: References: Message-ID: Product: Publican https://bugzilla.redhat.com/show_bug.cgi?id=887707 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(r.landmann at redhat | |.com) | --- Comment #2 from Ruediger Landmann --- (In reply to comment #1) > How should this "freezing" interact with updating the POT files? > > 1: Should update_pot freeze the XML first then update the pot files? > > 2: Should there be an extra action to "freeze" the files then update_pot act > on that freeze instead of the XML files? > > They offer different work flows, option 1 means less work in general, option > 2 allows recreating the POT files from a known stable version, offering > greater protection from POT corruption or loss. I think that the slight workflow change required by 2 is well worth it from the point of view of being able to recreate damaged or missing POT files without changing the "frozen" source XML. Any scenarios more complex than just recreating POT and PO files from the point at which they were ready for translation are VCS territory and beyond the scope of this bug. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dvIpfwFkCX&a=cc_unsubscribe From miesfeld at gmail.com Tue Dec 18 14:28:35 2012 From: miesfeld at gmail.com (Mark Miesfeld) Date: Tue, 18 Dec 2012 06:28:35 -0800 Subject: [publican-list] Installation packages for publican 3.0? Message-ID: Are there any rpm installation packages for 3.0? The last time I looked I couldn't find any. Also, the same question for a Windows installation package for 3.0? Thanks. -- Mark Miesfeld From jfearn at redhat.com Tue Dec 18 21:58:31 2012 From: jfearn at redhat.com (Jeff Fearn) Date: Wed, 19 Dec 2012 07:58:31 +1000 Subject: [publican-list] Installation packages for publican 3.0? In-Reply-To: References: Message-ID: <50D0E707.3030007@redhat.com> Hi Mark, On 19/12/12 00:28, Mark Miesfeld wrote: > Are there any rpm installation packages for 3.0? The last time I > looked I couldn't find any. You mean for fedora? I'm not sure, I'll chase up Rudi about that. If you mean for RHEL6 then http://jfearn.fedorapeople.org/rpms/publican-3.0.0-el6/ > Also, the same question for a Windows installation package for 3.0? This is going very slow as it requires a lot of time and two Windows machines, of which I only have one, so there is a lot of back and forth to get it tested. Cheers, Jeff. From miesfeld at gmail.com Tue Dec 18 22:05:53 2012 From: miesfeld at gmail.com (Mark Miesfeld) Date: Tue, 18 Dec 2012 14:05:53 -0800 Subject: [publican-list] Installation packages for publican 3.0? In-Reply-To: <50D0E707.3030007@redhat.com> References: <50D0E707.3030007@redhat.com> Message-ID: On Tue, Dec 18, 2012 at 1:58 PM, Jeff Fearn wrote: > On 19/12/12 00:28, Mark Miesfeld wrote: >> >> Are there any rpm installation packages for 3.0? The last time I >> looked I couldn't find any. > > > You mean for fedora? I'm not sure, I'll chase up Rudi about that. Yes, I did mean fedora. >> Also, the same question for a Windows installation package for 3.0? > > > This is going very slow as it requires a lot of time and two Windows > machines, of which I only have one, so there is a lot of back and forth to > get it tested. Okay, I understand. If you need some help testing, you can shoot me an e-mail, and I'll probably have time to help some. Thanks. -- Mark Miesfeld