1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 09:32:28 +01:00

Normalise the help intro pages for each extension.

Specific content is still to come.
This commit is contained in:
Doug Kearns
2011-01-01 03:52:44 +11:00
parent e920648701
commit 729bf8d45c
4 changed files with 238 additions and 246 deletions

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
<document
name="intro"
title="&dactyl.appName; Introduction"
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<html:div style="text-align: center; clear: right; margin-bottom: -2.2em; padding-right: 4em;"><logo/></html:div>
<h1 tag="intro">Introduction</h1>
<p tag="intro-text"></p>
<p tag="first-run">
If this is your first time running &dactyl.appName;, you may need some
time to adjust to the standard interface, which hides the menu,
navigation, and tool bars by default. If you find it uncomfortable to work
without them, you can re-enable them by typing
</p>
<set opt="guioptions" op="+="><str delim="">mT</str><k name="Return"/></set>
<p>
If you have trouble remembering commands or keyboard shortcuts, you can
bring up this help page at any time by typing <ex>:help</ex> or
<k name="F1"/>. If you find that you don't like &dactyl.appName; at all,
you can disable it by typing <ex>:extdisable <str delim="">&dactyl.appName;</str></ex> or
delete it entirely by typing <ex>:extdelete <str delim="">&dactyl.appName;</str></ex>
</p>
<h2 tag="overview">Help topics</h2>
<ol tag="topics-list"></ol>
<p>
You can also jump directly to the help of a specific command,
key mapping, or topic via the <ex>:help</ex> command.
</p>
<example><ex>:help :help</ex></example>
<h2 tag="features">Features</h2>
<ul tag="features-list"></ul>
<h2 tag="contact">Contact</h2>
<p>
Please send comments, questions, or patches to the
<link topic="&dactyl.list.href;">mailing list</link>,
where we will do our best to answer any inquiries. You can also
check the
<link topic="http://code.google.com/p/dactyl/wiki">wiki</link> or
<link topic="&dactyl.faq;">FAQ</link>.
Issue reports can be entered in the
<link topic="&dactyl.issues;">issue tracker</link>.
</p>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -1,129 +1,144 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<document
name="intro"
title="&dactyl.appName; Intro"
xmlns="http://vimperator.org/namespaces/liberator"
xmlns:html="http://www.w3.org/1999/xhtml">
<overlay
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<logo/>
<h2 tag="intro">Introduction</h2>
<link topic="http://vimperator.org/%dactyl.name;">&dactyl.appName;</link>
is a free media player add-on for &dactyl.host;, which
combines the best features of the
<link topic="http://cmus.sourceforge.net">CMus</link>
music player and the
<link topic="http://www.vim.org">Vim</link>
text editor.
<warning tag="warning">
To provide the most authentic CMus/Vim experience, the &dactyl.host; toolbar
is hidden.
If you really need it, type: <ex>:set guioptions+=T</ex> to get it back.
If you don't like &dactyl.appName; at all, you can uninstall it by typing
<ex>:extdelete &dactyl.appName;</ex> or <ex>:extdisable &dactyl.appName;</ex> to disable it.
If you like it but can't remember the shortcuts, then press <k>F1</k> or
<ex>:help</ex> to get this help window back.
</warning>
<tags>author donation</tags>
<p>
&dactyl.appName; was written by
<link topic="prathyushthota@gmail.com">Prathyush Thota</link>. If you
appreciate my work on &dactyl.appName; and want to encourage
me working on it more, you can either send me greetings, patches
or make a donation:
<p replace="intro-text">
<link topic="&dactyl.apphome;">&dactyl.appName;</link>
is a free media player add-on for &dactyl.host;, which combines the best
features of the <link topic="http://cmus.sourceforge.net">CMus</link> music
player and the <link topic="http://www.vim.org">Vim</link> text editor.
</p>
<pan><handle/></pan>
<p>
Of course as a believer in free open source software, only make
a donation if you really like &dactyl.appName; and the money
doesn't hurt -- otherwise just use it, recommend it and like it
:)
</p>
<h2 tag="overview">Help topics</h2>
<ul>
<li><link topic="starting">Starting &dactyl.appName;</link>: How &dactyl.appName; starts up, where it reads the config file... </li>
<li><link topic="player">Player mode</link>: Interacting with the media player.</li>
<li><link topic="browsing">Browsing</link>: Basic mappings and commands needed for a browsing session (how to open a web page or go back in history).</li>
<li><link topic="buffer">Buffer</link>: Operations on the current document like scrolling or copying text.</li>
<li><link topic="cmdline">Command-line mode</link>: Command-line editing.</li>
<li><link topic="insert">Insert mode</link>: Insert-mode editing.</li>
<li><link topic="options">Options</link>: A description of all options.</li>
<li><link topic="pattern">Text search commands</link>: Searching for text in the current buffer.</li>
<li><link topic="tabs">Tabs</link>: Managing your tabbed browsing session.</li>
<li><link topic="hints">Hints</link>: Selecting hyperlinks and other page elements.</li>
<li><link topic="map">Key mappings, abbreviations, and user-defined commands</link>: Defining new key mappings, abbreviations and user commands.</li>
<li><link topic="eval">Expression evaluation</link>: Executing JavaScript.</li>
<li><link topic="marks">Marks</link>: Using bookmarks, QuickMarks, history and local marks.</li>
<li><link topic="repeat">Repeating commands</link>: Using macros to repeat recurring workflows.</li>
<li><link topic="autocommands">Automatic commands</link>: Automatically executing code on certain events.</li>
<li><link topic="print">Printing</link>: Printing pages.</li>
<li><link topic="gui">&dactyl.appName;'s GUI</link>: Accessing &dactyl.host; menus, dialogs and the display panels.</li>
<li><link topic="styling">Styling the GUI and web pages</link>: Changing the styling of content pages and &dactyl.appName; itself.</li>
<li><link topic="message">Error and informational messages</link>: A description of messages and error messages.</li>
<li><link topic="developer">Developer information</link>: How to write docs or plugins.</li>
<li><link topic="various">Various commands</link>: Other help which didn't fit into any other category.</li>
<li><link topic="index">Index</link>: An index of all commands and options.</li>
</ul>
<p>
You can also jump directly to the help of a specific command
with <ex>:help o</ex> or <ex>:help :set</ex>.
</p>
<h2 tag="features">Features</h2>
<!-- TODO: make Melodactyl specific -->
<ul>
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>k</k>, <k>l</k>, <k>gg</k>, <k>G</k>, <k>0</k>, <k>$</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, ...)</li>
<li>Tab completion available for all commands with support for "longest" matching when set in 'wildmode'</li>
<ol replace="topics-list">
<!--
<li>
<link topic="tutorial">Quick-start tutorial</link>:
A quick-start tutorial for new users.
</li>
-->
<li>
<link topic="starting">Starting &dactyl.appName;</link>:
How &dactyl.appName; starts up, where it reads the config file, etc.
</li>
<li>
<link topic="player">Player mode</link>:
Interacting with the media player.
</li>
<li>
<link topic="browsing">Browsing</link>:
Basic key mappings and commands needed for a browsing
session (how to open a web page, go back in history, etc.)
</li>
<li>
<link topic="buffer">Buffer</link>:
Operations on the current document (scrolling, copying text,
etc.)
</li>
<li>
<link topic="cmdline">Command-line mode</link>:
Command-line editing.
</li>
<li>
<link topic="insert">Insert mode</link>:
Insert-mode editing.
</li>
<li>
<link topic="options">Options</link>:
A description of all options.
</li>
<li>
<link topic="pattern">Text search commands</link>:
Searching for text in the current buffer.
</li>
<li>
<link topic="tabs">Tabs</link>:
Managing your tabbed browsing session.
</li>
<li>
<link topic="hints">Hints</link>:
Selecting hyperlinks and other page elements.
</li>
<li>
<link topic="map">Keyboard shortcuts and commands</link>:
Defining new key mappings, abbreviations and user commands.
</li>
<li>
<link topic="eval">Expression evaluation</link>:
Executing JavaScript.
</li>
<li>
<link topic="marks">Marks</link>:
Using bookmarks, QuickMarks, history and local marks.
</li>
<li>
<link topic="repeat">Repeating commands</link>:
Using macros to repeat recurring workflows.
</li>
<li>
<link topic="autocommands">Automatic commands</link>:
Automatically executing code on certain events.
</li>
<li>
<link topic="print">Printing</link>:
Printing pages.
</li>
<li>
<link topic="gui">&dactyl.appName;'s GUI</link>:
Accessing &dactyl.host; menus, dialogs and the display panels.
</li>
<li>
<link topic="styling">Styling the GUI and web pages</link>:
Changing the styling of content pages and &dactyl.appName; itself.
</li>
<li>
<link topic="message">Error and informational messages</link>:
A description of informational and error messages.
</li>
<li>
<link topic="developer">Developer information</link>:
How to write plugins and documentation.
</li>
<li>
<link topic="various">Various commands</link>:
Other help which doesn't readily fit into any other category.
</li>
<li>
<link topic="plugins">Plugins</link>:
Documentation for any plugins you have installed.
</li>
<li>
<link topic="index">Index</link>:
An index of all commands and options.
</li>
</ol>
<!-- TODO: make Melodactyl specific -->
<ul replace="features-list">
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li>
<li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, ...</li>
<li>Hit-a-hint like navigation of links (start with <k>f</k> to follow a link)</li>
<li>Advanced completion of bookmark and history URLs (searching also in title, not only URL)</li>
<li>Vim-like statusline with a Wget-like progress bar</li>
<li>Minimal GUI (easily hide useless menubar and toolbar with <ex>:set guioptions=</ex>)</li>
<li>Ability to <ex>:source</ex> JavaScript files, and to use a [a]~/.melodactylrc[a] file with syntax highlighting if you install http://code.google.com/p/pentadactyl-labs/issues/detail?id=50[melodactyl.vim]</li>
<li>Easy quick searches (<ex>:open foo</ex> will search for "foo" in google, <ex>:open ebay terminator</ex> will search for "terminator" on ebay) with support for &dactyl.host; keyword bookmarks and search engines</li>
<li>Advanced completion of bookmark and history URLs</li>
<li>Vim-like status line with a Wget-like progress bar</li>
<li>Minimal GUI (easily hide superfluous menubar and toolbar with <se opt="guioptions"/>)</li>
<li>Ability to <ex>:source</ex> JavaScript, CSS, and &dactyl.appName; command files</li>
<li>Easy quick searches (see <ex>:open</ex>)</li>
<li>Count supported for many commands (<em>3</em><k name="C-o"/> will go back 3 pages)</li>
<li>Beep on errors</li>
<li>Marks support (<k>m</k><em>a</em> to set mark a on a web page, <k>'</k><em>a</em> to go there)</li>
<li>QuickMarks support (quickly go to previously marked web pages with <k>go</k><a>a-zA-Z0-9</a>)</li>
<li><ex>:map</ex> and <ex>:command</ex> support (and feedkeys() for script writers)</li>
<li><ex>:time</ex> support for profiling</li>
<li>Move the text cursor and select text with Vim keys and a Visual mode</li>
<li>External editor support</li>
<li>Macros to replay key strokes</li>
<li>Visual bell for errors (<o>visualbell</o>)</li>
<li>Marks support (<k>m</k><em>a</em> to set mark a, <k>'</k><em>a</em> to jump to it)</li>
<li><link topic="quickmarks">QuickMark</link> support</li>
<li><ex>:map</ex>, <ex>:command</ex>, <ex>:normal</ex>, and <t>macros</t></li>
<li><link topic="i_&lt;C-i>">Editing of text fields</link> with an <link topic="'editor'">external editor</link></li>
<li>AutoCommands to execute actions on certain events</li>
<li>A comprehensive help system, explaining all commands, mappings and options</li>
<li>A comprehensive help system, explaining all commands, mappings, options, and plugins</li>
</ul>
<h2 tag="contact">Contact</h2>
<p>
Please send comments/bug reports/patches to the mailing list,
where we will properly answer any questions. You can also join
the
<link topic="irc://irc.oftc.net/pentadactyl">#pentadactyl</link>
IRC channel on
<link topic="http://www.oftc.net/">OFTC</link> or check the
<link topic="http://code.google.com/p/dactyl/w/list?q=label%3Aproject-&dactyl.name;">Wiki</link>
for
<link topic="http://code.google.com/p/dactyl/wiki/FAQ">
frequently asked questions (FAQ)</link>.
Make sure, you have read the
<link topic="http://dactyl.googlecode.com/hg/melodactyl/TODO">TODO</link>
file first, as we are aware of many things which can be improved
when we find time for it or receive patches.
</p>
</document>
</overlay>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -1,19 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<document
name="intro"
title="&dactyl.appName; Introduction"
<overlay
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<html:div style="text-align: center; clear: right; margin-bottom: -2.2em; padding-right: 4em;"><logo/></html:div>
<h1 tag="intro">Introduction</h1>
<p>
<p replace="intro-text">
<link topic="&dactyl.apphome;">&dactyl.appName;</link> is a
free browser add-on for &dactyl.host;, designed to make browsing more
efficient and especially more keyboard accessible. Largely inspired by the
@@ -21,24 +15,7 @@
and finger feel should be familiar to Vim users.
</p>
<p tag="first-run">
If this is your first time running &dactyl.appName;, you may need some
time to adjust to the standard interface, which hides the menu,
navigation, and tool bars by default. If you find it uncomfortable to work
without them, you can re-enable them by typing
</p>
<set opt="guioptions" op="+="><str delim="">mT</str><k name="Return"/></set>
<p>
If you have trouble remembering commands or keyboard shortcuts, you can
bring up this help page at any time by typing <ex>:help</ex> or
<k name="F1"/>. If you find that you don't like &dactyl.appName; at all,
you can disable it by typing <ex>:extdisable <str delim="">&dactyl.appName;</str></ex> or
delete it entirely by typing <ex>:extdelete <str delim="">&dactyl.appName;</str></ex>
</p>
<h2 tag="overview">Help topics</h2>
<ol>
<ol replace="topics-list">
<li>
<link topic="tutorial">Quick-start tutorial</link>:
A quick-start tutorial for new users.
@@ -135,16 +112,7 @@
</li>
</ol>
<p>
You can also jump directly to the help of a specific command,
key mapping, or topic via the <ex>:help</ex> command.
</p>
<example><ex>:help :help</ex></example>
<h2 tag="features">Features</h2>
<ul>
<ul replace="features-list">
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li>
<li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, ...</li>
@@ -164,19 +132,6 @@
<li>A comprehensive help system, explaining all commands, mappings, options, and plugins</li>
</ul>
<h2 tag="contact">Contact</h2>
<p>
Please send comments, questions, or patches to the
<link topic="&dactyl.list.href;">mailing list</link>,
where we will do our best to answer any inquiries. You can also
check the
<link topic="http://code.google.com/p/dactyl/wiki">wiki</link> or
<link topic="&dactyl.faq;">FAQ</link>.
Issue reports can be entered in the
<link topic="&dactyl.issues;">issue tracker</link>.
</p>
</document>
</overlay>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -1,61 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<document
name="intro"
title="&dactyl.appName; Introduction"
xmlns="http://vimperator.org/namespaces/liberator"
xmlns:html="http://www.w3.org/1999/xhtml">
<overlay
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<logo/>
<h1 tag="intro">Introduction</h1>
<p>
<link topic="&dactyl.apphome;">&dactyl.appName;</link> is a free
browser add-on for &dactyl.host;, which makes it look and behave
like the <link topic="http://www.vim.org">Vim</link> text
editor. It has similar key bindings, and you could call it a
modal web browser, as key bindings differ according to which
mode you are in.
<p replace="intro-text">
<link topic="&dactyl.apphome;">&dactyl.appName;</link> is a free mailer
add-on for &dactyl.host;, which combines the best features of the
<link topic="http://www.mutt.org">Mutt</link> mail client and the
<link topic="http://www.vim.org">Vim</link> text editor.
</p>
<p tag="first-run">
If this is your first time running &dactyl.appName;, you may need some
time to adjust to the standard interface, which hides the menu,
navigation, and tool bars by default. If you find it uncomfortable to work
without them, you can re-enable them by typing,
</p>
<code><ex>:set</ex> <link topic="'guioptions'"><hl key="HelpOpt">guioptions</hl></link><hl key="HelpEx">+=mT</hl><k name="Return"/></code>
<p>
If you have trouble remembering commands or keyboard shortcuts, you can
bring up this help page at any time by typing <ex>:help</ex> or the
<k name="F1"/>. If you find that you don't like &dactyl.appName; at all,
you can disable it by typing <ex>:extdisable &dactyl.appName;</ex> or
delete it entirely by typing <ex>:extdelete &dactyl.appName;</ex>
</p>
<h2 tag="overview">Help topics</h2>
<ol>
<!-- TODO: make Teledactyl specific -->
<ol replace="topics-list">
<li>
<link topic="tutorial">Quick-start tutorial</link>:
A quick-start tutorial for new users.
</li>
<li>
<link topic="starting">Starting &dactyl.appName;</link>:
How &dactyl.appName; starts up, where it reads the config file
How &dactyl.appName; starts up, where it reads the config file, etc.
</li>
<li>
<link topic="browsing">Browsing</link>:
Basic mappings and commands needed for a browsing session (how to open
a web page or go back in history).
Basic key mappings and commands needed for a browsing
session (how to open a web page, go back in history, etc.)
</li>
<li>
<link topic="buffer">Buffer</link>:
Operations on the current document like scrolling or copying text.
Operations on the current document (scrolling, copying text,
etc.)
</li>
<li>
<link topic="cmdline">Command-line mode</link>:
@@ -82,7 +59,7 @@
Selecting hyperlinks and other page elements.
</li>
<li>
<link topic="">Key mappings, abbreviations, and user-defined commands</link>:
<link topic="map">Keyboard shortcuts and commands</link>:
Defining new key mappings, abbreviations and user commands.
</li>
<li>
@@ -115,15 +92,19 @@
</li>
<li>
<link topic="message">Error and informational messages</link>:
A description of messages and error messages.
A description of informational and error messages.
</li>
<li>
<link topic="developer">Developer information</link>:
How to write docs or plugins.
How to write plugins and documentation.
</li>
<li>
<link topic="various">Various commands</link>:
Other help which didn't fit into any other category.
Other help which doesn't readily fit into any other category.
</li>
<li>
<link topic="plugins">Plugins</link>:
Documentation for any plugins you have installed.
</li>
<li>
<link topic="index">Index</link>:
@@ -131,49 +112,27 @@
</li>
</ol>
<p>
You can also jump directly to the help of a specific command with <ex>:help o</ex>
or <ex>:help :set</ex>.
</p>
<h2 tag="features">Features</h2>
<ul>
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>k</k>, <k>l</k>, <k>gg</k>, <k>G</k>, <k>0</k>, <k>$</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
<!-- TODO: make Teledactyl specific -->
<ul replace="features-list">
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li>
<li>Tab completion available for all commands with support for "longest" matching when set in 'wildmode'</li>
<li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, ...</li>
<li>Hit-a-hint like navigation of links (start with <k>f</k> to follow a link)</li>
<li>Advanced completion of bookmark and history URLs (searching also in title, not only URL)</li>
<li>Vim-like statusline with a Wget-like progress bar</li>
<li>Minimal GUI (easily hide useless menubar and toolbar with <ex>:set guioptions=</ex>)</li>
<li>Ability to <ex>:source</ex> JavaScript files, and to use a <em>~/.pentadactylrc</em> file with syntax highlighting if you install pentadactyl.vim</li>
<li>Easy quick searches (<ex>:open foo</ex> will search for "foo" in google, <ex>:open ebay terminator</ex> will search for "terminator" on ebay) with support for &dactyl.host; keyword bookmarks and search engines</li>
<li>Advanced completion of bookmark and history URLs</li>
<li>Vim-like status line with a Wget-like progress bar</li>
<li>Minimal GUI (easily hide superfluous menubar and toolbar with <se opt="guioptions"/>)</li>
<li>Ability to <ex>:source</ex> JavaScript, CSS, and &dactyl.appName; command files</li>
<li>Easy quick searches (see <ex>:open</ex>)</li>
<li>Count supported for many commands (<em>3</em><k name="C-o"/> will go back 3 pages)</li>
<li>Beep on errors</li>
<li>Marks support (<k>m</k><em>a</em> to set mark a on a web page, <k>'</k><em>a</em> to go there)</li>
<li>QuickMarks support (quickly go to previously marked web pages with <k>go</k><a>a-zA-Z0-9</a>)</li>
<li><ex>:map</ex> and <ex>:command</ex> support (and feedkeys() for script writers)</li>
<li><ex>:time</ex> support for profiling</li>
<li>Move the text cursor and select text with Vim keys and a Visual mode</li>
<li>External editor support</li>
<li>Macros to replay key strokes</li>
<li>Visual bell for errors (<o>visualbell</o>)</li>
<li>Marks support (<k>m</k><em>a</em> to set mark a, <k>'</k><em>a</em> to jump to it)</li>
<li><link topic="quickmarks">QuickMark</link> support</li>
<li><ex>:map</ex>, <ex>:command</ex>, <ex>:normal</ex>, and <t>macros</t></li>
<li><link topic="i_&lt;C-i>">Editing of text fields</link> with an <link topic="'editor'">external editor</link></li>
<li>AutoCommands to execute actions on certain events</li>
<li>A comprehensive help system, explaining all commands, mappings and options</li>
<li>A comprehensive help system, explaining all commands, mappings, options, and plugins</li>
</ul>
<h2 tag="contact">Contact</h2>
<p>
Please send comments, questions, or patches to the
<link topic="&dactyl.list.href;">mailing list</link>,
where we will do our best to answer any questions. You can also
check the
<link topic="http://code.google.com/p/dactyl/wiki">wiki</link> for
<link topic="http://code.google.com/p/dactyl/wiki/FAQ">FAQ</link>.
Issue reports can be entered in the
<link topic="&dactyl.issues;>issue tracker</link>.
</p>
</document>
</overlay>
<!-- vim:se sts=4 sw=4 et: -->