Bill Moseley wrote:
> At 10:15 AM 01/16/02 +0800, Stas Bekman wrote: > >>>>- frontpages of the modperl books as ads. >>>> >>>> >>>Good! I think that makes the page look more interesting, and sows that >>>mod_perl is real (there's books!). >>> >> >>That's an interesting argument :) I guess that's the first impression. >>What I was worrying about is that it's going to be distracting in a long >>run, when you get to see the same big images everywhere. >> > > Yes possibly. > > Usa a random image server? Include photos from mod_perl events? ;)
:)
>>>I assume there's a way to build different versions of the site by >>>specifying different template directories? >>> >> >>That's what we do now. But currently there is only one version under cvs. >> > > I was wondering how I do it on my machine. I'll poke around tomorrow, as > I'm off for the evening now.
e.g. using a symlink.
ln -sf tmpl-1 tmpl then ln -sf tmpl-1 tmpl
the same with style.css.
Or even better if you work with cvs:
cvs co -d modperl-docs-one modperl-docs cvs co -d modperl-docs-two modperl-docs cvs co -d modperl-docs-three modperl-docs
and the you have three different rep you can play with all under cvs control, so you can send patches easily.
_____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
