← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [docbook-apps] Website: is there any additional *short* title foruse in the TOC / left column?

From
Eenis Cradford
Date
2010-07-14T21:33:12+00:00
ID
Thread
Re: [docbook-apps] Website: is there any additional *short* title foruse in the TOC / left column?
Hi Jochen,

In your layout.xml, you can add titles to tocentries, like this:

        <tocentry filename="am-paris.html" page="am-paris.xml">
          <title>Short title</title>
        </tocentry>

If you add the optional title element a tocentry, it is displayed in the
TOC instead of the title that's in the web page. The tocentry title
doesn't change the title in the web page itself.

HTH,
Denis

On 07/14/2010 10:16 AM,  wrote:
> Hi, there!
> 
> 
> During my rather successful (from my point of view) process of converting a couple of web-sites from "plain DocBook generated HTML" to "DocBook Website (HTML)"
> 
> I now ran into a problem with this site:
> 
>    http://Aleph-Soft.com/JHwis/
> 
> Maybe you want to have a quick look at it.
> 
> I know, I got the TITLEs there a "little long":
> 
>    <head><title>TITLE</title></head>
> 
> # which doesn't really disturb me as headers within those many HTML files,
> but it does hurt within the left column.
> 
> Is there a way of providing a short title for use within the TOC / left column?
> 
> J.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
> 
>
← Prev in month ← Prev in thread
Next in thread → Next in month →