Synchronizing Two (Disparate) Zope Installations
We'd love some sort of capability for comparing a directory (and all its contents and their contents etc) on one zope server with the same-named directory at a different path on a different Zope server -- in other words: http://server1/path1/to/RootDirectory vs. http://server2/path2/to/the/RootDirectory And ideally also easily synchronize them. ZSyncer, which is no longer in very active development, requires the directory path to be the same. Is there another product we might be able to use? TIA, -roy Content-Type: text/plain; charset="iso-8859-1" ------------------------------------------------- PLEASE READ THIS WARNING: All e-mail sent to or from this address will be received or otherwise recorded by the Fisher Investments corporate e-mail system and is subject to archival, monitoring or review by, and/or disclosure to, someone other than the recipient.
On Mon, Aug 11, 2003 at 05:27:08PM -0700, Roy Rapoport wrote:
We'd love some sort of capability for comparing a directory (and all its contents and their contents etc) on one zope server with the same-named directory at a different path on a different Zope server -- in other words: http://server1/path1/to/RootDirectory vs. http://server2/path2/to/the/RootDirectory
And ideally also easily synchronize them. ZSyncer, which is no longer in very active development,
i can see how you'd get that impression, but in fact the current CVS version has some (small) enhancements over the last release, and I've got a bunch of stuff to check in as soon as it's tested a bit more thoroughly - I'm hoping to put together a new release sometime this month. Notably, I now have a recursive comparison mode working, so it can show differences below the current folder.
requires the directory path to be the same.
hmm, that could probably change pretty easily. nobody's ever asked about this before, AFAIK. I'll see if I can get to that. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE FAST BOXER! (random hero from isometric.spaceninja.com)
Hi I have just completed a demo site in Plone, and would like to know which pages, my users are interested in, how much time they spend on pages, which links they visit (and from where) etc. In order to do this, I am looking for some zope product which allows - 1) better user management than for eg with automatic password expiry (based on usage etc). 2) indication of which pages were most frequented by a certain users, clicks made, etc. Is there any product / software based on zope or plone which can meet these parameters? even half way thru? Any remarks will help... Harish ________________________________________________________________________ Yahoo! India Promos: Win TVs, Bikes, DVD players & more! Go to http://in.promos.yahoo.com
On Tue, Aug 12, 2003 at 06:47:51AM +0100, Exteam wrote:
2) indication of which pages were most frequented by a certain users, clicks made, etc.
Statistics can be calculated from the zope access logs (by default, called Z2.log). Use any http log analysis program to generate stats from the logfile. I use analog. To serve the analog-generated stats with zope, I put them in a directory served by LocalFS. That said, I haven't figured out how to track specific pages visited by specific users. I'm not sure if analog can get that detailed. Note that in some versions of zope, there was a formatting bug in the http log output (an extra space near the beginning of the line). AFAICT this did not exist in zope 2.5.1, did exist in 2.6.1, and seems to be fixed by zope 2.6.2 beta 3. I worked around the bug with the following line in my analog config: LOGFORMAT (%S - %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%f" "%B") Another issue I haven't addressed yet, is that these stats show the raw URL requests - including the long URLs used by Virtual HOst Monster. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's KABUKI WARRIOR PSYCHO-DESTRUCTION! (random hero from isometric.spaceninja.com)
participants (3)
-
Exteam -
Paul Winkler -
Roy Rapoport