cvs commit: modperl-docs/tmpl/custom/html button index logo page wrap_box

2002-02-27 Thread stas
stas02/02/26 19:20:58

  Modified:.TODO
   src  style.css
   tmpl/custom/html button index logo page wrap_box
  Log:
  - separate section of the left column with br
  - clean style.css
  
  Revision  ChangesPath
  1.23  +0 -7  modperl-docs/TODO
  
  Index: TODO
  ===
  RCS file: /home/cvs/modperl-docs/TODO,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- TODO  22 Feb 2002 10:36:33 -  1.22
  +++ TODO  27 Feb 2002 03:20:58 -  1.23
  @@ -49,13 +49,6 @@
 'content' doesn't have to wrap itself in a div tag. If class is
 passed then we can use it in td class=
   
  -- currently we have (page_no(prev|parent|next).gif which don't have
  -  the text on the them. We need this to make sure that the widget
  -  doesn't move left/right when there is no prev or next, or
  -  parent. But it doesn't look nice. Consider to use completely empty
  -  images which will just be of the same size (spacer image?). Not sure
  -  though.
  -
   Content:
   
   
  
  
  
  1.34  +27 -32modperl-docs/src/style.css
  
  Index: style.css
  ===
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- style.css 22 Feb 2002 08:24:03 -  1.33
  +++ style.css 27 Feb 2002 03:20:58 -  1.34
  @@ -26,7 +26,7 @@
   }
   
   td.non-sel-bg {
  -background-color: #ee;
  +background-color: #ff;
   }
   
   td.sel-bg {
  @@ -35,42 +35,40 @@
   
   div.nonselectedmenuitem a:link, div.nonselectedmenuitem a:visited, 
div.nonselectedmenuitem a:active {
   font-family: verdana, arial, helvetica, sans-serif;
  -font-size: 12px;
  +font-size: 0.9em;
   color: #525d76;
   text-decoration: none;
   }
   
   div.selectedmenuitem a, div.selectedmenuitem a:link, div.selectedmenuitem 
a:visited, div.selectedmenuitem a:active {
   font-family: verdana, arial, helvetica, sans-serif;
  -font-size: 12px;
  +font-size: 0.9em;
   color: #ff;
   text-decoration: none;
   }
   
   div.nonselectedmenuitem {
   padding: 3px;
  -color: #00;
  -font-family: verdana, helvetica, arial, sans-serif;
  -font-size: 12px;
  -background-color: #ee;
  +background-color: #ff;
   }
   
   div.selectedmenuitem {
   padding: 3px;
  -color: #00;
  -font-family: verdana, helvetica, arial, sans-serif;
  -font-size: 12px;
   background-color: #525d76;
   }
   
  -div.nonselectedmenuitem a:hover, div.selectedmenuitem a:hover {
  +div.nonselectedmenuitem a:hover {
   color: #99;
   }
   
  +div.selectedmenuitem a:hover {
  +color: #99;
  +}
  +
   div.menu-title {
   padding: 3px;
   color: #00;
  -font-family: verdana, helvetica, arial, sans-serif;
  +font-family: verdana, arial, helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   background-color: #828da6;
  @@ -94,9 +92,11 @@
   div.leftbox {
   position: absolute;
   top: 5px;
  -left: 5px;
  +left: 0px;
   width: 170px;
  -padding: 0px;
  +border: 1px;
  +border-style: none;
  +border-color: #00;
   }
   
   div.rightbox {
  @@ -111,11 +111,9 @@
   }
   
   
  -
   /* boxes in the left box */
   div.logo {
  -width: 150px;
  -padding: 5px;  /* 0px works in NS4 */
  +width: 175px;
   border: 1px;
   border-style: none;
   /* background-color: #ff; */
  @@ -123,22 +121,21 @@
   
   div.menumain {
   border: 1px;
  -padding: 5px;
   border-style: none;
  -   /* background-color: #ff; */
  +width: 175px;
   }
   
   div.menulinks {
   border: 1px;
  -padding: 5px;
   border-style: none;
  +width: 175px;
   /* background-color: #ff; */
   }
   
   div.ad {
   border: 1px;
  -padding: 5px;
   border-style: none;
  +width: 175px;
  /* background-color: #ff;*/
   }
   
  @@ -157,22 +154,21 @@
   
   /*breacrumb*/
   td.navbarglobal {
  -font-family: verdana, helvetica, sans-serif;
  +font-family: verdana, arial, helvetica, sans-serif;
   color: #828da6;
   font-size: 0.85em;
   }
   
  -
   td.navbarglobal a:link, td.navbarglobal a:visited, td.navbarglobal a:active {
   text-decoration: none; 
   color: #828da6;
  -font-family:  verdana, sans-serif;
  +font-family: verdana, arial, helvetica, sans-serif;
   }
   
   td.navbarglobal a:hover {
   text-decoration: none; 
   color: #66;
  -font-family:  verdana, sans-serif;
  +font-family: verdana, arial, helvetica, sans-serif;
   }
   
   div.index_section {
  @@ -194,13 +190,12 @@
   
   
   /* various font defs */
  -.headline {
  -color: #ff;
  -font-family: 

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

2002-02-27 Thread stas
stas02/02/26 19:30:10

  Modified:src  style.css
   tmpl/custom/html search
  Log:
  - make the search widget nicer
  
  Revision  ChangesPath
  1.35  +1 -1  modperl-docs/src/style.css
  
  Index: style.css
  ===
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- style.css 27 Feb 2002 03:20:58 -  1.34
  +++ style.css 27 Feb 2002 03:30:10 -  1.35
  @@ -84,7 +84,7 @@
   td.search {
   background-color: #525d76;
   font-family: verdana, arial, helvetica, sans-serif;
  -font-size: 11px;
  +font-size: 0.8em;
   color: #ff;
   }
   
  
  
  
  1.4   +14 -2 modperl-docs/tmpl/custom/html/search
  
  Index: search
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- search21 Feb 2002 08:55:18 -  1.3
  +++ search27 Feb 2002 03:30:10 -  1.4
  @@ -1,2 +1,14 @@
  -input type=text name=query size=15 maxlength=200 class=input-fld
  -input type=submit name=submit value=Search! class=submit-but
  \ No newline at end of file
  +table border=0 cellspacing=0 cellpadding=0
  +tr
  +td class=menu-border colspan=4 height=1br 
class=smallbr/td
  +/tr
  +tr
  +td class=menu-border width=1br 
class=smallbr/td
  +td class=search width=60 align=centerSearch/td
  +td class=menu-borderinput type=text name=query 
size=15 maxlength=200 class=input-fld value=Press enter/td
  +td class=menu-border width=1br 
class=smallbr/td
  +/tr
  +tr
  +td class=menu-border colspan=4 height=1br 
class=smallbr/td
  +/tr
  +/table
  
  
  

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



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

2002-02-27 Thread stas
stas02/02/26 19:38:18

  Modified:tmpl/custom/html search
  Log:
  - use the correct class for seach input
  
  Revision  ChangesPath
  1.5   +1 -1  modperl-docs/tmpl/custom/html/search
  
  Index: search
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- search27 Feb 2002 03:30:10 -  1.4
  +++ search27 Feb 2002 03:38:17 -  1.5
  @@ -5,7 +5,7 @@
   tr
   td class=menu-border width=1br 
class=smallbr/td
   td class=search width=60 align=centerSearch/td
  -td class=menu-borderinput type=text name=query 
size=15 maxlength=200 class=input-fld value=Press enter/td
  +td class=searchinput type=text name=query 
size=15 maxlength=200 class=input-fld value=Press enter/td
   td class=menu-border width=1br 
class=smallbr/td
   /tr
   tr
  
  
  

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



cvs commit: modperl-docs/src/docs/2.0/user/help - New directory

2002-02-27 Thread stas
stas02/02/27 08:24:49

  modperl-docs/src/docs/2.0/user/help - New directory

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



cvs commit: modperl-docs/src/docs/2.0/user/help help.pod

2002-02-27 Thread stas
stas02/02/27 10:02:27

  Added:   src/docs/2.0/user/help help.pod
  Log:
  - a new file
  
  Revision  ChangesPath
  1.1  modperl-docs/src/docs/2.0/user/help/help.pod
  
Binary file
  
  

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



cvs commit: modperl-docs/src/maillist email-etiquette.pod 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 maillist.tmpl

2002-02-27 Thread stas
stas02/02/27 10:03:39

  Modified:src  config.cfg
   src/docs/1.0/api Apache.pod
   src/docs/1.0/faqs cgi_to_mod_perl.pod config.cfg
mod_perl.pod mod_perl_cgi.pod mod_perl_faq.pod
mod_perl_method_handlers.pod mod_perl_traps.pod
   src/docs/1.0/guide advocacy.pod browserbugs.pod config.pod
control.pod correct_headers.pod databases.pod
dbm.pod debug.pod download.pod frequent.pod
hardware.pod help.pod install.pod intro.pod
modules.pod multiuser.pod performance.pod perl.pod
porting.pod scenario.pod security.pod snippets.pod
start.pod strategy.pod style.css
troubleshooting.pod
   src/docs/1.0/win32 win32_binaries.pod win32_compile.pod
   src/docs/2.0/api/mod_perl-2.0/APR PerlIO.pod
   src/docs/2.0/api/mod_perl-2.0/Apache ServerUtil.pod
   src/docs/2.0/devel/help help.pod
   src/docs/2.0/devel/porting_from_1.x porting_from_1.x.pod
   src/docs/2.0/devel/testing testing.pod
   src/docs/2.0/user/compat compat.pod
   src/docs/2.0/user/design design.pod
   src/docs/2.0/user/install install.pod
   src/maillist email-etiquette.pod 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 maillist.tmpl
  Removed: src/docs/1.0/faqs email-etiquette.pod
  Log:
  - loads of fixes for the internal linking implementation
  
  Revision  ChangesPath
  1.12  +13 -0 modperl-docs/src/config.cfg
  
  Index: config.cfg
  ===
  RCS file: /home/cvs/modperl-docs/src/config.cfg,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- config.cfg4 Feb 2002 11:48:18 -   1.11
  +++ config.cfg27 Feb 2002 18:03:35 -  1.12
  @@ -89,6 +89,19 @@
 
# location of the templates (searched left to right)
tmpl   = [qw(tmpl/custom tmpl/std tmpl)],
  +
  + # search path for pods, etc. must put more specific paths first!
  + search_path = [qw(
  + docs/2.0/api/mod_perl-2.0 
  + docs/2.0/api/ModPerl-Registry 
  + docs/2.0 
  + docs/1.0/api
  + docs/1.0
  + .
  + )],
  + # what extensions to search for
  + search_exts = [qw(pod pm html)],
  +
},  
   
file = {
  
  
  
  1.5   +3 -3  modperl-docs/src/docs/1.0/api/Apache.pod
  
  Index: Apache.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache.pod,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Apache.pod24 Jan 2002 14:54:25 -  1.4
  +++ Apache.pod27 Feb 2002 18:03:35 -  1.5
  @@ -313,7 +313,7 @@
   =item $c-Egtlocal_addr
   
   A packed SOCKADDR_IN in the same format as returned by
  -LSocket/pack_sockaddr_in, containing the port and address on the
  +CSocket::pack_sockaddr_in, containing the port and address on the
   local host that the remote client is connected to.  This is set by
   the server when the connection record is created so it is always
   defined.
  @@ -321,7 +321,7 @@
   =item $c-Egtremote_addr
   
   A packed SOCKADDR_IN in the same format as returned by
  -LSocket/pack_sockaddr_in, containing the port and address on the
  +CSocket::pack_sockaddr_in, containing the port and address on the
   remote host that the server is connected to.  This is set by the
   server when the connection record is created so it is always defined.
   
  @@ -432,7 +432,7 @@
   
   Returns an array reference of hash references, containing information
   related to the Brequire directive.  This is normally used for access
  -control, see LApache::AuthzAge for an example.
  +control, see CApache::AuthzAge for an example.
   
   =item $r-Egtauth_type
   
  
  
  
  1.2   +2 -2  modperl-docs/src/docs/1.0/faqs/cgi_to_mod_perl.pod
  
  Index: cgi_to_mod_perl.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/faqs/cgi_to_mod_perl.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cgi_to_mod_perl.pod   5 Jan 2002 19:20:01 -   1.1
  +++ cgi_to_mod_perl.pod   27 Feb 2002 18:03:35 -  1.2
  @@ -107,13 +107,13 @@
   
   =item TRAPS
   
  -See Lmod_perl_traps.
  +See Lcommon/known