On Thursday 08 November 2001 07:41 am, [EMAIL PROTECTED] wrote:
> I noticed one thing about Webware 0.6b2 which seems unfortunate,
> although it may have been around before without me ever noticing it: if
> a package sits in the plug-ins directory (ie. the Webware root directory
> by default) and it has a Docs directory, the index.html file gets
> overwritten by Webware's installer; moreover, the install.py script
> crashes if the Docs directory it finds isn't to its liking. Can we have
> the installer leave packages' Docs directories alone unless they are the
> kind of directories that install.py is able to process?

Is your package an ordinary package or a Webware style component? If it's 
a component, I would urge you to rename your index.html to something more 
appropriate like UsersGuide.html or QuickStart.html and advertise that doc 
in Properties.py (see other components for examples).  This lets Webware 
do two things:

- generate an index.html that is consistent for all components. It reports 
name, version, summary, links to docs, highlight source and release notes.


When you say crash, do you mean seg fault, bus error, or raise exception? 
Python programs rarely crash; they usually raise an exception and it's 
often interesting to see what it is.


> Another thing: I may have been asleep while the conversation raged about
> removing the "trans" parameter from action method signatures in the
> WebKit.Page class; are there any similar changes likely to arise between
> now and 0.6 final? Are we keeping the API largely stable during the beta
> releases?

The API has been largely stable in general.

But yes, we keep it extra stable once we hit beta.

I believe the removal of trans was much earlier, e.g., post 0.5 but 
pre-0.6a1. That parameter never made any sense since Pages have always 
been able to say self.transaction().


-Chuck

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to