Bumped to version 0.83.22 and changed internet domain

This commit is contained in:
Michiel Broek 2006-07-03 20:27:21 +00:00
parent 6a6b804d7f
commit 6f0fbc34e4
13 changed files with 19 additions and 16 deletions

View File

@ -5,7 +5,7 @@ $Id$
The following people are members of the MBSE BBS development team:
Michiel Broek mbroek@mbse.dds.nl 2:280/2802
Michiel Broek mbroek@mbse.eu 2:280/2802
Ken Bowley kbowley@users.sourceforge.net, 1:114/485@fidonet
Redy Rodriguez redy@users.sourceforge.net 2:283/613.6
Scott Street sstreet98@users.sourceforge.net, 1:2600/135@fidonet

View File

@ -1,7 +1,10 @@
$Id$
v0.83.21 10-Jun-2006
v0.83.22 03-Jul-2006
v0.83.21 10-Jun-2006 - 03-Jul-2006
install:
The checkbasic script uses more tricks to see if you are mbse

View File

@ -18,7 +18,7 @@ Full tic file support, including extended
tic files.
OS: GNU/Linux and *BSD, 32/64 bit versions.
Originating sites 2:280/2802@fidonet and
http://www.mbse.dds.nl/
http://www.mbse.eu/
Copyright by Michiel Broek.
Released under the terms of the GNU Public
License.

2
README
View File

@ -19,7 +19,7 @@ The odd minor version numbers are developent versions only. From 0.35.1 and up
these will not be released anymore but are only available via cvs.
The even minor version numbers will be stable releases, they will be available
at http://www.mbse.dds.nl and at 2:280/2802. The first version using this
at http://www.mbse.eu and at 2:280/2802. The first version using this
scheme is 0.36.00
For first time installing, see the file INSTALL. After installation, the html

View File

@ -35,7 +35,7 @@ If anything goes wrong with this script, look at the output of
the file SETUP.log that is created by this script in this
directory. If you can't get this script to run on your system,
mail this logfile to Michiel Broek at 2:280/2802 or email it
to mbroek@mbse.dds.nl
to mbroek@mbse.eu
EOF
@ -497,7 +497,7 @@ if [ -f /etc/xinetd.conf ]; then
cat << EOF >> $XINET
#:MBSE BBS services are defined here.
#
# Author: Michiel Broek <mbse@mbse.dds.nl>, 27-Sep-2004
# Author: Michiel Broek <mbse@mbse.eu>, 27-Sep-2004
service binkp
{

2
TODO
View File

@ -1,6 +1,6 @@
$Id$
MBSE BBS V0.83.21 TODO list.
MBSE BBS V0.83.22 TODO list.
----------------------------
These are a list of things that must be implemented one way or

2
configure vendored
View File

@ -1305,7 +1305,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="83"
REVISION="21"
REVISION="22"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2006 M. Broek"

View File

@ -13,7 +13,7 @@ dnl
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="83"
REVISION="21"
REVISION="22"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2006 M. Broek"

View File

@ -1,9 +1,9 @@
MBSE Support BBS is the main development system for the MBSE BBS package.
MBSE BBS is available from 2:280/2802, magic request is MBSEBBS.
Also available at http://www.mbse.dds.nl
Also available at http://www.mbse.eu
MBSE Support BBS es el sistema principal de sdesarrollo de paquete
MBSE BBS.
MBSE BBS esta disponible en 2:280/2802, peticion de magic MBSEBBS.
Tambien esta disponible en http://www.mbse.dds.nl
Tambien esta disponible en http://www.mbse.eu

View File

@ -21,8 +21,8 @@
<P>
These are the only official distribution sites for the mbse bbs package. They are:
<OL>
<LI><A HREF="http://www.mbse.dds.nl">http://www.mbse.dds.nl</A>
<LI>fidonet node 2:280/2802 (+31-255-515973).
<LI><A HREF="http://www.mbse.eu">http://www.mbse.eu</A>
<LI>fidonet node 2:280/2802 binkp fido.mbse.eu
</OL>
If you find mbse bbs on another site it may be out of date. I have no control over these sites.
New versions of mbse bbs are announced in the fidonet area LINUX_BBS and MBSE

View File

@ -461,7 +461,7 @@ void soft_info(void)
#endif
center_addstr(12, temp);
set_color(LIGHTCYAN, BLACK);
center_addstr(14, (char *)"http://www.mbse.dds.nl or 2:280/2802");
center_addstr(14, (char *)"http://www.mbse.eu or 2:280/2802");
set_color(LIGHTGREEN, BLACK);
center_addstr(rows -7, (char *)"This is free software; released under the terms of the GNU General");
center_addstr(rows -6, (char *)"Public License as published by the Free Software Foundation.");

View File

@ -116,7 +116,7 @@ void cr(void)
rs(a);
wl(a);
ls(a);
pout(WHITE, BLACK, (char *)"Available from http://www.mbse.dds.nl or 2:280/2802 ");
pout(WHITE, BLACK, (char *)"Available from http://www.mbse.eu or 2:280/2802 ");
rs(a);
wl(a);
ls(a);

View File

@ -176,7 +176,7 @@ void soft_info(void)
#endif
center_addstr(12, temp);
set_color(LIGHTCYAN, BLACK);
center_addstr(14, (char *)"http://www.mbse.dds.nl or 2:280/2802");
center_addstr(14, (char *)"http://www.mbse.eu or 2:280/2802");
set_color(LIGHTGREEN, BLACK);
center_addstr(LINES -7, (char *)"This is free software; released under the terms of the GNU General");
center_addstr(LINES -6, (char *)"Public License as published by the Free Software Foundation.");