1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:28:15 +01:00
Files
pentadactyl-pm/common/content/about.xul
Doug Kearns 93f89c9573 Mention the FAQ in about:pentadactyl.
Disable the reference to the currently missing :help version page.
2011-01-24 16:58:38 +11:00

35 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="resource://dactyl-local-skin/about.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "dactyl://content/dtd">
<page id="about-&dactyl.name;" orient="vertical" title="About &dactyl.appName;"
xmlns="&xmlns.xul;" xmlns:html="&xmlns.html;">
<html:link rel="icon" href="chrome://&dactyl.name;/skin/icon.png"
type="image/png" style="display: none;"/>
<spring flex="1"/>
<hbox>
<spring flex="1"/>
<div xmlns="&xmlns.html;" style="text-align: center" id="text-container">
<img src="chrome://&dactyl.name;/content/logo.png" alt="&dactyl.appName;" />
version &dactyl.version;
by Kris Maglione, Doug Kearns, et al.
&dactyl.appName; is open source and freely distributable
type :q&lt;<span class="key">Enter</span>> to exit <!---->
type :help&lt;<span class="key">Enter</span>> or &lt;<span class="key">F1</span>> for on-line help
type :help faq&lt;<span class="key">Enter</span>> for the FAQ page
<!--
type :help version-&dactyl.version;&lt;<span class="key">Enter</span>> for version info
-->
</div>
<spring flex="1"/>
</hbox>
<spring flex="1"/>
</page>
<!-- vim: set sw=2 sts=2 et: -->