Changed the website address

This commit is contained in:
Michiel Broek 2003-09-02 18:29:19 +00:00
parent a91e38df0f
commit 43daa4cfbd
11 changed files with 18 additions and 25 deletions

View File

@ -30,6 +30,7 @@ v0.37.6 10-Aug-2003
binkp long filenames escape method for Argus and Irex nodes. binkp long filenames escape method for Argus and Irex nodes.
Activated the productcode for mbse that is published in the Activated the productcode for mbse that is published in the
ftscprod.007 ftscprod.007
Changed the website address in several sources.
nodelist.a: nodelist.a:
Removed some of the debug logging. Removed some of the debug logging.

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. 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 The even minor version numbers will be stable releases, they will be available
at http://mbse.sourceforge.net and at 2:280/2802. The first version using this at http://www.mbse.dds.nl and at 2:280/2802. The first version using this
scheme is 0.36.00 scheme is 0.36.00

View File

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

View File

@ -13,19 +13,17 @@
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<div align="right"><h5>Last update 28-Sep-2002</h5></div> <div align="right"><h5>Last update 02-Sep-2003</h5></div>
<div align="center"><H1>Introduction to MBSE BBS.</H1></div> <div align="center"><H1>Introduction to MBSE BBS.</H1></div>
<P> <P>
<H3>Distribution.</H3> <H3>Distribution.</H3>
<P> <P>
There are only four official distribution sites for the mbse bbs package. They are: These are the only official distribution sites for the mbse bbs package. They are:
<OL> <OL>
<LI><A HREF="http://mbse.sourceforge.net">http://mbse.sourceforge.net</A> Primary site <LI><A HREF="http://www.mbse.dds.nl">http://www.mbse.dds.nl</A>
<LI><A HREF="http://mbse.freezer-burn.org">http://mbse.freezer-burn.org</A> Mirror site
<LI>fidonet node 2:280/2802 (+31-255-515973). <LI>fidonet node 2:280/2802 (+31-255-515973).
<LI>fidonet node 2:280/2801 (+31-255-536577).
</OL> </OL>
If you find mbse bbs on another site it may be out of date. I have no control over these sites. 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 New versions of mbse bbs are announced in the fidonet area LINUX_BBS and MBSE
@ -33,9 +31,9 @@ support echo. On the official fidonet
nodes you can request the latest version with the magic MBSEBBS. You will then get a zip file, nodes you can request the latest version with the magic MBSEBBS. You will then get a zip file,
in this zip file is the original tar.gz file. This is to let systems who only support 8.3 in this zip file is the original tar.gz file. This is to let systems who only support 8.3
filenames to pickup the distribution package. You can also subscribe to the mailinglist filenames to pickup the distribution package. You can also subscribe to the mailinglist
<b>mbse-announce@lists.sourceforge.net</b> to receive announcements. This will also work for fidonet <b>mbse-announce@lists.sourceforge.net</b> to receive announcements.
systems if you send your netmail via the official fido/internet gateway. You can also You can also subscribe online at
subscribe online at <A HREF="http://lists.sourceforge.net/lists/listinfo/mbse-announce">sourceforge</A> <A HREF="http://lists.sourceforge.net/lists/listinfo/mbse-announce">sourceforge</A>
<P>&nbsp;<P> <P>&nbsp;<P>
<H3>History.</H3> <H3>History.</H3>

View File

@ -55,12 +55,6 @@ nodelist with the <strong>mbfido</strong> program.
<P> <P>
<code><strong>-quiet</strong></code> - supress screen output, this switch is needed when <code><strong>-quiet</strong></code> - supress screen output, this switch is needed when
<strong>mbdiff</strong> runs on the background. <strong>mbdiff</strong> runs on the background.
<P>&nbsp;<P>
<H3>Bugs.</H3>
<P>
If you find any bugs, mispelled documentation etc, please contact the author:
Michiel Broek at 2:280/2802@Fidonet or <A HREF="mailto:mbroek@users.sourceforge.net">mbroek@users.sourceforge.net</A>
<P> <P>
<A HREF="index.htm"><IMG SRC="../images/larrow.png" ALT="Index" Border="0">Back to index</A>&nbsp; <A HREF="index.htm"><IMG SRC="../images/larrow.png" ALT="Index" Border="0">Back to index</A>&nbsp;

View File

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

View File

@ -4,7 +4,7 @@
* Purpose ...............: Product information * Purpose ...............: Product information
* *
***************************************************************************** *****************************************************************************
* Copyright (C) 1997-2002 * Copyright (C) 1997-2003
* *
* Michiel Broek FIDO: 2:280/2802 * Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10 * Beekmansbos 10
@ -117,7 +117,7 @@ void cr(void)
rs(a); rs(a);
wl(a); wl(a);
ls(a); ls(a);
pout(15, 0, (char *)"Available from http://mbse.sourceforge.net or 2:280/2802 "); pout(15, 0, (char *)"Available from http://www.mbse.dds.nl or 2:280/2802 ");
rs(a); rs(a);
wl(a); wl(a);
ls(a); ls(a);

View File

@ -7,7 +7,7 @@
* Copyright (C) 1997-2003 * Copyright (C) 1997-2003
* *
* Michiel Broek FIDO: 2:280/2802 * Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10 Internet: mbroek@users.sourceforge.net * Beekmansbos 10
* 1971 BV IJmuiden * 1971 BV IJmuiden
* the Netherlands * the Netherlands
* *

View File

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

View File

@ -4,10 +4,10 @@
* Purpose ...............: Libraries include list for mbtask * Purpose ...............: Libraries include list for mbtask
* *
***************************************************************************** *****************************************************************************
* Copyright (C) 1997-2002 * Copyright (C) 1997-2003
* *
* Michiel Broek FIDO: 2:280/2802 * Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10 Internet: mbse@user.sourceforge.net * Beekmansbos 10
* 1971 BV IJmuiden * 1971 BV IJmuiden
* the Netherlands * the Netherlands
* *

View File

@ -7,7 +7,7 @@
* Copyright (C) 1997-2002 * Copyright (C) 1997-2002
* *
* Michiel Broek FIDO: 2:280/2802 * Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10 Internet: mbse@user.sourceforge.net * Beekmansbos 10
* 1971 BV IJmuiden * 1971 BV IJmuiden
* the Netherlands * the Netherlands
* *