Re: [Zope3-dev] Static apidoc

2006-09-05 Thread Stephan Richter
On Sunday 03 September 2006 12:47, Florian Lindner wrote:
  We tried the wget method first. wget is just not smart enough.

 Were you able to figure out what exactly is the problem with wget?

There is not just one. As far as I remember, forget wget. Don't waste your 
time, but spend it in fixing the existing script by debugging it.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Static apidoc

2006-09-03 Thread Florian Lindner
Hello,
I've already asked that a while ago on zope-user but got not reply
How does that script works? Executing gives an error:

[EMAIL PROTECTED] ~/Zope3 $ python utilities/static-apidoc /home/florian/z3-doc/
Traceback (most recent call last):
  File utilities/static-apidoc, line 37, in ?
main()
  File /home/florian/Zope3/src/zope/app/apidoc/static.py, line 504, in main
maker.start()
  File /home/florian/Zope3/src/zope/app/apidoc/static.py, line 200, in start
self.browser._links_factory.urltags = urltags
  File /home/florian/Zope3/src/mechanize/_mechanize.py, line 505, in 
__getattr__
raise AttributeError(
AttributeError: class 'zope.app.apidoc.static.PublisherBrowser' instance has 
no attribute _links_factory (perhaps you forgot to .select_form()?)


and the z3-doc directoy is empty.

Just using ++apidoc++/static.html und let wget spider it makes my computer 
spidering for more that 10 hours with the server being localhost.

Thanks,

Florian
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Static apidoc

2006-09-03 Thread Stephan Richter
On Sunday 03 September 2006 12:23, Florian Lindner wrote:
 AttributeError: class 'zope.app.apidoc.static.PublisherBrowser' instance
 has no attribute _links_factory (perhaps you forgot to .select_form()?)

It would take me as long as it would take you to debug the problem. The script 
was never completely finished, polished and stabilized.

 Just using ++apidoc++/static.html und let wget spider it makes my computer
 spidering for more that 10 hours with the server being localhost.

We tried the wget method first. wget is just not smart enough.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Static apidoc

2006-09-03 Thread Florian Lindner
Am Sonntag, 3. September 2006 18:29 schrieb Stephan Richter:
 On Sunday 03 September 2006 12:23, Florian Lindner wrote:
  AttributeError: class 'zope.app.apidoc.static.PublisherBrowser'
  instance has no attribute _links_factory (perhaps you forgot to
  .select_form()?)

 It would take me as long as it would take you to debug the problem. The
 script was never completely finished, polished and stabilized.

  Just using ++apidoc++/static.html und let wget spider it makes my
  computer spidering for more that 10 hours with the server being
  localhost.

 We tried the wget method first. wget is just not smart enough.

Were you able to figure out what exactly is the problem with wget?

Regards,

Florian
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com