From: Martin F. <ma...@ne...> - 2006-03-06 20:07:11
|
Harrison, Harrison Dekker wrote: > It's working now, albeit with security off. I'll figure that out > eventually. I need to hack together a module to import directly from a > delicious account. I've used the Net::Delicious module in the past and > it's quite easy to work with. Is there anything besides Import.pm > <http://Import.pm> in your code that I need to look at? Also, how do I Yes, that should be possible. As I'm sure you've seen, Import.pm is a base class for import modules. It's a bit file-oriented but I think it'd work. > get the Toolbox on the right side of screen on connotea.org > <http://connotea.org>. Do I need to hand-code that in a particular > template? The Toolbox component provides that, originally internally but later we reduced it to a glorified include for a toolbox.inc; unfortunately that is not distributed in the open source release because all the material templates for connotea.org are reserved by Nature as proprietary. However if you want to make your own, just keep in mind that $location or ${location} will write out the URL to your instance of bibliotech and with that you can make hyperlinks that point to various services, e.g.: href="${location}library" etc. Martin |