Home H... !html_header_date !html_ignore_8bit
The guide of UDO > Command index > H... Index

!html_header_links

<link>-Elemente setzen (only HTML).

Type & position: command, preamble
Syntax: !html_header_links <text>

Description: Ist dieser Schalter gesetzt, so werden je nach Vorgabe &lt;link&gt;-Elemente im HTML-Header erzeugt:

  • Enthält &lt;text&gt; navigation, werden die Links zur Navigation erzeugt (<link rel="start" href="index.html" title="Beginn des Dokumentes">, ebenso <link rel="home"..., "contents", "toc", "first", "prev", "previous", "next", "last").

  • Enthält &lt;text&gt; chapter, werden alle Links zu den Kapiteln erzeugt (<link rel="chapter" href="..." title="...">, ebenso für "section").



Dadurch, dass die Link-Elemente nicht mehr automatisch, sondern nur noch auf Anforderung erzeugt werden, entstehen kleinere HTML-Dateien.
Description: If this switch is set, several &lt;link&gt; elements are generated in the HTML header as following:

  • If <text> contains navigation, links for navigation are generated (<link rel="start" href="index.html" title="Begin of the document">, just as <link rel="home"..., "contents", "toc", "first", "prev", "previous", "next", "last").

  • If <text> contains chapter, links for all nodes are generated (<link rel="chapter" href="..." title="...">, same for "section").



In the past, these link elements were produced automatically. Now, you get the link elements only if you really want them. This makes smaller HTML files.
Exists since: Version 6.5.2


Copyright © www.udo-open-source.org (Kontakt)
Last updated on May 19, 2010

Home H... !html_header_date !html_ignore_8bit