From b135f92ef98b0c3a329c6e93ac01513a5561bf4d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 30 May 2006 04:28:38 +0000 Subject: [PATCH] Updated install.rdf format to current template from Mozilla.org and updated some values (extension is now version 0.1pre1) Added update.rdf for auto-update mechanism (which will get moved out of the extension root by the build system but should stay with a particular tree) Assigned a new GUID to extension *** Important: The extension GUID has changed, so you should rename the scholar@chnm text file in your Firefox profile exensions directory to our new GUID "{e007c81c-eb2a-4e1d-b381-d25a45cd11ed}" and restart Firefox *** --- .../content/scholar/xpcom/scholar.js | 2 +- install.rdf | 47 ++++++++++++------- update.rdf | 24 ++++++++++ 3 files changed, 55 insertions(+), 18 deletions(-) create mode 100644 update.rdf diff --git a/chrome/chromeFiles/content/scholar/xpcom/scholar.js b/chrome/chromeFiles/content/scholar/xpcom/scholar.js index 14c71e519..120b4b9be 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/scholar.js +++ b/chrome/chromeFiles/content/scholar/xpcom/scholar.js @@ -1,5 +1,5 @@ const SCHOLAR_CONFIG = { - GUID: 'scholar@chnm', + GUID: '{e007c81c-eb2a-4e1d-b381-d25a45cd11ed}', DB_FILE: 'scholar.sqlite', DB_VERSION: 10, // must match version at top of schema.sql DB_REBUILD: false, // erase DB and recreate from schema diff --git a/install.rdf b/install.rdf index b39e8d8ca..730b224a1 100644 --- a/install.rdf +++ b/install.rdf @@ -1,18 +1,31 @@ - - - - - - + + + + + {e007c81c-eb2a-4e1d-b381-d25a45cd11ed} + Firefox Scholar + 0.1pre1-SVN + This is a one-line description of Firefox Scholar. + Center for History and New Media, George Mason University + + http://chnm.gmu.edu + chrome://scholar/content/preferences.xul + + + http://chnm.gmu.edu/firefoxscholar/download/update-svn.rdf + 2 + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 2.0a1+ + 3.0+ + + + + + + diff --git a/update.rdf b/update.rdf new file mode 100644 index 000000000..3afb5f38a --- /dev/null +++ b/update.rdf @@ -0,0 +1,24 @@ + + + + + + + + + 0.1pre1-SVN + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 2.0a1+ + 3.0+ + http://chnm.gmu.edu/firefoxscholar/download/scholar.xpi + + + + + + + +