[interchange-cvs] interchange - racke modified debian/interchangeconfig

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Sep 22 10:50:51 EDT 2005


User:      racke
Date:      2005-09-22 14:50:51 GMT
Modified:  debian   interchangeconfig
Log:
Swish setting added

Revision  Changes    Path
2.15      +8 -2      interchange/debian/interchangeconfig


rev 2.15, prev_rev 2.14
Index: interchangeconfig
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/interchangeconfig,v
retrieving revision 2.14
retrieving revision 2.15
diff -u -r2.14 -r2.15
--- interchangeconfig	3 Aug 2004 09:10:38 -0000	2.14
+++ interchangeconfig	22 Sep 2005 14:50:51 -0000	2.15
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright 2001,2003,2004 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2001,2003,2004,2005 by Stefan Hornburg (Racke) <racke at linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 
 # Interchange variables
 my %setvars = (DEBUG => 0, FULL_URL => 0, ROBOTS => 1, SOAP => 0,
-			   TRAFFIC => 'low', UI_LOCALE => 'en_US');
+			   SWISH => 0, TRAFFIC => 'low', UI_LOCALE => 'en_US');
 my %requires = (SOAP => ['SOAP::Lite']);
 my %featvars = (UI => '', USE_FOUNDATION => '', USE_STANDARD => '',
 				MV_GETPPID_BROKEN => 0);
@@ -154,6 +154,12 @@
 Interchange can distinguish between robots and ordinary users.
 
 =back
+
+=over 4
+
+=item C<SWISH>
+
+Whether to enable Swish search or not.
 
 =over 4
 








More information about the interchange-cvs mailing list