1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 01:37:58 +01:00

Mention the versions.xml help page in the intro page list.

This commit is contained in:
Doug Kearns
2011-02-01 01:40:31 +11:00
parent 37d62cdeba
commit 243921aec6
3 changed files with 8 additions and 1 deletions

View File

@@ -628,6 +628,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
// Manually process main and overlay files, since XSLTProcessor and
// XMLHttpRequest don't allow access to chrome documents.
tagMap["all"] = tagMap["all.xml"] = "all";
tagMap["versions"] = tagMap["versions.xml"] = "versions";
let files = findHelpFile("all").map(function (doc)
[f.value for (f in util.evaluateXPath("//dactyl:include/@href", doc))]);

View File

@@ -17,7 +17,8 @@ var setupTest = function (test) {
const HELP_FILES = ["all", "tutorial", "intro", "starting", "browsing",
"buffer", "cmdline", "insert", "options", "pattern", "tabs", "hints",
"map", "eval", "marks", "repeat", "autocommands", "print", "gui",
"styling", "message", "developer", "various", "faq", "index", "plugins"];
"styling", "message", "developer", "various", "plugins", "faq", "versions",
"index"];
var testViHelpCommand_OpensIntroHelpPage = function () {
assertHelpOpensPageWithTag({

View File

@@ -110,6 +110,11 @@
<link topic="faq">FAQ</link>:
Frequently asked questions.
</li>
<li>
<link topic="versions">Version information</link>:
A detailed list of differences between each of the released versions of
&dactyl.appName;.
</li>
<li>
<link topic="index">Index</link>:
An index of all commands and options.