Skip to content
Snippets Groups Projects
Commit 8fd1dd33 authored by rswindell's avatar rswindell
Browse files

Fixed broken links (thanks Z!).

parent 28c2f739
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Synchronet BBS Software - Baja Documentation</title>
</head>
......@@ -15,7 +15,7 @@
<hr>
<!--webbot bot="Include" endspan i-checksum="23126" -->
<!--webbot bot="Include" i-checksum="23172" endspan -->
<h1>Synchronet Baja® Documentation
......@@ -276,7 +276,7 @@ only expanded in posts and e-mail if posted locally by user #1 (the sysop).
<pre> &quot;C:\README.TXT&quot;</pre>
<pre> would be an invalid path and filename.</pre>
<pre> &quot;C:\\README.TXT&quot;</pre>
<pre> would be the correct C string to represent <a href="file:///C:/README.TXT">C:\README.TXT</a>.</pre>
<pre> would be the correct C string to represent C:\README.TXT.</pre>
<h2> <a name="IntegerConstants">[2.5] - Integer Constants:</a></h2>
<pre> Many functions allow or require the use of integer constants (as
opposed to integer variables). An integer constant is a number that is
......@@ -3652,8 +3652,8 @@ http://www.synchro.net</a>
read the <a href="http://www.synchro.net/copyright.html">Copyright Documentation</a>
.</font></p>
<!--webbot bot="Include" endspan i-checksum="55766" -->
<!--webbot bot="Include" i-checksum="55766" endspan -->
</body>
</html>
</html>
\ No newline at end of file
......@@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Installation</title>
<base target="_self">
......@@ -16,7 +16,7 @@
<hr>
<!--webbot bot="Include" endspan i-checksum="23126" -->
<!--webbot bot="Include" i-checksum="23172" endspan -->
<p><a name="top"></a><a href="sysop.html#TOC">Back to Table of Contents</a></p>
......@@ -54,7 +54,7 @@ Upgrading to a Newer Version of Synchronet</h3>
of Synchronet, this topic is not covered here. When upgrading an existing Synchronet
installation to a newer version or revision, you should <b>ALWAYS</b> consult the
upgrade documentation included with the distribution (usually in the form of an
<a href="../upgrade.txt">UPGRADE.TXT</a> file). Upgrade-only distributions are usually made available
<a href="upgrade.txt">UPGRADE.TXT</a> file). Upgrade-only distributions are usually made available
in a more compact archive form (e.g. <b>sbup300c.zip</b>).</pre>
<h3><b>Windows 95/98/ME/NT/2000 Installation</b></h3>
<pre>After downloading the Synchronet distribution file (e.g. <b>sbbs300c.zip</b>), you will
......@@ -84,8 +84,7 @@ installation components:</pre>
</li>
</ul>
<pre><img border="0" src="images/setuptype.png" width="479" height="357"></pre>
<pre>
After completing your selection and the installation is completed you will
<pre>After completing your selection and the installation is completed you will
find a new Icon on your Desktop and in your StartUp Folder in your Start
Menu. If you do not want Synchronet to start automatically during boot, you
may safely delete the Synchronet shortcut from your StartUp Folder.</pre>
......@@ -138,7 +137,7 @@ familiar with the <a href="user_editor.html">Synchronet User Editor</a> and set
for the account(s) you have created.</pre>
<pre>Once you have completed the initial setup of your system and sysop
account you have a basic functioning Synchronet BBS System. Please
refer to the rest of the <a href="../index.htm">documentation</a> to finish the setup of your new
refer to the rest of the <a href="index.htm">documentation</a> to finish the setup of your new
BBS System.</pre>
<h3>Copying Utilities</h3>
......@@ -199,8 +198,8 @@ http://www.synchro.net</a>
read the <a href="http://www.synchro.net/copyright.html">Copyright Documentation</a>
.</font></p>
<!--webbot bot="Include" endspan i-checksum="55766" -->
<!--webbot bot="Include" i-checksum="55766" endspan -->
</body>
</html>
</html>
\ No newline at end of file
<HTML><HEAD>
<title>Synchronet Source Code</title>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="Microsoft FrontPage 6.0" name=GENERATOR></HEAD>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY>
<font face="Arial", "Helvetica">
<H1 align="center">Synchronet Source Code</H1>
......@@ -167,8 +167,7 @@ See <tt>docs\sbbscon.txt</tt> for more details on using the console mode version
<ol>
<li>Install C++ Builder (if you haven't already)
<li>Make sure your C++ Builder <tt>bin\bcc32.cfg</tt> file contains the correct <i>include</i> and <i>lib</i> paths.
<br>Example:<pre>
-Ic:\borland\bcc55\include
<br>Example:<pre>-Ic:\borland\bcc55\include
-Lc:\borland\bcc55\lib</pre>
<li>Get the Synchronet source and library files (if you haven't already)
<li>At a command prompt, go to the Synchronet <tt>src\sbbs3</tt> directory and run <tt>make</tt>
......@@ -196,7 +195,7 @@ See <tt>docs\sbbscon.txt</tt> for more details on using the console mode version
<p>
<hr>
<H2>History (as of October 2000)</H2>
<H3>The Beginning</H3>I, <a href="author.html">Rob
<H3>The Beginning</H3>I, <a href="http://synchro.net/docs/author.html">Rob
Swindell</a>, started writing Synchronet BBS Software from scratch in 1990 (at
the age of 20). At that time, I had been programming in C for about a year and a
half. Needless to say, some of the early design decisions, I would've made
......@@ -318,7 +317,7 @@ doors&quot;). In any case, if and when you make useful modifications to the
source code, you are encouraged to submit those changes to <a href="mailto:mods&#64synchro.net">mods&#64synchro.net</a>
for possible inclusion in a future Synchronet release. Frequent contributors may
become official co-developers and be given direct read/write access to the CVS
repository by <a href="author.html">me</a>, the maintainer of the project.</p>
repository by <a href="http://synchro.net/docs/author.html">me</a>, the maintainer of the project.</p>
<h3>Custom Modifications</h3>
<p>If you are modifying the code for use on a single BBS and do not wish to give
those modifications to anyone else, you have that right. To make synchronization
......@@ -414,7 +413,8 @@ with the v3 style shown above.</p>
described above).</li>
<li>Configure your text editor for 4 space tab stops and keep the physical
tabs in the files (do not replace them with spaces).</li>
<li>Use the Synchronet copyright comment block (including the <a href="ptsc_hdr.html">PT/SC
<li>Use the Synchronet copyright comment block (including the
<a href="http://synchro.net/ptsc_hdr.html">PT/SC
headers</a>) when creating new source files.</li>
<li>Do not extend lines beyond column 100.</li>
<li>Add comments around or near any code you add or modify explaining the
......
......@@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>External Utility Reference</title>
</head>
......@@ -15,7 +15,7 @@
<hr>
<!--webbot bot="Include" endspan i-checksum="23126" -->
<!--webbot bot="Include" i-checksum="23172" endspan -->
<p><a name="top"></a><a href="sysop.html#TOC">Back to Table of Contents</a></p>
<h2>[15.1] - <a name="CHKSMB">CHKSMB</a> - Checks mail/message base for
......@@ -1113,7 +1113,7 @@ To edit an individual node's statistics, you can either run DSTSEDIT with the
node's directory as the current directory, or run DSTSEDIT with the node's
directory as an argument.
Example: <b>DSTSEDIT <a href="file:///C:/SBBS/NODE1">C:\SBBS\NODE1</a></b></pre>
Example: <b>DSTSEDIT C:\SBBS\NODE1</b></pre>
<h2>[15.17] - <a name="TOTALS">TOTALS</a>: External Programs Credit Gain/Loss
Log Totaling Utility</h2>
<pre>The TOTALS.COM utility is used to generate a total gain/loss of multiple log
......@@ -1242,8 +1242,8 @@ http://www.synchro.net</a>
read the <a href="http://www.synchro.net/copyright.html">Copyright Documentation</a>
.</font></p>
<!--webbot bot="Include" endspan i-checksum="55766" -->
<!--webbot bot="Include" i-checksum="55766" endspan -->
</body>
</html>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment