[Zope] Doubt in using UserTrack product?

2008-09-09 Thread Rupesh P Raj
Hi, I am a new to Zope. In my Zope application I want to integrate UserTrack product, to track the logged in users. I placed the UserTrack folder inside the Products directory, and created an instance of UserTrack inside some of the other zope products, as follows: u = UserTrack() logger(str(u.li

[Zope] How to find unused Images

2008-11-16 Thread Rupesh P Raj
Hi All, I am working on an application built on top of Zope. Being a heavily used system, there are quite a lot of old 'Images' in the ZODB which are not referenced anymore. Can I find the images which are not accessed for a long time programatically? Is there a last accessed time or so associated

Re: [Zope] How to find unused Images

2008-11-17 Thread Rupesh P Raj
Thanks for the reply :) -Roopesh ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman

[Zope] How to get all URL's

2008-11-27 Thread Rupesh P Raj
Hi, How can I get the list of all urls from zodb. This is for creating an xml Sitemap? Zope version is 2.8. Thanks Pearl ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related li

Re: [Zope] How to get all URL's

2008-11-27 Thread Rupesh P Raj
Hi AJ, By Sitemap, what I mean is a list of all pages of a website, such as the following : http://www.example.com/homepage.html http://www.example.com/about.html http://www.example.com/faqs.html http://www.example.com/file1.html http://www.example.com/file2.html Does my requirement makes sense?

[Zope] POSKeyError

2008-12-02 Thread Rupesh P Raj
Hi, I am getting the following POSKeyError. Can anyone please tell me, what is the reason for this error, and how can I rectify it: 2008-12-02T03:16:11 ERROR ZODB.Connection Couldn't load state for 0x18fb01 Traceback (most recent call last): File "/opt/Zope-2.8.8/lib/python/ZODB/Connection.py",

[Zope] How to use ZCatalog to create a sitemap

2009-01-15 Thread Rupesh P Raj
Hi All, I am trying to use ZCatalog to create a sitemap. For that I created a ZCatalog object. In "Find Objects" tab, I selected objects of type Page Template and DTML Document, I selected the permission as "Access Transient Objects". What options should I select for creating a sitemap. Am I goin