merge back some files from SIMPLEROUTE

This commit is contained in:
Dirk Koopman 2007-06-15 00:30:45 +01:00
parent 8e466de8ba
commit 2e0389ec62
7 changed files with 23 additions and 6 deletions

12
.gitignore vendored
View File

@ -1,4 +1,16 @@
local*
*~
*.[oa]
*.tmp
CVS
tmp
*.bak
.#*
*#
*gz
*zip
.*
!.gitignore
packclus
tutor*
db

3
connect/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!.gitignore
!*.issue

3
data/.gitignore vendored
View File

@ -8,3 +8,6 @@ dupefile
log
wwv
wcy
motd*
issue
logout

3
filter/.gitignore vendored
View File

@ -1 +1,2 @@
*/*
*.pl
*.pl.o

View File

@ -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>

View File

@ -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>

View File

@ -10,6 +10,6 @@ package main;
use vars qw($version $build);
$version = '1.53';
$build = '10';
$build = '11';
1;