closes #39, auto-ingest of associated files (as recognizable)

closes #3, Overflow metadata dumps into "extra" field

add "extra" data where such data is useful and conveniently accessible (not available for XML-based export or MARC formats yet)
add links to permanent URLs
download associated files from full text sources (if extensions.scholar.downloadAssociatedFiles preference is enabled)
fix WorldCat translator
improve InnoPAC translator (it now works on Georgetown search results pages, albeit slowly, because it must first realize the catalog is misconfigured)
tag items from SIRSI and WorldCat
return to putting the full lengths of books into "pages," because some citation styles require it
fix COinS (broken a few revisions ago)
This commit is contained in:
Simon Kornblith 2006-08-17 07:56:01 +00:00
parent 410e090ecd
commit 10ba568ee8
6 changed files with 704 additions and 388 deletions

View file

@ -12,8 +12,6 @@ var Scholar_File_Interface = new function() {
* Creates Scholar.Translate instance and shows file picker for file export
*/
function exportFile(items) {
Scholar.debug(items);
var translation = new Scholar.Translate("export");
var translators = translation.getTranslators();