cvs commit: modperl-docs/src/docs/1.0/guide install.pod

2002-02-05 Thread stas
stas02/02/04 18:51:36

  Modified:src/docs/1.0/guide install.pod
  Log:
  - more links fixes
  
  Revision  ChangesPath
  1.3   +9 -14 modperl-docs/src/docs/1.0/guide/install.pod
  
  Index: install.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/install.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install.pod   4 Feb 2002 13:50:25 -   1.2
  +++ install.pod   5 Feb 2002 02:51:36 -   1.3
  @@ -978,7 +978,7 @@
   
   
   
  -=head1 Installation Scenarios for Standalone mod_perl 
  +=head1 Installation Scenarios for Standalone mod_perl
   
   There are various ways available to build Apache with the new hybrid
   build environment (using CUSE_APACI=1):
  @@ -2156,19 +2156,14 @@
   
   Some people have reported that even when the server responds
   positively to the LHow can I tell whether mod_perl is
  -running|install/How_can_I_tell_whether_mod_perl_ tests, the mod_perl
  -API will not function properly.  You may want to run the following script
  -to verify the availability of the mod_perl API.
  -
  - use strict;
  - my $r = shift;
  - $r-send_http_header('text/html');
  - $r-print(It worked!!!\n);
  -
  -
  -
  -
  -
  +running|install/How_can_I_tell_whether_mod_perl_is_running_ tests,
  +the mod_perl API will not function properly.  You may want to run the
  +following script to verify the availability of the mod_perl API.
  +
  +  use strict;
  +  my $r = shift;
  +  $r-send_http_header('text/html');
  +  $r-print(It worked!!!\n);
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/maillist config.cfg

2002-02-05 Thread stas
stas02/02/04 19:06:01

  Modified:src/maillist config.cfg
  Log:
  - link to email-etiquette.pod
  
  Revision  ChangesPath
  1.2   +1 -0  modperl-docs/src/maillist/config.cfg
  
  Index: config.cfg
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/config.cfg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.cfg5 Jan 2002 19:15:41 -   1.1
  +++ config.cfg5 Feb 2002 03:06:01 -   1.2
  @@ -21,6 +21,7 @@
list-advocacy.pod
list-embperl.pod
list-asp.pod
  + email-etiquette.pod
contact.pod
   )
 ],
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/maillist maillist.tmpl

2002-02-05 Thread stas
stas02/02/04 19:31:34

  Modified:src/stories story.tmpl
   src/maillist maillist.tmpl
  Log:
  - add warnings not to modify the autogenerated files
  
  Revision  ChangesPath
  1.2   +9 -0  modperl-docs/src/stories/story.tmpl
  
  Index: story.tmpl
  ===
  RCS file: /home/cvs/modperl-docs/src/stories/story.tmpl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- story.tmpl5 Jan 2002 19:15:42 -   1.1
  +++ story.tmpl5 Feb 2002 03:31:34 -   1.2
  @@ -1,3 +1,12 @@
  +###
  +# WARNING: Do not edit this file!
  +#  If you do the changes will be lost!
  +# Instead edit the corresponding .txt file and run make.pl
  +#
  +# Don't forget to commit the changes to both .txt and the generated
  +# .pod to cvs, since others won't run the local make.pl
  +
  +
   =head1 NAME
   
   [% story.title %]
  
  
  
  1.2   +9 -0  modperl-docs/src/maillist/maillist.tmpl
  
  Index: maillist.tmpl
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/maillist.tmpl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maillist.tmpl 5 Jan 2002 19:15:41 -   1.1
  +++ maillist.tmpl 5 Feb 2002 03:31:34 -   1.2
  @@ -1,3 +1,12 @@
  +###
  +# WARNING: Do not edit this file!
  +#  If you do the changes will be lost!
  +# Instead edit data.pl instead and re-run make.pl
  +#
  +# Don't forget to commit the changes to both .txt and the generated
  +# .pod to cvs, since others won't run the local make.pl
  +
  +
   =head1 NAME
   
   [% list.title -%] mailing list
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/stories story.tmpl

