[ZDP] Re: ANNOUNCE: Zope Tutorial Preview

Alexandre Ratti alex@gabuzomeu.net
Sun, 09 Apr 2000 14:33:58 +0200


Hello,


The tutorial installs correctly on my box (Zope 2.1.6 on Win32).

I followed it; I like the idea because it shows how to build a site 
incrementally.

Here are a few notes and questions.

1) The product icon is broken in /Control_Panel / Products / ZopeTutorial:

Here is the page source for this icon:

<IMG SRC="/p_/ProductHelp_icon"
    ALT="[Product Help]" BORDER="0">

2) tutorialShowLesson uses Javascript.

You may want to display a message if Javascript is not available. 
Javascript is usually off on my browser and I missed this navigation 
feature until I had a look at the sources.

3) Will you be able to store several tutorials in the ZopeTutorial product? 
Or do you plan to store one tutorial only in this folder?

4) I cannot add a ProductHelp in the ZopeTutorial folder (or in any other 
Product folder). I suppose I'm missing some part of the new help system. 
Here is the traceback:

Zope Error

   Zope has encountered an error while publishing this resource.

   Debugging Notice

   Zope has encountered a problem publishing your object.

   Cannot locate object at:
   http://P300:8080/Control_Panel/Products/ZopeTutorial/manage_addProductHel 
http://P300:8080/Control_Panel/Products/ZopeTutorial/manage_addProductHelpForm

<snip>
Traceback (innermost last):
   File D:\Zope\Zope216\lib\python\ZPublisher\Publish.py, line 214, in 
publish_module
   File D:\Zope\Zope216\lib\python\ZPublisher\Publish.py, line 179, in publish
   File D:\Zope\Zope216\lib\python\Zope\__init__.py, line 202, in 
zpublisher_exception_hook
     (Object: ElementWithAttributes)
   File D:\Zope\Zope216\lib\python\ZPublisher\Publish.py, line 151, in publish
   File D:\Zope\Zope216\lib\python\ZPublisher\BaseRequest.py, line 338, in 
traverse
   File D:\Zope\Zope216\lib\python\ZPublisher\HTTPResponse.py, line 521, in 
debugError
NotFound: (see above)


Cheers.

Alexandre


At 12:00 07/04/2000 -0700, zdp-admin@zope.org wrote:
>From: Amos Latteier <Amos@digicool.com>
>Subject: [ZDP] ANNOUNCE: Zope Tutorial Preview
>Date: Thu, 6 Apr 2000 21:17:21 -0400
>
>Hi,
>
>I've been working on an interactive Zope tutorial for new users. I'm at
>the point where I'd like some feedback.
>
>   http://www.zope.org/Documentation/Projects/Tutorial/
>
>You can download the tutorial, install it in Zope and read it online
>while you follow along in the management interface.
>
>The tutorial is not finished or polished, but I think that you can get a
>pretty good idea of the flavor from what's done now.
(...)