stas        02/04/21 09:34:24

  Modified:    bin      makeindex
               src      config.cfg style.css
               src/images/nav page_prev.gif
  Log:
  revert a stray commit
  
  Revision  Changes    Path
  1.5       +2 -8      modperl-docs/bin/makeindex
  
  Index: makeindex
  ===================================================================
  RCS file: /home/cvs/modperl-docs/bin/makeindex,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- makeindex 21 Apr 2002 16:30:47 -0000      1.4
  +++ makeindex 21 Apr 2002 16:34:24 -0000      1.5
  @@ -1,9 +1,5 @@
   #!/usr/bin/perl -w
   
  -my %opts;
  -use Getopt::Std;
  -getopt('v', \%opts);
  -
   # do the indexing process
   # relies on setting of the following env varibles:
   #
  @@ -42,8 +38,6 @@
   use FindBin qw($Bin);
   use Cwd ();
   
  -my $verbose_level = exists $opts{v} ? 1 : 0;
  -
   my $swish_binary = $ENV{SWISH_BINARY_PATH} || './swish-e';
   die "Cannot find swish-e at $swish_binary: $!" unless -x $swish_binary;
   
  @@ -51,8 +45,8 @@
   chdir "$Bin/../dst_html/search";
   
   # index
  -my $command = "SPIDER_QUIET=$verbose_level $swish_binary -v $verbose_level 
-S prog -c swish.conf";
  -print "$command\n";
  +my $command = "$swish_binary -S prog -c swish.conf";
  +#print $command;
   CORE::system($command);
   
   chdir $cwd;
  
  
  
  1.23      +1 -17     modperl-docs/src/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/config.cfg,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- config.cfg        21 Apr 2002 16:30:47 -0000      1.22
  +++ config.cfg        21 Apr 2002 16:34:24 -0000      1.23
  @@ -14,25 +14,9 @@
            bot => 'index_bot.html',
        },
   
  -     hidden => [
  -         docsets => [
  -             qw(
  -                start
  -               )
  -         ],
  -      ],
  -
  -     links => [
  -         {
  -          id       => 'what_is_mod_perl',
  -          link     => 'start/about.html',
  -          title    => 'What is mod_perl',
  -          abstract => "Bara Bara",
  -         },
  -     ],
  -
        docsets => [
            qw(
  +            start
               outstanding
               download
               docs
  
  
  
  1.58      +0 -2      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- style.css 21 Apr 2002 16:30:47 -0000      1.57
  +++ style.css 21 Apr 2002 16:34:24 -0000      1.58
  @@ -48,8 +48,6 @@
   /* dark blue bg-color for selected menu-items */
   td.sel-bg { background-color: #525d76; }
   
  -li.search { list-style: none; }
  -
   div.nonselectedmenuitem {
       padding: 3px;
       background-color: #eeeeee;
  
  
  
  1.4       +2 -3      modperl-docs/src/images/nav/page_prev.gif
  
        <<Binary file>>
  
  

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

Reply via email to