-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathftnpldb.html
More file actions
91 lines (74 loc) · 3.2 KB
/
ftnpldb.html
File metadata and controls
91 lines (74 loc) · 3.2 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
<html>
<head>
<title>FTN::Database Perl Module</title>
<meta name="author" content="Robert James Clay">
<meta name="keywords" CONTENT="Perl Fidonet FTN BBS">
<meta http-equiv="KEYWORDS" CONTENT="Perl, Modules, Fidonet, FTN, BBS">
<meta name="description" CONTENT="Fidonet(FTN) related Perl Modules">
<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">
FTN::Database Perl Module
</div>
</div>
<div class="subHeader">
<span class="doNotDisplay">Navigation1:</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 class="subHeader">
<span class="doNotDisplay">Navigation2:</span>
<a href="modules.html">Index</a> |
<a href="ftnpladx.html">Address</a> |
<a href="ftnpldb.html">Database</a> |
<a href="ftnpljam.html">JAM</a> |
<a href="ftnpllog.html">Log</a> |
<a href="ftnplnl.html">Nodelist</a> |
<a href="ftnplout.html">Outbound</a> |
<a href="ftnplpkt.html">Packet</a> |
<a href="ftnplsrf.html">SRIF</a> |
<a href="ftnpltic.html">Tick</a> |
<a href="ftnplutl.html">Utility</a> |
<a href="ftnmodpl.html">Other</a>
</div>
</div>
<div id="mainbody">
<div class="rowOfBoxes">
<div class="fullWidth">
<h2>FTN::Database</h2>
<ul><b>FTN::Database</b> (ftnpldb)
<li>Perl modules containing common related subroutines for Fidonet/FTN related
processing using an SQL Database, plus associated scripts that both serve as examples
of using the modules and also provide some basic functionality. The SQL
database engine is one for which a DBD module exists, defaulting to SQLite.</li>
<li>Archives are available here in the ftn-database section of the project
<a href="http://sourceforge.net/projects/ftnpl/files/">files</a>.</li>
<li>Browse the GIT code
<a href="http://ftnpl.git.sourceforge.net/git/gitweb.cgi?p=ftnpl/ftn-database.git">repository</a>.</li>
<li>FTN::Database at <a href="http://search.cpan.org/dist/FTN-Database/">CPAN</a>.</li>
</ul>
<ul><b>FTN::Database::Nodelist</b>
<li>Perl module containing common nodelist related subroutines for Fidonet/FTN Nodelist related
processing on a Nodelist table in an SQL Database. Part of the FTN::Database distribution.</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>