/[swish]/trunk/mailman/.swishcgi.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/mailman/.swishcgi.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 77 by dpavlin, Sun Apr 18 06:31:38 2004 UTC revision 78 by dpavlin, Sun Apr 18 08:11:22 2004 UTC
# Line 1  Line 1 
1  return {  return {
2  title           => "Search the MailMan List Archive",  title           => "Search the MailMan List Archive",
3  swish_binary    => '/usr/bin/swish-e',  swish_binary    => '/usr/bin/swish-e',
4  display_props   => [qw/ name email sent /],  display_props   => [qw/name email sent swishdocsize/],
5  sorts           => [qw/swishrank swishtitle email sent/],  sorts           => [qw/swishrank swishtitle email sent/],
6  secondary_sort  => [qw/sent desc/],    secondary_sort  => [qw/sent desc/],  
7  metanames       => [qw/swishdefault swishtitle name email/],  metanames       => [qw/swishdefault swishtitle name email/],
# Line 46  date_ranges     => { Line 46  date_ranges     => {
46      default         => 'All',      default         => 'All',
47      date_range      => 1,      date_range      => 1,
48  },  },
49    
50    template => {
51            package     => 'SWISH::TemplateToolkit',
52            file            => 'search.tt'
53    },
54    
55  };  };
56    

Legend:
Removed from v.77  
changed lines
  Added in v.78

  ViewVC Help
Powered by ViewVC 1.1.26