Hello, My name is Tri. I am converting my web page to Zope. Everything works ok, except the counter. Can you show me how to set up a counter on Zope. I am run Zope on Solaric system. I have another question. I tried to locate my web page in Zope directory, but I couldn't find it. Can you tell me where I can find it. Thank you for you help, Tri.
My name is Tri. I am converting my web page to Zope. Everything works ok, except the counter. Can you show me how to set up a counter on Zope. I am run Zope on Solaric system.
Go to zope.org, go to "downloads", find a product that claims to be a counter, and follow its directions to install. Hint: there are several that end in "Counter". FSCounter is one.
I have another question. I tried to locate my web page in Zope directory, but I couldn't find it. Can you tell me where I can find it.
This is a VFAQ. What you see in the Zope Management Interface may look like but are not in fact files, but objects in the Zope Object Database. This lives by default in the zope/var/Data.fs file. There are certain ways to store these objects as files on you filesystem, but I would suggest you be very sure about your requirements before bothering. --jcc
On Thu, 2003-04-10 at 19:32, Tri Quach wrote:
I am converting my web page to Zope. Everything works ok, except the counter. Can you show me how to set up a counter on Zope. I am run Zope on Solaric system. I have another question. I tried to locate my web page in Zope directory, but I couldn't find it. Can you tell me where I can find it. Thank you for you help, Tri.
Well... if you're just looking for a way of hosting one static page with a simple cgi, Zope is probably overkill. I'd suggest checking out The Zope Book before going any further: http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition After that, check out FScounter: http://www.zope.org/Members/SmileyChris/FScounter HTH, Dylan
participants (3)
-
Dylan Reinhardt -
J Cameron Cooper -
Tri Quach