mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
359 lines
8.3 KiB
Plaintext
359 lines
8.3 KiB
Plaintext
#
|
|
# html4.conf
|
|
#
|
|
# Asciidoc configuration file.
|
|
# html backend for generation of legacy HTML 4 markup.
|
|
#
|
|
|
|
[miscellaneous]
|
|
outfilesuffix=.html
|
|
# Screen width in pixels.
|
|
pagewidth=800
|
|
pageunits=
|
|
|
|
[attributes]
|
|
basebackend=html
|
|
basebackend-html=
|
|
|
|
[replacements]
|
|
# Line break.
|
|
(?m)^(.*)\s\+$=\1<br />
|
|
ifdef::asciidoc7compatible[]
|
|
# Superscripts.
|
|
\^(.+?)\^=<sup>\1</sup>
|
|
# Subscripts.
|
|
~(.+?)~=<sub>\1</sub>
|
|
endif::asciidoc7compatible[]
|
|
|
|
[ruler-blockmacro]
|
|
<hr />
|
|
|
|
[image-inlinemacro]
|
|
<a href="{link}">
|
|
<img src="{target}" alt="{1={target}}"{1? title="{1}"}{width? width="{width}"}{height? height="{height}"}/>
|
|
{link#}</a>
|
|
|
|
[image-blockmacro]
|
|
<a name="{id}"></a>
|
|
<a href="{link}">
|
|
<img src="{target}" alt="{1={target}}"{1? title="{1}"}{width? width="{width}"}{height? height="{height}"}/>
|
|
{link#}</a>
|
|
<p><b>{caption=Figure: }{title}</b></p>
|
|
|
|
[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.
|
|
<br />[{0}]<br />
|
|
|
|
[callout-inlinemacro]
|
|
# Inline callout.
|
|
<b>({index})</b>
|
|
|
|
[tags]
|
|
# Bulleted, numbered and labeled list tags.
|
|
ilist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ul>|</ul>
|
|
ilistitem=<li>|</li>
|
|
ilisttext=<p>|</p>
|
|
olist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
|
|
olist2={id?<a name="{id}"></a>}<ol type="a">|</ol>
|
|
olistitem=<li>|</li>
|
|
olisttext=<p>|</p>
|
|
vlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<dl>|</dl>
|
|
vlistentry=|
|
|
vlistterm=<dt>|</dt>
|
|
vlistitem=<dd>|</dd>
|
|
vlisttext=<p>|</p>
|
|
# Horizontal labeled list.
|
|
hlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<table cellpadding="4">|</table>
|
|
hlistentry=<tr valign="top">|</tr>
|
|
hlisttext=|
|
|
hlistterm=<td{1? width="{1}%"}>|</td>
|
|
hlistitem=<td{2? width="{2}%"}>|</td>
|
|
# Question and Answer list.
|
|
qlist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
|
|
qlistentry=<li>|</li>
|
|
qlistterm=<p><em>|</em></p>
|
|
qlistitem=|
|
|
qlisttext=<p>|</p>
|
|
# Callout list.
|
|
colist={id?<a name="{id}"></a>}{title?<p><b>{title}</b></p>}<ol>|</ol>
|
|
colistitem=<li>|</li>
|
|
colisttext=<p>|</p>
|
|
|
|
# Quoted text.
|
|
emphasis=<em{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</em>
|
|
strong=<strong{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</strong>
|
|
monospaced=<tt{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</tt>
|
|
quoted={0?<span style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?">}{amp}#8220;|{amp}#8221;{0?</span>}
|
|
unquoted={0?<span style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?">}|{0?</span>}
|
|
superscript=<sup{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</sup>
|
|
subscript=<sub{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</sub>
|
|
|
|
# $$ inline passthrough.
|
|
passthrough=<span{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: {3}em;}{0?"}>|</span>
|
|
|
|
# Inline macros
|
|
[http-inlinemacro]
|
|
<a href="{name}:{target}">{0={name}:{target}}</a>
|
|
[https-inlinemacro]
|
|
<a href="{name}:{target}">{0={name}:{target}}</a>
|
|
[ftp-inlinemacro]
|
|
<a href="{name}:{target}">{0={name}:{target}}</a>
|
|
[file-inlinemacro]
|
|
<a href="{name}:{target}">{0={name}:{target}}</a>
|
|
[mailto-inlinemacro]
|
|
<a href="{name}:{target}">{0={target}}</a>
|
|
[callto-inlinemacro]
|
|
<a href="{name}:{target}">{0={target}}</a>
|
|
[link-inlinemacro]
|
|
<a href="{target}">{0={target}}</a>
|
|
# anchor:id[text]
|
|
[anchor-inlinemacro]
|
|
<a name="{target}"></a>
|
|
# [[id,text]]
|
|
[anchor2-inlinemacro]
|
|
<a name="{1}"></a>
|
|
# [[[id]]]
|
|
[anchor3-inlinemacro]
|
|
<a name="{1}"></a>[{1}]
|
|
# xref:id[text]
|
|
[xref-inlinemacro]
|
|
<a href="#{target}">{0=[{target}]}</a>
|
|
# <<id,text>>
|
|
[xref2-inlinemacro]
|
|
<a href="#{1}">{2=[{1}]}</a>
|
|
|
|
# Special word substitution.
|
|
[emphasizedwords]
|
|
<em>{words}</em>
|
|
[monospacedwords]
|
|
<tt>{words}</tt>
|
|
[strongwords]
|
|
<strong>{words}</strong>
|
|
|
|
# Paragraph substitution.
|
|
[paragraph]
|
|
<p>{id?<a name="{id}"></a>}{title?<b>{title}</b><br />}
|
|
|
|
|
</p>
|
|
|
|
[literalparagraph]
|
|
# The literal block employs the same markup.
|
|
template::[literalblock]
|
|
|
|
[verseparagraph]
|
|
# The verse block employs the same markup.
|
|
template::[verseblock]
|
|
|
|
[admonitionparagraph]
|
|
<a name="{id}"></a>
|
|
<p><b>{caption}:</b> |</p>
|
|
|
|
# Delimited blocks.
|
|
[passthroughblock]
|
|
|
|
|
|
|
[listingblock]
|
|
<a name="{id}"></a>
|
|
<p><b>{title}</b></p>
|
|
<table border="0" bgcolor="#e8e8e8" width="100%" cellpadding="10"><tr><td>
|
|
<pre>
|
|
|
|
|
</pre>
|
|
</td></tr></table>
|
|
|
|
[literalblock]
|
|
<a name="{id}"></a>
|
|
<p><b>{title}</b></p>
|
|
<pre>
|
|
|
|
|
</pre>
|
|
|
|
[verseblock]
|
|
<a name="{id}"></a>
|
|
<p><b>{title}</b></p>
|
|
# Font inheritance broken in IE6.
|
|
<pre style="font-family: inherit;">
|
|
|
|
|
</pre>
|
|
|
|
[sidebarblock]
|
|
<a name="{id}"></a>
|
|
<table frame="border" bgcolor="#ffffee" width="80%" cellpadding="15">
|
|
<tr><td>
|
|
<p><em>{title}</em></p>
|
|
|
|
|
</td></tr></table>
|
|
|
|
[quoteblock]
|
|
<a name="{id}"></a>
|
|
<blockquote>
|
|
<p><b>{title}</b></p>
|
|
|
|
|
<p align="right">
|
|
<em>{citetitle}</em><br />
|
|
— {attribution}
|
|
</p>
|
|
</blockquote>
|
|
|
|
[exampleblock]
|
|
<a name="{id}"></a>
|
|
<p><b>{caption=Example: }{title}</b></p>
|
|
<table frame="border" bgcolor="white" width="80%" cellpadding="15">
|
|
<tr><td>
|
|
|
|
|
</td></tr></table>
|
|
|
|
[admonitionblock]
|
|
<a name="{id}"></a>
|
|
<table frame="void" bgcolor="white" width="80%" cellpadding="8">
|
|
<tr valign="top"><td><p><b>{caption}</b></p></td><td>
|
|
<p><b>{title}</b></p>
|
|
|
|
|
</td></tr></table>
|
|
|
|
# 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=<tr>|</tr>
|
|
headdata=<th align="{colalign}" width="{colwidth}{pageunits}">|</th>
|
|
footdata=<td align="{colalign}" width="{colwidth}{pageunits}"><strong>|</strong></td>
|
|
bodydata=<td align="{colalign}" width="{colwidth}{pageunits}" valign="top">|</td>
|
|
|
|
[table]
|
|
<p><b>{caption=Table: }</b>{title}</p>
|
|
<a name="{id}"></a>
|
|
<table rules="{grid=none}"
|
|
frame="{frame%hsides}"
|
|
frame="{frame@topbot:hsides}{frame@all:border}{frame@none:void}{frame@sides:vsides}"
|
|
cellspacing="0" cellpadding="4">
|
|
{headrows#}<thead>
|
|
{headrows}
|
|
{headrows#}</thead>
|
|
{footrows#}<tfoot>
|
|
{footrows}
|
|
{footrows#}</tfoot>
|
|
<tbody>
|
|
{bodyrows}
|
|
</tbody>
|
|
</table>
|
|
|
|
[preamble]
|
|
# Untitled elements between header and first section title.
|
|
<a name="{id}"></a>
|
|
|
|
|
|
|
[sect0]
|
|
{doctype-manpage%}<hr />
|
|
<h1>{id?<a name="{id}"></a>}{title}</h1>
|
|
|
|
|
|
|
[sect1]
|
|
{doctype-manpage%}<hr />
|
|
<h2>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h2>
|
|
|
|
|
|
|
[sect2]
|
|
<h3>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h3>
|
|
|
|
|
|
|
[sect3]
|
|
<h4>{id?<a name="{id}"></a>}{numbered?{sectnum} }{title}</h4>
|
|
|
|
|
|
|
[sect4]
|
|
<h5>{id?<a name="{id}"></a>}{title}</h5>
|
|
|
|
|
|
|
[footer]
|
|
<p></p>
|
|
<p></p>
|
|
<hr /><p><small>
|
|
Version {revision}<br />
|
|
Last updated {localdate} {localtime}
|
|
</small></p>
|
|
</body>
|
|
</html>
|
|
|
|
#-------------------------
|
|
# article document type
|
|
#-------------------------
|
|
ifndef::doctype-manpage[]
|
|
|
|
[header]
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset={encoding=ISO-8859-1}">
|
|
<meta name="generator" content="AsciiDoc {asciidoc-version}">
|
|
<title>{doctitle}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{doctitle}</h1>
|
|
<p>
|
|
<strong>{author}</strong><br />
|
|
<tt><<a href="mailto:{email}">{email}</a>></tt><br />
|
|
version {revision}{date?,}
|
|
{date}
|
|
</p>
|
|
|
|
endif::doctype-manpage[]
|
|
|
|
#-------------------------
|
|
# manpage document type
|
|
#-------------------------
|
|
ifdef::doctype-manpage[]
|
|
|
|
[tags]
|
|
# This is more inline with man page convention.
|
|
emphasis=<b>|</b>
|
|
vlistterm=<dt><b>|</b></dt>
|
|
|
|
[header]
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset={encoding=ISO-8859-1}">
|
|
<meta name="generator" content="AsciiDoc {asciidoc-version}">
|
|
<title>{mantitle}</title>
|
|
</head>
|
|
<body>
|
|
<hr />
|
|
<h1>
|
|
{doctitle} Manual Page
|
|
</h1>
|
|
<hr />
|
|
<h2>NAME</h2>
|
|
<p>{manname} -
|
|
{manpurpose}
|
|
</p>
|
|
|
|
[sect-synopsis]
|
|
template::[sect1]
|
|
|
|
endif::doctype-manpage[]
|