Description of problem: Installing a book with the install_book command does not set the name_label. Therefore, translated books appear in the site tables of contents with their English titles. Version-Release number of selected component (if applicable): publican 2.2-0.fc13.t22 How reproducible: 100% Steps to Reproduce: 1. Build a translated book, for example, the Spanish (es-ES) version of the Fedora 14 Accessibility Guide, available from: ssh://git.fedorahosted.org/git/docs/accessibility-guide.git 2. Use "publican install_book" to add the book to a Publican-maintained website 3. Navigate to the Spanish ToC or the static HTML Sitemap Actual results: The Fedora 14 Accessibility Guide appears in the menus as "Accessibility Guide" Querying the site database file shows that the "name_label" field is null, although the "product_label" field is set even though not specified in the config file. Expected results: Fedora 14 Accessibility Guide appears in the menus as "Guía de accesibilidad" Additional info: You can see this bug in action by browsing the Fedora 14 content in various languages on docs.fedoraproject.org
The name label wasn't being passed to the install method. Fixed in build: 2.2-0%{?dist}.t31
Thanks Jeff -- fix verified in t31 Just noting that the product_label is still getting set for all translated books, even though there's no web_product_label set in the config file. Of course, this doesn't affect the output, but I thought I'd mention it.
publican-2.3-0.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/publican-2.3-0.fc13
publican-2.3-0.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.