From 8fd1dd330fc9fbf7ff622f03d67361e1ff37af5a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 4 Jan 2005 07:58:19 +0000 Subject: [PATCH] Fixed broken links (thanks Z!). --- docs/baja.html | 10 +++++----- docs/install.html | 15 +++++++-------- docs/source.html | 12 ++++++------ docs/utility_reference.html | 10 +++++----- 4 files changed, 23 insertions(+), 24 deletions(-) diff --git a/docs/baja.html b/docs/baja.html index d8d0676ce1..46440e8c21 100644 --- a/docs/baja.html +++ b/docs/baja.html @@ -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> "C:\README.TXT"</pre> <pre> would be an invalid path and filename.</pre> <pre> "C:\\README.TXT"</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 diff --git a/docs/install.html b/docs/install.html index c0ffeaa0b5..5e9991f048 100644 --- a/docs/install.html +++ b/docs/install.html @@ -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 diff --git a/docs/source.html b/docs/source.html index 618fe43425..ebd0915946 100644 --- a/docs/source.html +++ b/docs/source.html @@ -1,7 +1,7 @@ <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"). 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@synchro.net">mods@synchro.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 diff --git a/docs/utility_reference.html b/docs/utility_reference.html index 84a9c3ce1f..6b68484dbf 100644 --- a/docs/utility_reference.html +++ b/docs/utility_reference.html @@ -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 -- GitLab