-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.html
More file actions
96 lines (82 loc) · 3.71 KB
/
information.html
File metadata and controls
96 lines (82 loc) · 3.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<html>
<head>
<title>ftnpl.sf.net: Fidonet/Perl Info</title>
<meta name="author" content="Robert James Clay">
<meta name="keywords" CONTENT="Perl Fidonet FTN BBS">
<meta http-equiv="KEYWORDS" CONTENT="Perl, Fidonet, FTN, Information">
<meta name="description" CONTENT="Information and links about Fidonet and Perl. ">
<link rel="stylesheet" type="text/css" href="./screen.css" media="screen, tv, projection" title="Default" />
<link rel="stylesheet" type="text/css" href="./print.css" media="print" />
</head>
<body>
<div id="header">
<div class="Header">
<h1 class="headerTitle" lang="en">Perl for Fidonet (FTN) Systems</h1>
<div class="headerSubTitle" title="Description of page">
Information and links about Fidonet.
</div>
</div>
<div class="subHeader">
<span class="doNotDisplay">Navigation:</span>
<a href="index.html">Home</a> |
<a href="modules.html">Modules</a> |
<a href="scripts.html">Scripts</a> |
<a href="applications.html">Apps</a> |
<a href="links.html">Links</a> |
<a href="information.html">Info</a>
</div>
</div>
<div id="mainbody">
<div class="rowOfBoxes">
<div class="twoThirds noBorderOnLeft">
<h2><a href="fidonet">Fidonet</a></h2>
<p> Fidonet is an international amateur network of computer systems, often
running public access bbs's, and all connected by modem (& often via the
internet as well). "Othernets" are distribution networks which use fidonet software. Also known as Fidonet Technogy Networks (FTN).</p>
<p><a href="http://www.fidonet.org/inet92_Randy_Bush.txt">FidoNet: Technology, Use, Tools, and History</a>, By Randy Bush </p>
<p> "Fido", "<a href="http://www.fidonet.org">Fidonet</a>",
and the dog-with-diskette were U.S. registered trademarks of Tom Jennings, tomj@wps.com. </p>
</div>
<div class="oneThird">
<h2>Fidonet Quick Links</h2>
<ul>
<li><a href="http://www.fidonet.org">www.fidonet.org</a></li>
<li><a href="http://www.z1.fidonet.org">www.z1.fidonet.org</a></li>
<li><a href="http://www.z3.fidonet.org">www.z3.fidonet.org</a></li>
<li><a href="http://www.z6.fidonet.org">www.z6.fidonet.org</a></li>
<li><a href="http://www.fidonet.us">www.fidonet.us</a></li>
<li><a href="http://www.fidonet.ca">www.fidonet.ca</a></li>
<li><a href="http://www.ftsc.org">www.ftsc.org</a></li>
<li><a href="http://ns.z1.fidonet.net">ns.z1.fidonet.net</a></li>
</ul>
</div>
</div>
<div class="rowOfBoxes dividingBorderAbove">
<div class="oneThird noBorderOnLeft">
<h2>Perl Quick Links</h2>
<ul>
<li><a href="http://www.cpan.org">www.perl.org</a></li>
<li><a href="http://faq.cpan.org">faq.perl.org</a></li>
<li><a href="http://www.cpan.org">www.cpan.org</a></li>
<li><a href="http://bookmarks.cpan.org">bookmarks.cpan.org</a></li>
</ul>
</div>
<div class="twoThirds">
<h2><a href="perl">Perl</a></h2>
<p>Perl is a stable, cross platform programming language.
It is used for mission critical projects in the public and private
sectors and is widely used to program web applications of all needs.</p>
<p>Perl is widely used by Fidonet sysops; both in or with applications
as well as in individual scripts.</p>
</div>
</div>
</div>
<div id="footer">
<table width="100%">
<tr><td align="right">
<font size="-2">Copyright © 2011 Robert James Clay</font>
</td></tr>
</table>
</div>
</body>
</html>