Re: [challenge] new mod_perl site

2001-11-14 Thread Thomas Klausner

Hi!

On Wed, Nov 14, 2001 at 01:31:52AM +0800, Stas Bekman wrote:
 Obviously the site should be very light on graphics, but since you are
 a good web designer you know this and all the other requirements
 already. The only requirement we have is that this is an information
 site, so avoid fancy graphics and god forbid flash splashes :)

What about an additional requirement:

The site should be validated sucessfully by validator.w3.org

(The current design doesn't, BTW)

I know that it is hard to get a page validated there, but IMO there should
be more clean/standard-compatible websites. I guess you all know the
reasons for this, so I won't repeat them here.  

Anyway, I think I will give it a try ...

-- 
D_OMM
O_xyderkes
M_echanenhttp://domm.zsi.at
M_asteuei



Re: [challenge] new mod_perl site

2001-11-14 Thread tom poe

On Tuesday 13 November 2001 11:57, Thomas Klausner wrote:
 Hi!

 On Wed, Nov 14, 2001 at 01:31:52AM +0800, Stas Bekman wrote:
  Obviously the site should be very light on graphics, but since you are
  a good web designer you know this and all the other requirements
  already. The only requirement we have is that this is an information
  site, so avoid fancy graphics and god forbid flash splashes :)

- - - snip - - -

 Anyway, I think I will give it a try ...

Hi:  Well, take your time.  As soon as I find out from the SuSE list what the 
path is to Apache on 7.1 to use, I'm goona try out the 
http://perl.apache.org/embperl/IntroEmbperlObject.pod.2.html

Say, there's no deadline on this thing, is there?
grin
Tom



Re: [challenge] new mod_perl site

2001-11-14 Thread Perrin Harkins

 What about an additional requirement:

 The site should be validated sucessfully by validator.w3.org

Maybe we should give the horse a chance to catch up to the cart...

Once there is a design that people are satisfied with, you are more than
welcome to submit patches to fix validation problems.

- Perrin




Re: [challenge] new mod_perl site

2001-11-13 Thread Stas Bekman

As David Young has pointed out you can change the style.css in addition 
to the template changes.


the one I've gave to you includes some old classes, which I'll remove, 
so disregard those.

Thanks

_
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/




Re: [challenge] new mod_perl site

2001-11-13 Thread Stas Bekman

 3. Download the new mod_perl site source
 http://www.apache.org/~stas/site/modperl-site-new.src.tar.gz

I've forgotten to include bin/build (which is the same as 
DocSet/example/bin/build). So I've updated it now.

Thanks to Thomas Klausner for the alert.

-
Also I forgot to mention that if you want to change the color of the 
widgets, you just need to change

[% PROCESS splash/config;
 splash.images  = $doc.dir.abs_doc_root/images/splash;
 splash.fg = 'mauve';
 splash.bg = 'lilac';
-%]

in tmpl/custom/html/page and tmpl/custom/html/index (need to specify 
this in one place obviously)

See the Splash documentation for more info.

Thanks!
_
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/