|
From: Daniele T. <d.t...@ic...> - 2002-03-25 08:49:14
|
On Thursday 21 March 2002 18:13, Michael Beaulieu wrote: > I am new to both Zope and Openflow. > > I notice that the Management Tab in an openflow instance says it is use= d > for debugging purposes. Can someone give me a clue how to use this? I usually use this form for doing some upgrading to an old version of=20 openflow. I change the dtml (in dtml/Management.dtml) so that it has a li= ne=20 that says: <a href=3D"FixMe">FixMe</a> Refreshing the product and clicking on the new link the FixMe method woul= d be=20 invoked (and I usualy put some patch code in the FixMe method!). Another way I use it is for getting some additional infos I don't get fro= m=20 other dtmls. I write down some dtml (again in dtml/Management.dtml) to sh= ow=20 me the stuff I want to see. You might as well disregard the Management tab, I was thinking about remo= ving=20 it anyway. Daniele =3D) |