cvs commit: modperl-2.0/ModPerl-Registry .cvsignore

2001-10-18 Thread stas

stas01/10/18 20:00:15

  Modified:ModPerl-Registry .cvsignore
  Log:
  ignore files
  
  Revision  ChangesPath
  1.2   +1 -0  modperl-2.0/ModPerl-Registry/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore2001/10/18 04:25:12 1.1
  +++ .cvsignore2001/10/19 03:00:15 1.2
  @@ -1,2 +1,3 @@
   Makefile
   pm_to_blib
  +blib
  
  
  



Re: perl.apache.org / apache.perl.org

2001-10-18 Thread Stas Bekman

Nathan Torkington wrote:

 Ken Williams writes:
 
Not that I dislike them - the current colors let me look at the page
for a few seconds, then shut off the monitor and read the text while
staring at a blank white sheet of paper.



man, that was so strong, I thought I've hit some wrong link :)

 
 I'm impressed that you suffered such intense retinal distress and
 never made the logical deduction that I'm colour-blind.  (I am :-)
 
 In many ways the colours are the last-important part, but I like the
 idea of having something bright to catch attention.

if you can define them in one place, like CSS, that's true, otherwise 
it's pain to maintain.

Though I prefer mild colours, not shouting ones. I use the site all the 
time, and I don't need to be shouted at. May be we want a splash page 
just for some entrance page, which those who use the site daily don't 
have to see. I like the colours at use.perl.org and even more the ones 
used by http://freshmeat.net/.

 
In any case, I like the organizational scheme you've got.  Having 
everything on a single page was a pain in the butt.
 
 Glad to hear it.  If nobody objects to the structure, we could put it
 into CVS and open it up for others to work on.  If I'm the only one
 working on it, it'll take far too long.  Does this sound the right
 time for CVS?


cvs where? it has to stay at perl.apache.org I believe.

Also what components framework have you used, is it Mason? Is it a 
static page or dynamic?

Otherwise it's good to have someone to push for a change, I think I'll 
help with the content once we figure out the skeleton.

But it'd be nice to give some good web-designer do some brushing, no 
offense Nat :) We can show it on the modperl list and ask for a better 
look and feel from those who know how.

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




cvs commit: modperl-2.0/pod modperl_dev.pod

2001-10-18 Thread stas

stas01/10/18 19:17:10

  Modified:pod  modperl_dev.pod
  Log:
  - document the existance of PerlInitHandler
  
  Revision  ChangesPath
  1.42  +2 -0  modperl-2.0/pod/modperl_dev.pod
  
  Index: modperl_dev.pod
  ===
  RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- modperl_dev.pod   2001/09/28 20:23:04 1.41
  +++ modperl_dev.pod   2001/10/19 02:17:10 1.42
  @@ -473,6 +473,8 @@
   
   =item PerlPostReadRequestHandler
   
  +=item PerlInitHandler
  +
   =item PerlTransHandler
   
   =back
  
  
  



Re: perl.apache.org / apache.perl.org

2001-10-18 Thread Nathan Torkington

Ask Bjoern Hansen writes:
  I'll chew on a new layout and give you something by the end of the
  week.  Thanks,
 
 awesome! :-)

I did have something by the end of last week, just not much.  I'd
hoped to find the time to plug the holes this week, but haven't been
able to.  So here it is, woefully incomplete.

The URL is:

  http://c1853353-a.ftclns1.co.home.com/~gnat/modperl/

I've got:
 * Home page
 * About
 * Download

done.  My plan was to just go through perl.apache.org and move content
into that framework (for instance, success stories and testimonials go
as a page under 'About').

There are some web design To Do items:
 * ensure colors are part of the standard palette (right now they're
   just easy to type in hex :-)
 * contemplate CSS and enforcing standards like all links are in bold.

Nat




Re: perl.apache.org / apache.perl.org

2001-10-18 Thread Ken Williams



Nathan Torkington [EMAIL PROTECTED] wrote:
 There are some web design To Do items:
  * ensure colors are part of the standard palette (right now they're
just easy to type in hex :-)

Holy shit Nat, those colors are strong. =)  You've really taken 
attention-getting into the twenty-first century!

Not that I dislike them - the current colors let me look at the page for a 
few seconds, then shut off the monitor and read the text while staring at a 
blank white sheet of paper.

In any case, I like the organizational scheme you've got.  Having 
everything on a single page was a pain in the butt.

 -Ken




cvs commit: modperl-2.0/ModPerl-Registry/t TEST.PL

2001-10-18 Thread stas

stas01/10/18 19:40:41

  Modified:ModPerl-Registry/t TEST.PL
  Log:
  - allow 2 maxclients, since some tests generate two requests at the same
  time (one from within the other)
  
  Revision  ChangesPath
  1.2   +15 -8 modperl-2.0/ModPerl-Registry/t/TEST.PL
  
  Index: TEST.PL
  ===
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/TEST.PL,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TEST.PL   2001/10/09 12:47:38 1.1
  +++ TEST.PL   2001/10/19 02:40:41 1.2
  @@ -3,15 +3,22 @@
   use strict;
   use warnings FATAL = 'all';
   
  -# XXX: fixme
  -#use lib map { $_/Apache-Test/lib } qw(. ..);
  -#use lib map { $_/blib/lib} qw(. .. ../..);
  -#use lib map { $_/lib } qw(. .. ../..);
  -#use blib map { $_ } qw(. .. ../..);
  -
   use lib map {(../blib/$_, ../../blib/$_)} qw(lib arch);
  -#use blib qw(..);
   
   use Apache::TestRunPerl ();
  +
  +package MyTest;
  +
  +our @ISA = qw(Apache::TestRunPerl);
  +
  +# subclass new_test_config to add some config vars which will be
  +# replaced in generated httpd.conf
  +sub new_test_config {
  +my $self = shift;
  +
  +$self-{conf_opts}-{maxclients} = 2;
  +
  +return $self-SUPER::new_test_config;
  +}
   
  -Apache::TestRunPerl-new-run(@ARGV);
  +MyTest-new-run(@ARGV);
  
  
  



cvs commit: modperl-2.0/ModPerl-Registry/t/conf .cvsignore

2001-10-18 Thread stas

stas01/10/18 19:58:57

  Modified:ModPerl-Registry/t/conf .cvsignore
  Log:
  ignore files
  
  Revision  ChangesPath
  1.2   +3 -0  modperl-2.0/ModPerl-Registry/t/conf/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/conf/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore2001/10/09 12:47:38 1.1
  +++ .cvsignore2001/10/19 02:58:57 1.2
  @@ -1,3 +1,6 @@
   extra.conf
   httpd.conf
   apache_test_config.pm
  +modperl_inc.pl
  +modperl_startup.pl
  +