At 18:22 30/05/02, you wrote:
There are legitimate reasons to do things like this. For instance, my university (NC State) library interfaces to several journals in this way. Basically only campus IPs are permitted access, but you can log in from an outside computer with your student/faculty ID and use the journals.
It shouldn't be so difficult with External Methods, using Python's urllib and some link parsing. But make sure to add a socket timeout ( timeoutsocket.py ) so that Zope doesn't get blocked with non responding sites. zOpenDirectory does actually something similar, but with a deeper parsing. Gari _________________________________________________________ Aurki Euskara hutsezko bilatzailea http://www.aurki.com Zure laguntza behar dugu. Egin zaitez editore!
For anyone still following this thread... I've done some work on this, though it's still really REALLY basic. it is here: http://www.zope.org/Members/element/LocalPageCache -e- On Thu, 30 May 2002, Garikoitz Araolaza wrote:
At 18:22 30/05/02, you wrote:
There are legitimate reasons to do things like this. For instance, my university (NC State) library interfaces to several journals in this way. Basically only campus IPs are permitted access, but you can log in from an outside computer with your student/faculty ID and use the journals.
It shouldn't be so difficult with External Methods, using Python's urllib and some link parsing. But make sure to add a socket timeout ( timeoutsocket.py ) so that Zope doesn't get blocked with non responding sites.
zOpenDirectory does actually something similar, but with a deeper parsing.
Gari
_________________________________________________________ Aurki Euskara hutsezko bilatzailea http://www.aurki.com Zure laguntza behar dugu. Egin zaitez editore!
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Green Graphics ::: Print and Web Design ::: 510.923.0000
participants (2)
-
Ed Colmar -
Garikoitz Araolaza