fix copyright info
authortausq <>
Sat, 25 Sep 1999 23:20:39 +0000 (23:20 +0000)
committertausq <>
Sat, 25 Sep 1999 23:20:39 +0000 (23:20 +0000)
web/fetchkey.cgi
web/login.cgi
web/logout.cgi
web/search.cgi
web/settings.cfg
web/update.cgi

index 8e88502..a9d8539 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+# $Id: fetchkey.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+
 use strict;
 use CGI;
 use Util;
index 3514953..c1615e3 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# $Id: login.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 
 use lib '.';
 use strict;
index 11167b4..9bd6e0f 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# $Id: logout.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 
 use lib '.';
 use strict vars;
index 3c21fb7..aa8dce1 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# $Id: search.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 
 use lib '.';
 use strict vars;
index 6738fae..538f105 100644 (file)
@@ -5,6 +5,7 @@ basedn   = "ou=users,dc=debian,dc=org";
 
 gpg = "/usr/bin/gpg";
 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
+tmppath = "/tmp";
 
 webloginhtml = "login.html";
 websearchhtml = "searchform.html";
@@ -15,6 +16,9 @@ webloginurl = "debian/login.cgi";
 websearchurl = "debian/search.cgi";
 webupdateurl = "debian/update.cgi";
 
+webmaphtml = "develmaptempl.html";
+xplanetcmd = "xplanet --shade 100 --color white --markers --marker_file [markerfile] --geometry 600x400 --output [outfile]";
+
 # When should authentication tokens expire?
 authexpires = 600;
 
index 5fdfb74..c0d722b 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# $Id: update.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 
 use lib '.';
 use strict vars;