[Zope] aqcuisition / symbolic links question
Phillip J. Eby
pje@telecommunity.com
Tue, 09 Feb 1999 18:08:27 -0500
At 04:17 PM 2/9/99 +0100, WWW Admin wrote:
>
>maybe i'm wrong but here is an asciigram of what i'm talking
>about.
>
>Zope /
> Docu
> router_txt
>
> Netadmin
> routerstuff_html
>
> ISP
>
>how can i include the text in router_txt in say
>routerstuff_html via aquisition if Netadmin and ISP
>are not on the same level (not a subdirectory of Docu)?
>
>as far as i know zope won't let me do tags that look
>like this <!--#var /Docu/router_txt newline_to_br-->
>in relevantdocs_html.
<!--#with Docu--><!--#var router_txt newline_to_br--><!--#/with-->
Or, if multiple directory levels exist above Docu...
<!--#with "Folder1.Folder2.Docu"--><!--#var router_txt
newline_to_br--><!--#/with-->