Looks like the name@domain format is indeed the recommended format for extension ids rather than GUIDs (thanks David). My bad.

Switching to scholar@chnm.gmu.edu -- SVN folks should rename the text file in their FF profile directories. (Used to be scholar@chnm, so you need to make the change even if you hadn't changed to the GUID yet.) Anyone who's tried the XPI yet will need to reinstall just once from the URL (http://chnm.gmu.edu/firefoxscholar/download/scholar-dev.xpi), as the old version won't find updates with its id.
This commit is contained in:
Dan Stillman 2006-05-30 21:01:34 +00:00
parent b7f78aa189
commit a4a1f9bd2b
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
const SCHOLAR_CONFIG = { const SCHOLAR_CONFIG = {
GUID: '{e007c81c-eb2a-4e1d-b381-d25a45cd11ed}', GUID: 'scholar@chnm.gmu.edu',
DB_FILE: 'scholar.sqlite', DB_FILE: 'scholar.sqlite',
DB_VERSION: 10, // must match version at top of schema.sql DB_VERSION: 10, // must match version at top of schema.sql
DB_REBUILD: false, // erase DB and recreate from schema DB_REBUILD: false, // erase DB and recreate from schema

View file

@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest"> <Description about="urn:mozilla:install-manifest">
<em:id>{e007c81c-eb2a-4e1d-b381-d25a45cd11ed}</em:id> <em:id>scholar@chnm.gmu.edu</em:id>
<em:name>Firefox Scholar</em:name> <em:name>Firefox Scholar</em:name>
<em:version>0.1pre1-SVN</em:version> <em:version>0.1pre1-SVN</em:version>
<em:description>This is a one-line description of Firefox Scholar.</em:description> <em:description>This is a one-line description of Firefox Scholar.</em:description>

View file

@ -2,7 +2,7 @@
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/2004/em-rdf#"> xmlns="http://www.mozilla.org/2004/em-rdf#">
<!-- Firefox Scholar Extension --> <!-- Firefox Scholar Extension -->
<RDF:Description about="urn:mozilla:extension:{e007c81c-eb2a-4e1d-b381-d25a45cd11ed}"> <RDF:Description about="urn:mozilla:extension:scholar@chnm.gmu.edu">
<updates> <updates>
<RDF:Seq> <RDF:Seq>
<RDF:li> <RDF:li>