From: Dirk Koopman <djk@tobit.co.uk>
Date: Thu, 14 Jun 2007 23:30:45 +0000 (+0100)
Subject: merge back some files from SIMPLEROUTE
X-Git-Tag: 1.55~164^2
X-Git-Url: http://dxspider.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e0389ec62f173c3e4a2a09d8ed035f0c9c206b0;p=spider.git

merge back some files from SIMPLEROUTE
---

diff --git a/.gitignore b/.gitignore
index 37eee138..1ca43b05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,16 @@
 local*
 *~
 *.[oa]
+*.tmp
 CVS
+tmp
+*.bak
+.#*
+*#
+*gz
+*zip
+.*
+!.gitignore
+packclus
+tutor*
+db
diff --git a/connect/.gitignore b/connect/.gitignore
new file mode 100644
index 00000000..16112e11
--- /dev/null
+++ b/connect/.gitignore
@@ -0,0 +1,3 @@
+*
+!.gitignore
+!*.issue
diff --git a/data/.gitignore b/data/.gitignore
index 0a6c856e..6027afdc 100644
--- a/data/.gitignore
+++ b/data/.gitignore
@@ -8,3 +8,6 @@ dupefile
 log
 wwv
 wcy
+motd*
+issue
+logout
diff --git a/filter/.gitignore b/filter/.gitignore
index 150f68c8..bbfa3dce 100644
--- a/filter/.gitignore
+++ b/filter/.gitignore
@@ -1 +1,2 @@
-*/*
+*.pl
+*.pl.o
diff --git a/html/home.html b/html/home.html
index e77c09cd..dd6fcc1f 100644
--- a/html/home.html
+++ b/html/home.html
@@ -25,7 +25,6 @@ Here are various jumping off points:-
 <!-- Standard Footer!! -->                                                              <p>&nbsp;</p>
         <p>                                                                               <FONT COLOR="#606060"><hr></font>
         <font color="#FF0000" size=-2>                                                    Copyright &copy; 1998 by Dirk Koopman G1TLH. All Rights Reserved<br>
-        </font>                                                                         <font color="#000000" size=-2>$Id: index.html,v 1.19 2001/04/17 20:44:11
- g0vgs Exp $
+        </font>                                                                         <font color="#000000" size=-2>$Id$
 </body>
 </html>
diff --git a/html/newprot.html b/html/newprot.html
index 1bb84fe2..a0e40c86 100644
--- a/html/newprot.html
+++ b/html/newprot.html
@@ -208,6 +208,5 @@ sufficient!</p>
 <span class="copy">Copyright © 2001 by Dirk Koopman G1TLH. All Rights
 Reserved</span>
  <br>
-<span class="id">$Id: index.html,v 1.19 2001/04/17 20:44:11 g0vgs Exp
-$</span></body>
+<span class="id">$Id$</span></body>
 </html>
diff --git a/perl/Version.pm b/perl/Version.pm
index 42a2c0f4..c8c060a9 100644
--- a/perl/Version.pm
+++ b/perl/Version.pm
@@ -10,6 +10,6 @@ package main;
 use vars qw($version $build);
 
 $version = '1.53';
-$build = '10';
+$build = '11';
 
 1;