mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 22:53:32 +01:00
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
[glossary]
|
|
author=Martin Stubenschrott
|
|
email=stubenschrott@gmx.net
|
|
|
|
# [header]
|
|
# <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
# "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
# <html>
|
|
# <head>
|
|
# <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
# <meta name="generator" content="AsciiDoco DocBook, text to LinuxDoc, text to XML, AsciiDoc, Python installer, Python execution environment" />
|
|
# <link rel="stylesheet" href="main.css" type="text/css" />
|
|
# <title>{doctitle}</title>
|
|
# </head>
|
|
# <body>
|
|
# <id="content">
|
|
# <h1>{doctitle}</h1>
|
|
|
|
|
|
|
|
[replacements]
|
|
HEADER=image:chrome://vimperator/content/logo_white.png[Vimperator]
|
|
|
|
[macros]
|
|
# Tag: |primary,secondary,tertiary| not yet support, only use single tags
|
|
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=tag
|
|
# same as tag, but with anchor
|
|
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=atag
|
|
|
|
[tag-inlinemacro]
|
|
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
|
|
<span style="float: right;">
|
|
<code class="tag" style="padding-left: 10px;">{target}</code>
|
|
</span>
|
|
|
|
[atag-inlinemacro]
|
|
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
|
|
<a id="{target}" />
|
|
<span style="float: right;">
|
|
<code class="tag" style="padding-left: 10px;">{target}</code>
|
|
</span>
|