Wow! (Please note: I changed the list to the zope mailing list) Can anyone explain this? Marc, what type are those objects? (Is "bowerymarc" a Folder? Is index_html a DTML Document or Method?) On Mon, 14 May 2001, marc lindahl wrote:
Something's funky with the site... http://www.zope.org/Members/bowerymarc/index_html/index_html works...
Error 404 :(
Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
bowerymarc is my member folder, index_html is a 'Formatted Document'... is that not the right type for a home page?
From: Oleg Broytmann <phd@phd.fep.ru> Reply-To: Oleg Broytmann <phd@phd.fep.ru> Date: Tue, 15 May 2001 11:54:49 +0400 (MSD) To: marc lindahl <marc@bowery.com> Cc: Zope Mailing List <zope@zope.org> Subject: [Zope] Re: [Module] mp3info.py-0.3
Wow! (Please note: I changed the list to the zope mailing list)
Can anyone explain this?
Marc, what type are those objects? (Is "bowerymarc" a Folder? Is index_html a DTML Document or Method?)
On Mon, 14 May 2001, marc lindahl wrote:
Something's funky with the site... http://www.zope.org/Members/bowerymarc/index_html/index_html works...
Error 404 :(
Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Tue, 15 May 2001, marc lindahl wrote:
bowerymarc is my member folder, index_html is a 'Formatted Document'... is that not the right type for a home page?
It seems there are problems with it. I have no idea whether these problem are caused by bugs or what. Try making it DTML Method, and include your FormattedDocument with dtml-var. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
From: Oleg Broytmann <phd@phd.fep.ru>
It seems there are problems with it. I have no idea whether these problem are caused by bugs or what. Try making it DTML Method, and include your FormattedDocument with dtml-var.
You'd think that if I made a DTML Method with just the line <dtml-var index_ft> or perhaps <dtml-return index_ft> (where I renamed my FormattedDocument index_ft), it would work but this is what seems to do it: <dtml-with index_ft> <dtml-return index_html> </dtml-with> in a DTML method called index_html. Try it.... What's the deal? FormattedDocument is acting like a folder??
On Tue, 15 May 2001, marc lindahl wrote:
What's the deal? FormattedDocument is acting like a folder??
Seems so. I've never tried it. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
marc lindahl -
Oleg Broytmann