-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.html
More file actions
83 lines (69 loc) · 3.26 KB
/
scripts.html
File metadata and controls
83 lines (69 loc) · 3.26 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
<html>
<head>
<title>FTN Perl Scripts</title>
<meta name="author" content="Robert James Clay">
<meta name="keywords" CONTENT="Perl Fidonet FTN BBS">
<meta http-equiv="KEYWORDS" CONTENT="Perl, Fidonet, FTN, BBS">
<meta name="description" CONTENT="Fidonet(FTN) related Perl scripts/software">
<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">
Fidonet(FTN) related Perl scripts/software
</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="fullWidth">
<h2>Fidonet related Perl scripts</h2>
<ul>Nodelist
<li><b>nl2db</b> - Perl scripts to load and manage the information in an FTN nodelist into a database supported by the Perl DBI module.</li>
</ul>
<ul>Packet
<li><b>pkt2txt</b> - pkt2txt.pl - Perl script to read FTN packets & output text files for the included messages</li>
<li><b>pkt2html</b> - pkt2html.pl - Perl script to read FTN packets & output html files for the included messages</li>
</ul>
<ul>SRIF
<li><b>srifpl</b> - srif.pl - Test script for an external file request processor using SRIF files.</li>
</ul>
<ul>BBS
<li><b>bbsdbpl</b> - Perl scripts for an FTN compatible BBS, with the message base being held in a MySQL Database. </li>
</ul>
<ul>BBBS
<li><b>mrtgbbbs</b> - mrtgbbbs.pl - Perl script for reading the mrtg info from the BBBS standard port.</li>
<li><b>descadd</b> - descadd.pl - Perl script to add File area descriptions from the FDN list into your BBBS filedirg.000 file.</li>
<li><b>indexer</b> - indexer.pl - Perl script to generate web pages for bbbs file directories.</li>
<li><b>ticmsg</b> - ticmsg.pl - Perl script to sort & organize file lists for posting.</li>
</ul>
<ul>Husky Project
<li><b>hpt2sql</b> - Perl scripts for using an SQL database with the Fidonet/FTN compatible Fidonet Tosser/Scanner, HPT from the Husky project. This version uses only the Perl hooks in HPT, standard Perl, & a MySQL database.</li>
</ul>
<ul><a href="http://maximus.sourceforge.net">Maximus </a> BBS
<li><b>af4max</b> - Perl script which will produce a list of all files available for download from the file areas of a Maximus bulletin board system. Runs under Linux, DOS, OS/2 and Windows. (GNU GPL)</li>
</ul>
</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>