interchange.PL (interchange-5.8.2) | : | interchange.PL (interchange-5.10.0) | ||
---|---|---|---|---|
#!/usr/bin/perl -w | #!/usr/bin/perl -w | |||
##!~_~perlpath~_~ | ##!~_~perlpath~_~ | |||
# | # | |||
# Interchange version 5.8.2 | # Interchange version 5.10.0 | |||
# | # | |||
# Copyright (C) 2002-2014 Interchange Development Group | # Copyright (C) 2002-2016 Interchange Development Group | |||
# Copyright (C) 1996-2002 Red Hat, Inc. | # Copyright (C) 1996-2002 Red Hat, Inc. | |||
# http://www.icdevgroup.org/ | # http://www.icdevgroup.org/ | |||
# | # | |||
# This program was originally based on Vend 0.2 and 0.3 | # This program was originally based on Vend 0.2 and 0.3 | |||
# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com> | # Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com> | |||
# | # | |||
# See the files 'README' and 'WHATSNEW' for information. | # See the files 'README' and 'WHATSNEW' for information. | |||
# | # | |||
# This program is free software; you can redistribute it and/or modify | # 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 | # it under the terms of the GNU General Public License as published by | |||
skipping to change at line 157 | skipping to change at line 157 | |||
# This prevents parsing of the value, default is syslog off | # This prevents parsing of the value, default is syslog off | |||
$Global::SysLog = ''; | $Global::SysLog = ''; | |||
} | } | |||
### END CONFIGURATION VARIABLES | ### END CONFIGURATION VARIABLES | |||
use vars qw($VERSION); | use vars qw($VERSION); | |||
require Exporter; | require Exporter; | |||
BEGIN { | BEGIN { | |||
$VERSION = '5.8.2'; | $VERSION = '5.10.0'; | |||
} | } | |||
use Fcntl; | use Fcntl; | |||
# BSD, among others, defines sendmail to be in /usr/sbin, and | # BSD, among others, defines sendmail to be in /usr/sbin, and | |||
# we want to make sure the program is there. Insert the location | # we want to make sure the program is there. Insert the location | |||
# of you sendmail binary (the configure script should do this) | # of you sendmail binary (the configure script should do this) | |||
$Global::SendMailLocation = '' if ! $Global::SendMailLocation; | $Global::SendMailLocation = '' if ! $Global::SendMailLocation; | |||
$Global::SendMailLocation = ($Global::Windows and $Global::SendMailLocation) || | $Global::SendMailLocation = ($Global::Windows and $Global::SendMailLocation) || | |||
($Global::SendMailLocation and -x $Global::SendMailLocation and $Global:: SendMailLocation) || | ($Global::SendMailLocation and -x $Global::SendMailLocation and $Global:: SendMailLocation) || | |||
skipping to change at line 348 | skipping to change at line 348 | |||
$Global::Shadow + | $Global::Shadow + | |||
$Vend::JobsJob + | $Vend::JobsJob + | |||
$Vend::Interpolate::MAIL + | $Vend::Interpolate::MAIL + | |||
$Vend::Server::RUNDIR + | $Vend::Server::RUNDIR + | |||
1; | 1; | |||
} | } | |||
sub version { | sub version { | |||
print "Interchange version $VERSION copyright 2002-2014 Interchange Devel opment Group and others.\n"; | print "Interchange version $VERSION copyright 2002-2016 Interchange Devel opment Group and others.\n"; | |||
} | } | |||
=head1 NAME | =head1 NAME | |||
interchange - an e-commerce and general HTTP database display system | interchange - an e-commerce and general HTTP database display system | |||
=head1 SYNOPSIS | =head1 SYNOPSIS | |||
interchange [--options] [file] | interchange [--options] [file] | |||
=head1 VERSION | =head1 VERSION | |||
5.8.2 | 5.10.0 | |||
=head1 DESCRIPTION | =head1 DESCRIPTION | |||
Interchange is a database access and retrieval system focused on e-commerce. | Interchange is a database access and retrieval system focused on e-commerce. | |||
It allows customers to select items to buy from catalog pages. The program | It allows customers to select items to buy from catalog pages. The program | |||
tracks user information in sessions and interacts with an HTTP server | tracks user information in sessions and interacts with an HTTP server | |||
through sockets. | through sockets. | |||
Interchange has many, many, functions and features; they are too numerous | Interchange has many, many, functions and features; they are too numerous | |||
to describe in this venue. Complete information can be found at | to describe in this venue. Complete information can be found at | |||
skipping to change at line 713 | skipping to change at line 713 | |||
); | ); | |||
my @options = ( qw/ | my @options = ( qw/ | |||
DEBUG:i | DEBUG:i | |||
Ignore | Ignore | |||
add|a=s | add|a=s | |||
confdir=s | confdir=s | |||
configfile|config|c|f=s | configfile|config|c|f=s | |||
dir|vendroot|d=s | dir|vendroot|d=s | |||
email=s | email=s | |||
exclude|e=s | exclude|e:s | |||
flag=i | flag=i | |||
help|h | help|h | |||
globalconfig | globalconfig | |||
inetmode|inet|i | inetmode|inet|i | |||
jobgroup=s | jobgroup=s | |||
kill:s | kill:s | |||
log|logfile|l=s | log|logfile|l=s | |||
quiet|q | quiet|q | |||
rundir=s | rundir=s | |||
runjobs=s | runjobs=s | |||
skipping to change at line 987 | skipping to change at line 987 | |||
http://www.icdevgroup.org/ | http://www.icdevgroup.org/ | |||
=head1 LICENSE | =head1 LICENSE | |||
Interchange comes with ABSOLUTELY NO WARRANTY. This is free software, and | Interchange comes with ABSOLUTELY NO WARRANTY. This is free software, and | |||
you are welcome to redistribute and modify it under the terms of the | you are welcome to redistribute and modify it under the terms of the | |||
GNU General Public License. | GNU General Public License. | |||
=head1 COPYRIGHT | =head1 COPYRIGHT | |||
Copyright (C) 2002-2014 Interchange Development Group | Copyright (C) 2002-2016 Interchange Development Group | |||
Copyright (C) 1995-2002 Red Hat, Inc. | Copyright (C) 1995-2002 Red Hat, Inc. | |||
All rights reserved except those granted in the license. | All rights reserved except those granted in the license. | |||
=cut | =cut | |||
=head1 AUTHOR | =head1 AUTHOR | |||
Mike Heins is the primary author of Interchange. | Mike Heins is the primary author of Interchange. | |||
The Interchange Development Group is: | The Interchange Development Group is: | |||
Daniel Browning | Daniel Browning | |||
David Christensen | David Christensen | |||
Gert van der Spoel | Gert van der Spoel | |||
Greg Hanson | Greg Hanson | |||
Jon Jensen | Jon Jensen | |||
Jure Kodzoman | Jure Kodzoman | |||
Mark Johnson | Mark Johnson | |||
Mark Lipscombe | ||||
Mike Heins | Mike Heins | |||
Peter Ajamian | Peter Ajamian | |||
Peter Mottram | ||||
Richard Templet | ||||
Ron Phipps | Ron Phipps | |||
Sam Batschelet | ||||
Stefan Hornburg (aka Racke), captain | Stefan Hornburg (aka Racke), captain | |||
Ton Verhagen | ||||
Please do not contact the authors directly for help with the system. | Please do not contact the authors directly for help with the system. | |||
Use the Interchange mail list: | Use the Interchange mail list: | |||
interchange-users@icdevgroup.org | interchange-users@icdevgroup.org | |||
Information on subscribing to the list, as well as general information and | Information on subscribing to the list, as well as general information and | |||
documentation for Interchange is at: | documentation for Interchange is at: | |||
http://www.icdevgroup.org/ | http://www.icdevgroup.org/ | |||
skipping to change at line 1040 | skipping to change at line 1041 | |||
Special thanks to Retired Core Team Members: | Special thanks to Retired Core Team Members: | |||
Brev Patterson | Brev Patterson | |||
David Kelly | David Kelly | |||
Davor Ocelic | Davor Ocelic | |||
Ed LaFrance | Ed LaFrance | |||
Ethan Rowe | Ethan Rowe | |||
Jonathan Clark | Jonathan Clark | |||
JT Justman | JT Justman | |||
Kevin Walsh | Kevin Walsh | |||
Mark Lipscombe | ||||
Paul Vinciguerra | Paul Vinciguerra | |||
Randy Moore | Randy Moore | |||
Ton Verhagen | ||||
Contributions to Interchange have been made by: | Contributions to Interchange have been made by: | |||
=cut | =cut | |||
# columnize with "sort -u | pr -t -2 | expand -8 | sed 's/^/ /'" | # columnize with "sort -u | pr -t -2 | expand -8 | sed 's/^/ /'" | |||
=pod | =pod | |||
Alison Smith Jonathan Walker | Alison Smith Jonathan Walker | |||
End of changes. 13 change blocks. | ||||
9 lines changed or deleted | 12 lines changed or added |