[publican-list] Creating a book in Turkish language

Ruediger Landmann r.landmann at redhat.com
Wed Aug 4 06:14:07 UTC 2010


  On 08/04/2010 03:35 PM, Oguz Yilmaz wrote:
> Dear Ruediger,
>
> I have just tried with Fedora 13. Now I can have Turkish chars in the document.
>
> However, The problem on the book name continues:
>
> "tr-TR/Book_Info.xml":
> <bookinfo id="book-LbrUTM_2.1.1_Release_Notes-LbrUTM_2.1.1_Release_Notes">
>          <title>LbrUTM 2.1.1 Sürüm Notları</title>
>
> $ publican build --formats html --langs tr-TR --config publican.cfg
> Invalid format for docname. Value (LbrUTM_2.1.1_Sürüm_Notları) does
> not conform to constraint ([^a-zA-Z_\-0-9.]) at /usr/bin/publican line
> 514

Hi again Oguz

It looks to me like the "docname" parameter in the publican.cfg file is 
not quite right. Try this:

1. Create the book:

publican create --name Surum_Notlari --product LbrUTM --version 2.1.1 
--lang tr-TR

2. Edit the tr-TR/Book_Info.xml file:

change <title>Surum Notlari</title>

into <title>Sürüm Notları</title>

3. Edit the publican.cfg file and add a new line:

docname: Surum_Notlari

4. Build the book:

publican build --formats html --langs tr-TR

(note: no need to specify the config file)

If you still have trouble, maybe you could show us your publican.cfg 
file for this book?

Regards
Rudi




More information about the publican-list mailing list