1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 00:54:11 +01:00

Add a copy of the FAQ to the installed help system.

This commit is contained in:
Doug Kearns
2011-01-17 13:48:06 +11:00
parent 6794548be1
commit 70c43b22f0
4 changed files with 188 additions and 1 deletions

View File

@@ -128,6 +128,8 @@ var ConfigBase = Class("ConfigBase", {
get faq() this.home + this.name + "/faq",
"list.mailto": Class.memoize(function () config.name + "@googlegroups.com"),
"list.href": Class.memoize(function () "http://groups.google.com/group/" + config.name),
"hg.latest": Class.memoize(function () config.code + "source/browse/"), // XXX
"irc": "irc://irc.oftc.net/#pentadactyl",
dtdExtra: {
"xmlns.dactyl": "http://vimperator.org/namespaces/liberator",
@@ -144,16 +146,18 @@ var ConfigBase = Class("ConfigBase", {
"code",
"faq",
"fileExt",
"hg.latest",
"home",
"host",
"hostbin",
"idName",
"irc",
"issues",
"list.href",
"list.mailto",
"name",
"plugins",
"version",
"version"
],
styleHelp: function styleHelp() {