-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSynchronetProjects.html
More file actions
126 lines (88 loc) · 4.13 KB
/
SynchronetProjects.html
File metadata and controls
126 lines (88 loc) · 4.13 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="author" content="Robert James Clay" />
<meta name="generator" content="Robert James Clay" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen, tv, projection" title="Default" />
<link rel="stylesheet alternative" type="text/css" href="print.css" media="screen" title="Print Preview" />
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
<title>Synchronet Projects Index</title>
</head>
<body>
<!-- For non-visual user agents: -->
<div id="top"><a href="#mainbody" class="doNotDisplay doNotPrint">Skip to main content.</a></div>
<!-- ##### Header ##### -->
<div id="header">
<div class="midHeader">
<h1 class="headerTitle" lang="en">Synchronet BBS</h1>
<div class="headerSubTitle" title="ftnapps at GitHub">
Information and projects related to the Synchronet BBS Application
</div>
<br class="doNotDisplay doNotPrint" />
<div class="headerLinks">
<span class="doNotDisplay">Tools:</span>
<!--
<a href="index.html">sitemap «</a>
<span class="doNotDisplay">|</span>
<a style="cursor: help;" title="Thanks to CSS, this page is already printer friendly!">printer-friendly version «</a>
-->
</div>
</div>
<div class="subHeader">
<span class="doNotDisplay">Navigation:</span>
<a href="index.html">Home</a> |
<a href="BBSIndex.html">BBS</a> |
<a href="SynchronetProjects.html">Synchronet</a>
</div>
</div>
<!-- ##### Main Body ##### -->
<div id="mainbody">
<div class="rowOfBoxes">
<div class="twoThirds noBorderOnLeft">
<p>This part of the site is for information related to Synchro BBS, which is a complete
<a href="http://en.wikipedia.org/wiki/Bulletin_board_system">BBS</a>
package which allows you to "create a custom online service supporting
multiple simultaneous users with hierarchical message and file areas,
multi-user chat, and the ever-popular BBS door games". See its
<a href="http://www.synchro.net/">home page</a> for details regarding the Synchronet
application itself.</p>
<ul>
<li><a href="https://github.com/ftnapps/pkg-sbbs"><b>pkg-sbbs</b></a> - Packaging
Synchronet BBS for Debian/Ubuntu systems.
</li>
<li><a href="https://github.com/ftnapps/sbbsdev"><b>sbbsdev</b></a> - This
is for a package which enables the development of Synchronet BBS on
Debian/Ubuntu systems.
</li>
</ul>
</div>
</div>
</div>
<div class="oneThird">
<ul type="DISC">Quicklinks
<li><a href="http://github.com/ftnapps/pkg-sbbs">ftnapps/pkg-sbbs</a></li>
<li><a href="http://github.com/ftnapps/sbbsdev">ftnapps/sbbsdev</a></li>
</ul>
<ul type="DISC">
<li>Synchronet <a href="http://www.synchro.net">Home Page</a></li>
</ul>
<ul type="DISC">
<li>SyncTerm <a href="http://syncterm.bbsdev.net/">Home Page</a></li>
<li>SyncTerm <a href="http://sourceforge.net/projects/syncterm/">SourceForge Page</a></li>
<li>SyncTerm Package <a href="https://github.com/ftoledo/pkg-syncterm">Repository</a></li>
</ul>
<p class="filler"><!-- Filler para to extend left vertical line --></p>
<p class="filler"><!-- Filler para to extend left vertical line --></p>
</div>
</div>
<!-- ##### Footer ##### -->
<div id="footer">
<span class="doNotPrint">
For comments or questions about this website, please contact the
<a href="mailto:jame@rocasa.us" title="NB: jame (at) rocasa.us"> Webmaster</a>
</span>
</div>
</body>
</html>