Reusing n.s.photos?

Marcin Sołtysiak <[email protected]> Fri, 24 Feb 2006 19:59:40 +0100
Newsgroups gmane.comp.web.midgard.user
Message-ID <00cd01c63974$779c0120$1400a8c0@solt>
Hi,

I got two sites within one SG. I got a topic trees like that:

site-one-root
{
    galleries
    {
        gallery1
        {
            photos
        }
        gallery2
        {
            photos
        }
    }
}


site-two-root
{
    galleries
    {
        gallery1
        {
            photos
        }
        gallery3
        {
            photos
        }
    }
}


As you can see gallery1 should be shared between two sites. I don't want =
to make copies to avoid multiplying files and using too much of a disk =
space. Is it possible to somehow symlink n.s.photos topics?

Solt