2002-02-05 Thread stas
stas02/02/04 19:35:52

  Modified:src/stories story.tmpl
  Log:
  - change the story template to have a single 'the story' section, plus
  change the headers lists not to be in bold
  
  Revision  ChangesPath
  1.3   +4 -4  modperl-docs/src/stories/story.tmpl
  
  Index: story.tmpl
  ===
  RCS file: /home/cvs/modperl-docs/src/stories/story.tmpl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- story.tmpl5 Feb 2002 03:31:34 -   1.2
  +++ story.tmpl5 Feb 2002 03:35:51 -   1.3
  @@ -11,22 +11,22 @@
   
   [% story.title %]
   
  -=head1 Info
  +=head1 The Story
   
   [% IF story.headers -%]
   =over
   [% FOREACH key = story.headers.keys.sort -%]
   [% IF story.headers.$key -%]
   
  -=item * [% key %]: [% story.headers.$key -%]
  +=item * 
  +
  +[% key %]: [% story.headers.$key -%]
   
   [% END -%]
   [% END -%]
   
   =back
   [% END -%]
  -
  -=head1 The Story
   
   [% story.body -%]
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/stories story.tmpl make.pl

2002-02-05 Thread stas
stas02/02/04 19:47:06

  Modified:src/stories story.tmpl make.pl
  Log:
  - change the story template to present the story nicer
  
  Revision  ChangesPath
  1.4   +1 -1  modperl-docs/src/stories/story.tmpl
  
  Index: story.tmpl
  ===
  RCS file: /home/cvs/modperl-docs/src/stories/story.tmpl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- story.tmpl5 Feb 2002 03:35:51 -   1.3
  +++ story.tmpl5 Feb 2002 03:47:06 -   1.4
  @@ -11,7 +11,7 @@
   
   [% story.title %]
   
  -=head1 The Story
  +=head1 [%- story.author -%] exclaimed:
   
   [% IF story.headers -%]
   =over
  
  
  
  1.3   +5 -2  modperl-docs/src/stories/make.pl
  
  Index: make.pl
  ===
  RCS file: /home/cvs/modperl-docs/src/stories/make.pl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- make.pl   26 Jan 2002 04:24:27 -  1.2
  +++ make.pl   5 Feb 2002 03:47:06 -   1.3
  @@ -52,9 +52,11 @@
   my $title = delete $headers{Subject};
   die error: no Subject: in $file unless $title;
   
  +my $author = delete $headers{From};
  +die error: no From: in $file unless $author;
  +
   # antispam
  -$headers{Author} = delete $headers{From};
  -$headers{Author} =~ s/\@/ (at) /;
  +$author =~ s/\@/ (at) /;
   
   #print Dumper \%headers;
   #print headers:\n$headers\n;
  @@ -62,6 +64,7 @@
   
   my %data = (
   title   = $title,
  +author  = $author,
   headers = \%headers,
  );
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/tmpl/custom/html index_body

2002-02-05 Thread stas
stas02/02/04 20:13:37

  Modified:tmpl/custom/html index_body
  Log:
  - we cannot wrap body.top and body.bot in p/p, since that may result
  in a broken HTML. The source pages should worry to produce a valid HTML in
  first place.
  
  Revision  ChangesPath
  1.10  +2 -2  modperl-docs/tmpl/custom/html/index_body
  
  Index: index_body
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_body,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index_body4 Feb 2002 11:34:34 -   1.9
  +++ index_body5 Feb 2002 04:13:37 -   1.10
  @@ -15,7 +15,7 @@
   rel_doc_root=doc.dir.rel_doc_root;
   
   IF doc.body.top;
  -p${doc.body.top}/p;
  +${doc.body.top};
   END;
   
   IF doc.meta.abstract;
  @@ -25,7 +25,7 @@
   PROCESS index_toc toc=doc.toc;
   
   IF doc.body.bot;
  -p${doc.body.bot}/p;
  +${doc.body.bot};
   END;
   
   br;
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/stories index_bot.html

