mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 03:13:43 +01:00
Remove some duplication in the DTDs. Link to the mailing list web page rather than address.
This commit is contained in:
@@ -9,7 +9,6 @@ resource dactyl ../common/modules/
|
||||
skin dactyl classic/1.0 ../common/skin/
|
||||
|
||||
override chrome://dactyl/content/dactyl.dtd chrome://melodactyl/content/dactyl.dtd
|
||||
override chrome://dactyl/content/config.js chrome://melodactyl/content/config.js
|
||||
|
||||
overlay chrome://songbird/content/xul/layoutBaseOverlay.xul chrome://melodactyl/content/melodactyl.xul
|
||||
overlay chrome://songbird/content/xul/layoutBaseOverlay.xul chrome://dactyl/content/dactyl.xul
|
||||
|
||||
@@ -1,23 +1,15 @@
|
||||
|
||||
<!ENTITY % dactylBranding SYSTEM "chrome://branding/locale/brand.dtd">
|
||||
%dactylBranding;
|
||||
|
||||
<!ENTITY dactyl.mainWindow "mainplayer">
|
||||
<!ENTITY dactyl.commandContainer "&dactyl.mainWindow;">
|
||||
<!ENTITY dactyl.statusBefore "statusbar-display">
|
||||
<!ENTITY dactyl.statusAfter "">
|
||||
|
||||
<!ENTITY dactyl.name "melodactyl">
|
||||
<!ENTITY dactyl.appName "Melodactyl">
|
||||
<!ENTITY dactyl.idName "MELODACTYL">
|
||||
<!ENTITY dactyl.fileExt "melo">
|
||||
<!ENTITY dactyl.host "&brandShortName;">
|
||||
<!ENTITY dactyl.hostbin "songbird">
|
||||
|
||||
<!ENTITY dactyl.code "http://code.google.com/p/dactyl/">
|
||||
<!ENTITY dactyl.maillist "pentadactyl@googlegroups.com">
|
||||
<!ENTITY dactyl.plugins "http://dactyl.sf.net/&dactyl.name;/plugins">
|
||||
<!ENTITY dactyl.version "1.0">
|
||||
<!ENTITY % dactylBase SYSTEM "chrome://dactyl/content/base.dtd">
|
||||
%dactylBase;
|
||||
|
||||
<!ENTITY xmlns.dactyl "http://vimperator.org/namespaces/liberator">
|
||||
<!ENTITY xmlns.html "http://www.w3.org/1999/xhtml">
|
||||
<!ENTITY xmlns.xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
pref("extensions.dactyl.name", "melodactyl");
|
||||
pref("extensions.dactyl.appName", "Melodactyl");
|
||||
pref("extensions.dactyl.idName", "MELODACTYL");
|
||||
pref("extensions.dactyl.fileExt", "melo");
|
||||
pref("extensions.dactyl.host", "Songbird");
|
||||
pref("extensions.dactyl.hostbin", "songbird");
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
<!ENTITY appName "Xulmus">
|
||||
<!ENTITY hostapp "Songbird">
|
||||
|
||||
Reference in New Issue
Block a user