On Jul 9, 2008, at 9:36 PM, Perrin Harkins wrote:

> On Thu, Jul 10, 2008 at 12:28 AM, Jonathan Swartz <[EMAIL PROTECTED]>  
> wrote:
>> Perrin, just so I understand: you want to share some components,  
>> and have
>> some unique components, for both the top-level and internal  
>> component calls?
>
> Yes, but it would be fine to share all of the components if I can
> access them from different URLs.  Sounds like maybe an Alias will do
> it.  I'll try that.

Symlinks would work too. e.g.

    /var/www/foo -> /var/www/shared
    /var/www/bar -> /var/www/shared

Then you could set component roots like this:

    For /foo
       [shared => '/var/www/foo',
        private => '/var/www/private/foo']


    For /bar
       [shared => '/var/www/bar',
        private => '/var/www/private/bar']

so at least you could have individual versions of non-top-level  
components.

It's late and I haven't thought this completely through, so it might  
well be flawed. :)

Jon


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to