mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 23:52:27 +01:00
s/dactyl.sf.net/5digits.org/g
This commit is contained in:
@@ -191,7 +191,7 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>;
|
||||
<hl key="HelpXMLTagStart"><plugin
|
||||
<hl key="HelpXMLAttribute">name</hl><hl key="HelpXMLString">flashblock</hl>
|
||||
<hl key="HelpXMLAttribute">version</hl><hl key="HelpXMLString">1.0</hl>
|
||||
<hl key="HelpXMLAttribute">href</hl><hl key="HelpXMLString">http://dactyl.sf.net/pentadactyl/plugins#flashblock-plugin</hl>
|
||||
<hl key="HelpXMLAttribute">href</hl><hl key="HelpXMLString">http://5digits.org/pentadactyl/plugins#flashblock-plugin</hl>
|
||||
<hl key="HelpXMLAttribute">summary</hl><hl key="HelpXMLString">Flash Blocker</hl>
|
||||
<hl key="HelpXMLAttribute">xmlns</hl>{NS}></hl></escape>
|
||||
<author email="maglione.k@gmail.com">Kris Maglione</author>
|
||||
|
||||
@@ -403,11 +403,11 @@ var ConfigBase = Class("ConfigBase", {
|
||||
|
||||
dtdDactyl: memoize({
|
||||
get name() config.name,
|
||||
get home() "http://dactyl.sourceforge.net/",
|
||||
get home() "http://5digits.org/",
|
||||
get apphome() this.home + this.name,
|
||||
code: "http://code.google.com/p/dactyl/",
|
||||
get issues() this.home + "bug/" + this.name,
|
||||
get plugins() "http://dactyl.sf.net/" + this.name + "/plugins",
|
||||
get plugins() "http://5digits.org/" + this.name + "/plugins",
|
||||
get faq() this.home + this.name + "/faq",
|
||||
|
||||
"list.mailto": Class.Memoize(function () config.name + "@googlegroups.com"),
|
||||
|
||||
@@ -44,7 +44,7 @@ var RangeFinder = Module("rangefinder", {
|
||||
|
||||
init: function init() {
|
||||
prefs.safeSet("accessibility.typeaheadfind.autostart", false);
|
||||
// The above should be sufficient, but: http://dactyl.sf.net/bmo/348187
|
||||
// The above should be sufficient, but: http://bugzil.la/348187
|
||||
prefs.safeSet("accessibility.typeaheadfind", false);
|
||||
},
|
||||
|
||||
|
||||
@@ -157,11 +157,11 @@ var tests = {
|
||||
error: ["!"]
|
||||
},
|
||||
cookies: {
|
||||
anyOutput: ["dactyl.sf.net", "dactyl.sf.net list"],
|
||||
anyOutput: ["5digits.org", "5digits.org list"],
|
||||
error: ["!", ""],
|
||||
completions: [
|
||||
"",
|
||||
["dactyl.sf.net ", hasItems]
|
||||
["5digits.org ", hasItems]
|
||||
]
|
||||
},
|
||||
cunabbreviate: {},
|
||||
|
||||
Reference in New Issue
Block a user