[Gambas-user] Re; Website ..
Benoit Minisini
gambas at ...1...
Sat Aug 25 13:17:06 CEST 2007
On samedi 25 août 2007, Gareth Bult wrote:
> >Is it possible with Zope to have a mirror of the site that change the skin
> >according to the URL path? For example, http://gambasrad.org/bugtrak for
> > the default one, and http//gambasrad.org/gambas-skin/bugtrak for the same
> > page with the skin 'gambas-skin'.
>
> it is, the question really is, how easy is that to manage ... I can look at
> setting it up if we need it ?? (I've not done it before, but I've come
> across it in howto's)
>
> what do you want to accomplish by doing this?
I want to embed some pages of gambasrad.org in gambas.sf.net the same way I
did with gambasdoc.org.
I will add options to the wiki CGI script so that pages of gambasdoc.org can
embed into gambasrad.org flawlessly too. At the moment, you see the glitch
between the backgrounds.
At the moment, you statically inserted into gambasrad.org some pages from
gambasdoc.org that are dynamically generated (README and FAQ). As I want to
keep my wiki, it is not a good idea to have the same data at two different
places.
This way, people will be able to use indifferently gambas.sf.net or
gambasrad.org as startup page, and actually see exactly the same pages, but
with the look of the startup page.
The only easy way I know for integrating a page from a web site into another
one is telling that inside the URL.
>
> if you look at my "main_template" in "Gareth", I'm looking at the site URL,
> and if I see "/zforum" or "/wiki" in the path, I'm using a width
> un-restricted version of the CSS, rather than a width restricted.
So it is possible? I have read some things like that about Zope, that you can
add some path elements to the URL, and seeing the same page.
Regards,
--
Benoit Minisini
More information about the User
mailing list