From c4f4a30c6f7b4c82fb5df90ac799bdcb8192724d Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 5 Apr 2012 02:24:12 -0400 Subject: [PATCH] s/dactyl.sf.net/5digits.org/g --- common/locale/en-US/developer.xml | 2 +- common/modules/config.jsm | 4 ++-- common/modules/finder.jsm | 2 +- common/tests/functional/testCommands.js | 4 ++-- melodactyl/install.rdf | 2 +- pentadactyl/install.rdf | 2 +- teledactyl/install.rdf | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/locale/en-US/developer.xml b/common/locale/en-US/developer.xml index 869d4c43..9925d02b 100644 --- a/common/locale/en-US/developer.xml +++ b/common/locale/en-US/developer.xml @@ -191,7 +191,7 @@ XML.prettyPrinting = false; <plugin nameflashblock version1.0 - hrefhttp://dactyl.sf.net/pentadactyl/plugins#flashblock-plugin + hrefhttp://5digits.org/pentadactyl/plugins#flashblock-plugin summaryFlash Blocker xmlns{NS}> Kris Maglione diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 3db046d1..5f7e6b56 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -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"), diff --git a/common/modules/finder.jsm b/common/modules/finder.jsm index 26966304..bde3f429 100644 --- a/common/modules/finder.jsm +++ b/common/modules/finder.jsm @@ -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); }, diff --git a/common/tests/functional/testCommands.js b/common/tests/functional/testCommands.js index c65365ac..010919cb 100644 --- a/common/tests/functional/testCommands.js +++ b/common/tests/functional/testCommands.js @@ -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: {}, diff --git a/melodactyl/install.rdf b/melodactyl/install.rdf index 0cebb2b9..72300720 100644 --- a/melodactyl/install.rdf +++ b/melodactyl/install.rdf @@ -9,7 +9,7 @@ em:version="0.1a1pre" em:description="Songbird for Vim and CMus junkies." em:creator="Prathyush Thota" - em:homepageURL="http://dactyl.sourceforge.net/" + em:homepageURL="http://5digits.org/" em:iconURL="chrome://melodactyl/skin/icon.png" em:optionsURL="chrome://dactyl/content/preferences.xul"> diff --git a/pentadactyl/install.rdf b/pentadactyl/install.rdf index d1f09ee7..06f8502a 100644 --- a/pentadactyl/install.rdf +++ b/pentadactyl/install.rdf @@ -7,7 +7,7 @@ em:name="Pentadactyl" em:version="1.0rc2pre" 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:strictCompatibility="true"> diff --git a/teledactyl/install.rdf b/teledactyl/install.rdf index ae822069..bb855ea7 100644 --- a/teledactyl/install.rdf +++ b/teledactyl/install.rdf @@ -8,7 +8,7 @@ em:version="0.6" em:description="Thunderbird for Mutt and Vim addicts" 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:bootstrap="true">