1cd51be497
Changed "Scholar" to "Zotero", everywhere Apologies to anyone with working copy changes, but there are probably the fewer at this moment than there will be again. Hopefully this won't break anything, though existing prefs will be lost. I avoided scholar.google.com--if you know any other legitimate "scholar"s in the code, be sure to fix them once I'm done here. This is a multi-commit change--there's at least one more coming. *Do not update to this version! It won't work!*
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
|
|
|
<Description about="urn:mozilla:install-manifest">
|
|
|
|
<em:id>zotero@chnm.gmu.edu</em:id>
|
|
<em:name>Zotero</em:name>
|
|
<em:version>1.0b1.SVN</em:version>
|
|
<em:description>The Next-Generation Research Tool</em:description>
|
|
<em:creator>Center for History and New Media<br/>George Mason University</em:creator>
|
|
<em:contributor>Dan Cohen</em:contributor>
|
|
<em:contributor>Josh Greenberg</em:contributor>
|
|
<em:developer>Simon Kornblith</em:developer>
|
|
<em:developer>David Norton</em:developer>
|
|
<em:developer>Dan Stillman</em:developer>
|
|
<em:homepageURL>http://www.zotero.org</em:homepageURL>
|
|
<em:optionsURL>chrome://zotero/content/preferences.xul</em:optionsURL>
|
|
<em:aboutURL>chrome://zotero/content/about.xul</em:aboutURL>
|
|
<em:iconURL>chrome://zotero/skin/zotero_z_32px.png</em:iconURL>
|
|
<em:updateURL>http://www.zotero.org/download/update-svn.rdf</em:updateURL>
|
|
<em:type>2</em:type> <!-- type=extension -->
|
|
|
|
<!-- Firefox -->
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
<em:minVersion>2.0a1+</em:minVersion>
|
|
<em:maxVersion>3.0+</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
</Description>
|
|
|
|
</RDF>
|