2002-02-05 Thread stas
stas02/02/04 20:14:45

  Modified:src/stories index_bot.html
  Log:
  - better HTML
  
  Revision  ChangesPath
  1.2   +9 -9  modperl-docs/src/stories/index_bot.html
  
  Index: index_bot.html
  ===
  RCS file: /home/cvs/modperl-docs/src/stories/index_bot.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index_bot.html5 Jan 2002 19:15:42 -   1.1
  +++ index_bot.html5 Feb 2002 04:14:45 -   1.2
  @@ -1,10 +1,10 @@
  -  html
  -head
  -  titleindex bottom/title
  -/head
  -body bgcolor=white
  -If you have a success story to share please submit it to the modperl (at)
  -apache.org mailing list. Please include the following information:
  +html
  +  head
  +titleindex bottom/title
  +  /head
  +  body bgcolor=white
  +  pIf you have a success story to share please submit it to the modperl 
(at)
  +  apache.org mailing list. Please include the following information:/p
   PRE
   URL:
   Title:
  @@ -13,5 +13,5 @@
   Success Story: 
   /PRE
   
  -/body
  -  /html
  +  /body
  +/html
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src style.css

2002-02-05 Thread stas
stas02/02/04 20:18:41

  Modified:tmpl/custom/html head
   src  style.css
  Log:
  - bg image moved to body since not all browsers handle the css
  correctly, and this element must work!
  
  Revision  ChangesPath
  1.2   +1 -1  modperl-docs/tmpl/custom/html/head
  
  Index: head
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- head  5 Jan 2002 19:29:53 -   1.1
  +++ head  5 Feb 2002 04:18:41 -   1.2
  @@ -9,5 +9,5 @@
   title[% doc.meta.title %]/title
   [% INCLUDE headers -%]
   /head
  -body
  +body background=[% doc.dir.abs_doc_root %]/images/bgline.gif 
   a name=top/a
  
  
  
  1.23  +0 -3  modperl-docs/src/style.css
  
  Index: style.css
  ===
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- style.css 4 Feb 2002 10:08:59 -   1.22
  +++ style.css 5 Feb 2002 04:18:41 -   1.23
  @@ -2,9 +2,6 @@
   font-family: helvetica, arial, verdana, sans-serif; 
   font-size: 0.8em;
   color: #00; 
  -/* background-color: #66; */
  -background-image:url(images/bgline.gif);
  -background:url(images/bgline.gif); /* NS4 */
   }
   
   .headline {
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs TODO

2002-02-05 Thread stas
stas02/02/04 21:29:30

  Modified:.TODO
  Log:
  - update status
  
  Revision  ChangesPath
  1.15  +10 -2 modperl-docs/TODO
  
  Index: TODO
  ===
  RCS file: /home/cvs/modperl-docs/TODO,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- TODO  4 Feb 2002 11:43:46 -   1.14
  +++ TODO  5 Feb 2002 05:29:30 -   1.15
  @@ -3,10 +3,18 @@
   Basic Layout:
   -
   
  -- NS4, cannot make bg-image to render
  -
   - NS4, if PRE is long the page is scrolled to the right! See
 dst_html/docs/2.0/devel/debug_c/debug_c.html#Analyzing_the_core_File
  +
  +- in Mozilla, there are no borders around the NavBar tables, whereas with IE
  +  and Opera, there are. which way is correct/better?
  +
  +- with Opera and IE, there is too little spacing between the ads. Maybe add
  +  a br or nbsp; may be not?
  +
  +- there are empty prev/up/next boxes on the main page, looking sort of
  +  strange. shoulf we remove those completly, if there is no UP or use
  +  really-empty images as placeholders?
   
   Menu: 
   -
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/maillist list-advocacy.pod list-announce.pod list-asp.pod list-cvs.pod list-dev.pod list-docs-cvs.pod list-docs-dev.pod list-embperl.pod list-test-cvs.pod list-test-dev.pod list-users.pod

2002-02-05 Thread stas
stas02/02/05 08:19:18

  Modified:src/maillist list-advocacy.pod list-announce.pod
list-asp.pod list-cvs.pod list-dev.pod
list-docs-cvs.pod list-docs-dev.pod
list-embperl.pod list-test-cvs.pod
list-test-dev.pod list-users.pod
  Log:
  sync
  
  Revision  ChangesPath
  1.2   +5 -0  modperl-docs/src/maillist/list-advocacy.pod
  
  Index: list-advocacy.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/list-advocacy.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list-advocacy.pod 5 Jan 2002 19:15:41 -   1.1
  +++ list-advocacy.pod 5 Feb 2002 16:19:17 -   1.2
  @@ -1,3 +1,8 @@
  +### 
  +# WARNING: Do not edit this file! #
  +# Edit data.pl instead and re-run make.pl #
  +###
  +
   =head1 NAME
   
   mod_perl Advocacy mailing list
  
  
  
  1.2   +5 -0  modperl-docs/src/maillist/list-announce.pod
  
  Index: list-announce.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/list-announce.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list-announce.pod 5 Jan 2002 19:15:41 -   1.1
  +++ list-announce.pod 5 Feb 2002 16:19:17 -   1.2
  @@ -1,3 +1,8 @@
  +### 
  +# WARNING: Do not edit this file! #
  +# Edit data.pl instead and re-run make.pl #
  +###
  +
   =head1 NAME
   
   Announce mailing list
  
  
  
  1.2   +5 -0  modperl-docs/src/maillist/list-asp.pod
  
  Index: list-asp.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/list-asp.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list-asp.pod  5 Jan 2002 19:15:41 -   1.1
  +++ list-asp.pod  5 Feb 2002 16:19:17 -   1.2
  @@ -1,3 +1,8 @@
  +### 
  +# WARNING: Do not edit this file! #
  +# Edit data.pl instead and re-run make.pl #
  +###
  +
   =head1 NAME
   
   ASP mailing list
  
  
  
  1.2   +5 -0  modperl-docs/src/maillist/list-cvs.pod
  
  Index: list-cvs.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/list-cvs.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list-cvs.pod  5 Jan 2002 19:15:41 -   1.1
  +++ list-cvs.pod  5 Feb 2002 16:19:17 -   1.2
  @@ -1,3 +1,8 @@
  +### 
  +# WARNING: Do not edit this file! #
  +# Edit data.pl instead and re-run make.pl #
  +###
  +
   =head1 NAME
   
   Development CVS mailing list
  
  
  
  1.2   +5 -0  modperl-docs/src/maillist/list-dev.pod
  
  Index: list-dev.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/list-dev.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list-dev.pod  5 Jan 2002 19:15:41 -   1.1
  +++ list-dev.pod  5 Feb 2002 16:19:17 -   1.2
  @@ -1,3 +1,8 @@
  +### 
  +# WARNING: Do not edit this file! #
  +# Edit data.pl instead and re-run make.pl #
  +###
  +
   =head1 NAME
   
   mod_perl Development mailing list
  
  
  
  1.2   +5 -0  modperl-docs/src/maillist/list-docs-cvs.pod
  
  Index: list-docs-cvs.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/list-docs-cvs.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list-docs-cvs.pod 5 Jan 2002 19:15:41 -   1.1
  +++ list-docs-cvs.pod 5 Feb 2002 16:19:17 -   1.2
  @@ -1,3 +1,8 @@
  +### 
  +# WARNING: Do not edit this file! #
  +# Edit data.pl instead and re-run make.pl #
  +###
  +
   =head1 NAME
   
   Documentation CVS mailing list
  
  
  
  1.2   +5 -0  modperl-docs/src/maillist/list-docs-dev.pod
  
  Index: list-docs-dev.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/maillist/list-docs-dev.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list-docs-dev.pod 5 Jan 2002 19:15:41 -   1.1
  +++ list-docs-dev.pod 5 Feb 2002 16:19:17 -   1.2
  @@ -1,3 +1,8 @@
  

cvs commit: modperl-docs/src style.css

2002-02-05 Thread stas
stas02/02/05 09:36:56

  Modified:src  style.css
  Log:
  - use smaller font for table-top in the menus
  
  Revision  ChangesPath
  1.29  +2 -0  modperl-docs/src/style.css
  
  Index: style.css
  ===
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- style.css 5 Feb 2002 16:26:14 -   1.28
  +++ style.css 5 Feb 2002 17:36:56 -   1.29
  @@ -93,8 +93,10 @@
   
   .table-head {}
   .table-top {
  +font-size: 0.8em;
   background-color: #cc;
   color: #525d76;
  +
   }
   .table-cell { 
   background-color: #ee;
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]