# linuxdoc.conf # # Asciidoc configuration file. # linuxdoc backend, article document type. # # NOTE: # - The Linuxdoc format only supports article documents. # - Linuxdoc does not support a number of AsciiDoc elements, for # example table. # - The AsciiDoc linuxdoc backend is no longer being actively # developed or tested with new AsciiDoc releases. # [attributes] basebackend=linuxdoc basebackend-linuxdoc= [miscellaneous] outfilesuffix=.sgml [replacements] (?m)^(.*)\s\+$=\1 # To allow the AsciiDoc User Guide to be processed. {amp}\#960;=pi # Small 'NEW' image. (?
{doctitle} by {author} <> {date#} {date#} v{revision}{date?,} {date#} {date} {date#} [footer]
[indexterm-inlinemacro] # Inline index term. {2%}{1} {2#}{3%}{2} {3} [indexterm2-inlinemacro] # Inline index term. # Single entry index term that is visible in the primary text flow. {1} {1} [footnote-inlinemacro] # Inline footnote. [{0}] [tags] # Bulleted, numbered and labeled list tags. ilist={title?

{title}}| ilistitem=| ilisttext=| olist={title?

{title}}| olist2=| olistitem=| olisttext=| vlist={title?

{title}}| vlistitem=| vlisttext=| vlistentry=| vlistterm=| # Same as vertical labeled list. hlist={title?

{title}}| hlistitem=| hlisttext=| hlistentry=| hlistterm=| # Question and Answer list. qlist=| qlistentry=| qlistterm=| qlistitem=| qlisttext=

| # Callout list (same as numbered list). colist={title?

{title}}| colistitem=| colisttext=| # Quoted text emphasis=| strong=| monospaced=| quoted=``|'' [specialsections] ^Abstract$=sect-abstract [sect-abstract] | [preamble] | [sect1] {title}

| [sect2] {title}

| [sect3] {title}

| [sect4]

{title}

| # Inline macros [http-inlinemacro] [https-inlinemacro] [ftp-inlinemacro] [file-inlinemacro] [mailto-inlinemacro] [link-inlinemacro] # LinuxDoc does not have anchors or anchor reference elements but we include # the macros so the anchor is hidden and the reference text displayed. # Anchor: [[id,xreflabel]] [anchor-inlinemacro] #[{target}] [anchor2-inlinemacro] # [[id,text]] #[{1}] [xref-inlinemacro] #{1} [{target}] {1={target}} [xref2-inlinemacro] # <> #{2} [{1}] {2=1} # Special word macros [emphasizedwords] {words} [monospacedwords] {words} [strongwords] {words} # Paragraph substitution. [paragraph]

{title} | {empty} {empty} [literalparagraph]

Example: {title} | {empty} [admonitionparagraph]

{style}: | {empty} {empty} [verseparagraph] template::[paragraph] [image-inlinemacro] {1={target}} [ruler-blockmacro] # Only applies to HTML so don't output anything. [image-blockmacro]

Figure: {title}

{1} {1%}

Image file: {target} [literalblock]

Example: {title} | {empty} [listingblock]

Example: {title} | {empty} [sidebarblock]

{title} | {empty} {empty} [exampleblock]

{title} | {empty} {empty} [admonitionblock]

{style} | {empty} {empty} [passthroughblock] | [quoteblock]

{title} |

— {1={attribution}} {2={citetitle}} {empty} [verseblock] | {empty} {empty} # Bibliography list. # Same as numbered list. [listdef-bibliography] listtag=olist itemtag=olistitem texttag=olisttext # Glossary list. # Same as variable list. [listdef-glossary] listtag=vlist itemtag=vlistitem texttag=vlisttext entrytag=vlistentry labeltag=vlistterm