1
0
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:
Kris Maglione
2012-04-05 02:24:12 -04:00
parent 2685ece08f
commit c4f4a30c6f
7 changed files with 9 additions and 9 deletions

View File

@@ -191,7 +191,7 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>;
<hl key="HelpXMLTagStart">&lt;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>

View File

@@ -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"),

View File

@@ -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);
},

View File

@@ -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: {},