mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:04:11 +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="HelpXMLTagStart"><plugin
|
||||||
<hl key="HelpXMLAttribute">name</hl><hl key="HelpXMLString">flashblock</hl>
|
<hl key="HelpXMLAttribute">name</hl><hl key="HelpXMLString">flashblock</hl>
|
||||||
<hl key="HelpXMLAttribute">version</hl><hl key="HelpXMLString">1.0</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">summary</hl><hl key="HelpXMLString">Flash Blocker</hl>
|
||||||
<hl key="HelpXMLAttribute">xmlns</hl>{NS}></hl></escape>
|
<hl key="HelpXMLAttribute">xmlns</hl>{NS}></hl></escape>
|
||||||
<author email="maglione.k@gmail.com">Kris Maglione</author>
|
<author email="maglione.k@gmail.com">Kris Maglione</author>
|
||||||
|
|||||||
@@ -403,11 +403,11 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
|
|
||||||
dtdDactyl: memoize({
|
dtdDactyl: memoize({
|
||||||
get name() config.name,
|
get name() config.name,
|
||||||
get home() "http://dactyl.sourceforge.net/",
|
get home() "http://5digits.org/",
|
||||||
get apphome() this.home + this.name,
|
get apphome() this.home + this.name,
|
||||||
code: "http://code.google.com/p/dactyl/",
|
code: "http://code.google.com/p/dactyl/",
|
||||||
get issues() this.home + "bug/" + this.name,
|
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",
|
get faq() this.home + this.name + "/faq",
|
||||||
|
|
||||||
"list.mailto": Class.Memoize(function () config.name + "@googlegroups.com"),
|
"list.mailto": Class.Memoize(function () config.name + "@googlegroups.com"),
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ var RangeFinder = Module("rangefinder", {
|
|||||||
|
|
||||||
init: function init() {
|
init: function init() {
|
||||||
prefs.safeSet("accessibility.typeaheadfind.autostart", false);
|
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);
|
prefs.safeSet("accessibility.typeaheadfind", false);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -157,11 +157,11 @@ var tests = {
|
|||||||
error: ["!"]
|
error: ["!"]
|
||||||
},
|
},
|
||||||
cookies: {
|
cookies: {
|
||||||
anyOutput: ["dactyl.sf.net", "dactyl.sf.net list"],
|
anyOutput: ["5digits.org", "5digits.org list"],
|
||||||
error: ["!", ""],
|
error: ["!", ""],
|
||||||
completions: [
|
completions: [
|
||||||
"",
|
"",
|
||||||
["dactyl.sf.net ", hasItems]
|
["5digits.org ", hasItems]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
cunabbreviate: {},
|
cunabbreviate: {},
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
em:version="0.1a1pre"
|
em:version="0.1a1pre"
|
||||||
em:description="Songbird for Vim and CMus junkies."
|
em:description="Songbird for Vim and CMus junkies."
|
||||||
em:creator="Prathyush Thota"
|
em:creator="Prathyush Thota"
|
||||||
em:homepageURL="http://dactyl.sourceforge.net/"
|
em:homepageURL="http://5digits.org/"
|
||||||
em:iconURL="chrome://melodactyl/skin/icon.png"
|
em:iconURL="chrome://melodactyl/skin/icon.png"
|
||||||
em:optionsURL="chrome://dactyl/content/preferences.xul">
|
em:optionsURL="chrome://dactyl/content/preferences.xul">
|
||||||
<em:targetApplication>
|
<em:targetApplication>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
em:name="Pentadactyl"
|
em:name="Pentadactyl"
|
||||||
em:version="1.0rc2pre"
|
em:version="1.0rc2pre"
|
||||||
em:description="Firefox for Vim and Links addicts"
|
em:description="Firefox for Vim and Links addicts"
|
||||||
em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
|
em:homepageURL="http://5digits.org/pentadactyl"
|
||||||
em:bootstrap="true"
|
em:bootstrap="true"
|
||||||
em:strictCompatibility="true">
|
em:strictCompatibility="true">
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
em:version="0.6"
|
em:version="0.6"
|
||||||
em:description="Thunderbird for Mutt and Vim addicts"
|
em:description="Thunderbird for Mutt and Vim addicts"
|
||||||
em:creator="Kris Maglione"
|
em:creator="Kris Maglione"
|
||||||
em:homepageURL="http://dactyl.sf.net/Teledactyl"
|
em:homepageURL="http://5digits.org/teledactyl"
|
||||||
em:iconURL="chrome://teledactyl/skin/icon.png"
|
em:iconURL="chrome://teledactyl/skin/icon.png"
|
||||||
em:bootstrap="true">
|
em:bootstrap="true">
|
||||||
<em:targetApplication>
|
<em:targetApplication>
|
||||||
|
|||||||
Reference in New Issue
Block a user