CiteULike local file references

By Tor Arne Vestbø Last update Jan 31, 2006 — Installed 489 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Script Summary:
Change CiteULike to allow local file links

Remotely hosted version

Script homepage

Recently Updated TopicsPosts
Archived Comments2

this script has 1 topic, 2 posts

This script has no reviews.

This script changes CiteULike to allow local file references/links.
I use it to store my reading list locally, and then use Acrobat to
take notes, mark good quotes, and so on.

You can specify a library root folder, in case you move your library,
but references are stored locally so in case you move between different
workstations a lot you'll have a problem :(

NOTE: You need to enable access to local links by adding the following
to you "user.js" file:

user_pref("capability.policy.policynames", "localfilelinks");
user_pref("capability.policy.localfilelinks.sites", "http://www.citeulike.org");
user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");

For more info on this see:
http://kb.mozillazine.org/Links_to_local_pages_...

Let me know of any bugs! :)

Tor Arne