diff --git a/chrome/chromeFiles/content/scholar/ingester/browser.js b/chrome/chromeFiles/content/scholar/ingester/browser.js index e150c71ee8..8d36a7e6eb 100644 --- a/chrome/chromeFiles/content/scholar/ingester/browser.js +++ b/chrome/chromeFiles/content/scholar/ingester/browser.js @@ -1,4 +1,4 @@ -// Firefox Scholar Ingester Browser Functions +// Scholar for Firefox Ingester Browser Functions // Based on code taken from Greasemonkey and PiggyBank // This code is licensed according to the GPL diff --git a/chrome/chromeFiles/content/scholar/xpcom/ingester.js b/chrome/chromeFiles/content/scholar/xpcom/ingester.js index 75343169ac..c9916405fb 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/ingester.js +++ b/chrome/chromeFiles/content/scholar/xpcom/ingester.js @@ -1,4 +1,4 @@ -// Firefox Scholar Ingester +// Scholar for Firefox Ingester // Utilities based on code taken from Piggy Bank 2.1.1 (BSD-licensed) // This code is licensed according to the GPL @@ -128,7 +128,7 @@ Scholar.Ingester.Utilities.prototype.loadDocument = function(url, browser, succe // processor - a function to execute to process each document // done - a function to execute when all document processing is complete // exception - a function to execute if an exception occurs (exceptions are -// also logged in the Firefox Scholar log) +// also logged in the Scholar for Firefox log) Scholar.Ingester.Utilities.prototype.processDocuments = function(browser, firstDoc, urls, processor, done, exception) { var hiddenBrowser = Scholar.Ingester.createHiddenBrowser(this.window); var myWindow = this.window; @@ -225,7 +225,7 @@ Scholar.Ingester.Utilities.prototype.collectURLsWithSubstring = function(doc, su // implement. We can, however, always implement them later. /* - * BEGIN FIREFOX SCHOLAR EXTENSIONS + * BEGIN SCHOLAR FOR FIREFOX EXTENSIONS * Functions below this point are extensions to the utilities provided by * Piggy Bank. When used in external code, the repository will need to add * a function definition when exporting in Piggy Bank format. @@ -462,7 +462,7 @@ Scholar.Ingester.Utilities.prototype.importMARCRecord = function(record, uri, mo } /* - * END FIREFOX SCHOLAR EXTENSIONS + * END SCHOLAR FOR FIREFOX EXTENSIONS */ // These are front ends for XMLHttpRequest. XMLHttpRequest can't actually be diff --git a/chrome/chromeFiles/content/scholar/xpcom/scholar.js b/chrome/chromeFiles/content/scholar/xpcom/scholar.js index d498e08ead..af3a01ac05 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/scholar.js +++ b/chrome/chromeFiles/content/scholar/xpcom/scholar.js @@ -95,7 +95,7 @@ var Scholar = new function(){ var logManager = Components.classes["@mozmonkey.com/debuglogger/manager;1"] .getService(Components.interfaces.nsIDebugLoggerManager); - var logger = logManager.registerLogger("Firefox Scholar"); + var logger = logManager.registerLogger("Scholar for Firefox"); } catch (e){} } diff --git a/components/chnmIScholarService.js b/components/chnmIScholarService.js index bedb62b668..b3f480d33a 100644 --- a/components/chnmIScholarService.js +++ b/components/chnmIScholarService.js @@ -1,5 +1,5 @@ const SCHOLAR_CONTRACTID = '@chnm.gmu.edu/Scholar;1'; -const SCHOLAR_CLASSNAME = 'Firefox Scholar'; +const SCHOLAR_CLASSNAME = 'Scholar for Firefox'; const SCHOLAR_CID = Components.ID('{e4c61080-ec2d-11da-8ad9-0800200c9a66}'); const SCHOLAR_IID = Components.interfaces.chnmIScholarService; diff --git a/install.rdf b/install.rdf index 42c22272a2..b94dce7328 100644 --- a/install.rdf +++ b/install.rdf @@ -5,9 +5,9 @@ scholar@chnm.gmu.edu - Firefox Scholar + Scholar for Firefox 0.1pre1.SVN - This is a one-line description of Firefox Scholar. + A bibliographic management and note-taking tool Center for History and New Media
George Mason University
Dan Cohen Josh Greenberg diff --git a/update.rdf b/update.rdf index e1c853d664..f09d2afb13 100644 --- a/update.rdf +++ b/update.rdf @@ -1,7 +1,7 @@ - +