www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 28a2ed26c8c0a2d37489641209a7cbc771399b9d
parent 52539bd050dd8d54f63bab70ae9332bba9cf105e
Author: Avram Lyon <ajlyon@gmail.com>
Date:   Tue, 28 Sep 2010 05:42:25 +0000

Trans: Added explication of BOCC, just to be safe.


Diffstat:
Mtranslators/BOCC.js | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/translators/BOCC.js b/translators/BOCC.js @@ -11,6 +11,9 @@ "lastUpdated":"2010-09-20 18:12:01" } +/* Translator for Biblioteca Online de Ciências da Comunicação (BOCC, +Communication Science Online Library, http://www.bocc.ubi.pt/) */ + /* BOCC Translator - Parses BOCC indexes and creates Zotero-based metadata. Copyright (C) 2010 José Antonio Meira da Rocha @@ -29,7 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ - // Standard Zotero function function detectWeb(doc, url) { if (doc.evaluate("//table[@class='ag']/tbody/tr[1]/td[@class='agenda']", doc, null, XPathResult.ANY_TYPE, null).iterateNext()) {