# # xhtml-deprecated.conf # # Asciidoc configuration file. # Legacy AsciiDoc 6 xhtml backend. # [miscellaneous] outfilesuffix=.html # Screen width in pixels. pagewidth=800 pageunits= [attributes] basebackend=html basebackend-html= dtddecl=PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [replacements] # Line break. (?m)^(.*)\s\+$=\1
# Superscripts. \^(.+?)\^=\1 # Subscripts. ~(.+?)~=\1 [ruler-blockmacro]
[image-inlinemacro] {1={target}} {link#} [image-blockmacro] {1={target}} {link#}

Figure: {title}

[indexterm-inlinemacro] # Inline index term. {empty} [indexterm2-inlinemacro] # Inline index term. # Single entry index term that is visible in the primary text flow. {1} [footnote-inlinemacro] # Inline footnote.
[{0}]
[callout-inlinemacro] # Inline callout. ({index}) [tags] # Bulleted, numbered and labeled list tags. ilist={id?}{title?

{title}

} ilistitem=
  • |
  • ilisttext=

    |

    olist={id?}{title?

    {title}

    }
      |
    olist2={id?}
      |
    olistitem=
  • |
  • olisttext=

    |

    vlist={id?}{title?

    {title}

    }
    |
    vlistentry=| vlistterm=
    |
    vlistitem=
    |
    vlisttext=

    |

    # Horizontal labeled list. hlist={id?}{title?

    {title}

    }|
    hlistentry=| hlisttext=| hlistterm=| hlistitem=| # Question and Answer list. qlist={id?}{title?

    {title}

    }
      |
    qlistentry=
  • |
  • qlistterm=

    |

    qlistitem=| qlisttext=

    |

    # Callout list. colist={id?}{title?

    {title}

    }
      |
    colistitem=
  • |
  • colisttext=

    |

    # Quoted text. emphasis=| strong=| monospaced=| quoted={amp}#8220;|{amp}#8221; # Inline macros [http-inlinemacro] {0={name}:{target}} [https-inlinemacro] {0={name}:{target}} [ftp-inlinemacro] {0={name}:{target}} [file-inlinemacro] {0={name}:{target}} [mailto-inlinemacro] {0={target}} [link-inlinemacro] {0={target}} # anchor:id[text] [anchor-inlinemacro] # [[id,text]] [anchor2-inlinemacro] # [[[id]]] [anchor3-inlinemacro] [{1}] # xref:id[text] [xref-inlinemacro] {0=[{target}]} # <> [xref2-inlinemacro] {2=[{1}]} # Special word substitution. [emphasizedwords] {words} [monospacedwords] {words} [strongwords] {words} # Paragraph substitution. [paragraph]

    {id?}{title?{title}
    } |

    [literalparagraph] # The literal block employs the same markup. template::[literalblock] [verseparagraph] # The verse block employs the same markup. template::[verseblock] [admonitionparagraph]

    {style}: |

    # Delimited blocks. [passthroughblock] | [listingblock]

    {title}

    |
    
    [literalblock]

    {title}

    |
    
    [verseblock]

    {title}

    # Font inheritance broken in IE6.
    |
    
    [sidebarblock]

    {title}

    |
    [quoteblock]

    {title}

    |

    {citetitle}
    — {attribution}

    [exampleblock]

    Example: {title}

    |
    [admonitionblock]

    {style}

    {title}

    |
    # Bibliography list. # Same as numbered list. [listdef-bibliography] listtag=olist itemtag=olistitem texttag=olisttext # Glossary list. # Same as labeled list. [listdef-glossary] listtag=vlist itemtag=vlistitem texttag=vlisttext entrytag=vlistentry labeltag=vlistterm # Tables. [tabledef-default] template=table bodyrow=| headdata=| footdata=| bodydata=| [table]

    Table: {title}

    {headrows#} {headrows} {headrows#} {footrows#} {footrows} {footrows#} {bodyrows}
    [footer]


    Version {revision}
    Last updated {localdate} {localtime}

    [preamble] # Untitled elements between header and first section title. | [sect0] {doctype-manpage%}

    {id?}{title}

    | [sect1] {doctype-manpage%}

    {id?}{numbered?{sectnum} }{title}

    | [sect2]

    {id?}{numbered?{sectnum} }{title}

    | [sect3]

    {id?}{numbered?{sectnum} }{title}

    | [sect4]
    {id?}{title}
    | #------------------------- # article and book document types #------------------------- ifndef::doctype-manpage[] [header] {doctitle}

    {doctitle}

    by {author}
    <{email}>
    v{revision}{date?,} {date}

    endif::doctype-manpage[] #------------------------- # manpage document type #------------------------- ifdef::doctype-manpage[] [tags] # This is more inline with man page convention. emphasis=| vlistterm=
    |
    [header] {mantitle}

    {doctitle} Manual Page


    NAME

    {manname} - {manpurpose}

    [sect-synopsis] template::[sect1] endif::doctype-manpage[] ifdef::css[] include::xhtml-deprecated-css.conf[] endif::css[]