www

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

commit c5a0ac64857276844cc57eeaa53c4848ac50dcac
parent 289e696e901cd992601ea370b32a211e990c5b80
Author: Avram Lyon <ajlyon@gmail.com>
Date:   Mon, 13 Jun 2011 13:46:57 +0000

Trans: Update CiteULike target regex to catch user pages, kudos to adamsmith (per http://forums.zotero.org/discussion/18361)


Diffstat:
Mtranslators/CiteULike.js | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/translators/CiteULike.js b/translators/CiteULike.js @@ -3,12 +3,12 @@ "translatorType":4, "label":"CiteULike", "creator":"Sean Takats", - "target":"https?://(?:www\\.)?citeulike.org(?:.*/tag/[^/]*$|/search/|/journal/|/group/[0-9]+/library$|/\\?page=[0-9]+$|/.*article/[0-9]+$|/$)", + "target":"https?://(?:www\\.)?citeulike.org(?:.*/tag/[^/]*$|/search/|/journal/|/user/|/group/[0-9]+/library$|/\\?page=[0-9]+$|/.*article/[0-9]+$|/$)", "minVersion":"1.0.0b4.r5", "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-02-01 19:30:00" + "lastUpdated":"2011-06-13 19:30:00" } function detectWeb(doc, url){ @@ -55,4 +55,4 @@ function doWeb(doc, url){ Zotero.done(); }); Zotero.wait(); -} -\ No newline at end of file +}