-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
590 lines (545 loc) · 25 KB
/
index.html
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R3HLHFB9GF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R3HLHFB9GF');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>WWIV Bulletin Board Software</title>
<!-- Bootstrap -->
<link href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.1/flatly/bootstrap.min.css" rel="stylesheet" integrity="sha384-WuViQmTamrPyvMFZjf8te7HpKtdxuzV/HX1yG26a0d8yieIBr+beDf1ME99iX1cM" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="#">WWIV</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01"
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://docs.wwivbbs.org/en/latest"">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/wwivbbs/wwiv/releases/">Downloads</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/wwivbbs/wwiv">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/wwivbbs/wwiv/issues">Issue Tracker</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://cse.google.com/cse/publicurl">
<input type="hidden" name="cx" value="018160496688054564268:fpl4nbkxbae">
<input class="form-control mr-sm-2" type="text" placeholder="Search" name="q">
<button class="btn btn-secondary my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<div class="jumbotron">
<h1 class="text-center">WWIV BBS Software</h1>
<div class="container-fluid text-center">
<a class="btn btn-primary btn-lg"
href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.8.1"
role="button">Download</a>
<a class="btn btn-secondary btn-lg" href="http://docs.wwivbbs.org/en/latest" role="button">Documentation</a>
</div>
<br/>
<div class="container-fluid"> <img src="http://www.wwivbbs.org/images/WWIV_logo.jpg" alt="" class="d-block mx-auto img-fluid" style="width: 100%"> </div>
<div class="row">
<div class="col"></div>
<div class="col-sm text-center">
<p><br/></p>
<p>WWIV is computer bulletin board system (BBS) originally written in Basic, ported to Pascal, C and finally C++. </p>
<p>WWIV v5 is Open Source released under the Apache License version v2.0.</p>
</div>
<div class="col"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="text-center col-sm-6">
<h3><span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span>
Main Features</h3>
<p> Drop-in compatible with 4.3 or later<br/>
32-bit Win32 version<br/>
32-bit and 64-bit Linux version<br/>
Telnet/SSH Server with blocklisting support<br/>
Internal X/Y/Z-Modem protocol support<br/>
Native QWK support<br/>
Native WWIVnet networking included<br/>
Native FidoNet (FTN) networking support<br/>
DOOR32.SYS support<br/>
Works with Netfoss, SynchroNet FOSSIL driver or DOSBOX/DOSEMU for door support.<br/>
</p>
</div>
<div class="text-center col-sm-6">
<h3>
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
<a name="downloads">Downloads</a>
</h3>
<p>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.8.1"> WWIV 5.8.1 (GA release) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.8.0"> WWIV 5.8.0 (Preview release) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.2"> WWIV 5.7.2 (GA release) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.1"> WWIV 5.7.1 (Preview release) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.0"> WWIV 5.7.0 (Preview release) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.6.1"> WWIV 5.6.1 (stable/GA release) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.6.0"> WWIV 5.6.0 (Preview release) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.5.1"> WWIV 5.5.1 (stable/GA release) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.4.0"> WWIV 5.4.0 (archived) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.3.1"> WWIV 5.3.1 (archived) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.2.0"> WWIV 5.2 (archived) </a><br/>
<a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.1.0"> WWIV 5.1 (archived) </a><br/>
<a href="https://build.wwivbbs.org/jenkins/job/wwiv_5.0.0/label=windows/lastSuccessfulBuild/artifact/"> WWIV 5.0 (archived) </a><br/>
</p>
<p>
After downloading WWIV, please read <a href="http://docs.wwivbbs.org/">Installing WWIV</a><br/>
</p>
<hr/>
</div>
<div class="text-center col-sm-6">
<h3><span class="glyphicon glyphicon-link" aria-hidden="true"></span> Links</h3>
<ul>
<a href="http://docs.wwivbbs.org/en/latest">WWIV 5.8 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/wwiv57">WWIV 5.7 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/wwiv56">WWIV 5.6 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/wwiv55">WWIV 5.5 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/wwiv54">WWIV 5.4 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/wwiv53">WWIV 5.3 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/wwiv52">WWIV 5.2 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/wwiv51">WWIV 5.1 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/wwiv500">WWIV 5.0 Documentation</a><br/>
<a href="http://docs.wwivbbs.org/en/latest">WWIV [Next Release] Documentation</a><br/>
<a href="./wwivnews">WWIVnews Archives</a><br/>
<a href="http://docs.wwivbbs.org/en/latest/wwiv_bbs_list/">WWIV BBS List</a><br/>
</ul>
</div>
</div>
</div>
<hr>
<div class="container">
<h2><span class="glyphicon glyphicon-flash" aria-hidden="true"></span> News</h2>
<!--- Template for new items
<div class="row">
<div class="col-md-11 center-block">
<h3>June 10, 2018</h3>
<hr/>
<hr/>
</div>
</div>
--->
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>December 24, 2023</h3>
<strong>WWIV 5.8.1 GA Release is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.8.1">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.8.1</a> for more information.
<br/> <br/>
<ul>
Incudes bugfix to 5.8.0 for WWIVbasic not finding lowercase module name
</ul>
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>April 29, 2023</h3>
<strong>WWIV 5.8.0 Preview Release is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.8.0">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.8.0</a> for more information.
<br/> <br/>
<ul>
<li>Implement support for epreproc.net (#1531)</li>
<li>Includes a ability to use WWIVdbg to debug WWIVbasic scripts</li>
<li>ANSI display speed (#1479). You can now add a pipe expression like: <code>|{set bps 2400}</code></li>
<li>Includes new implementation of the LNet tool</li>
<li>Supports auto adding of missing fido echos</li>
<li>Default colors for non-wwiv messages</li>
<li>Many bug fixes</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>December 9, 2022</h3>
<strong>WWIV 5.7.2 GA Release is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.2">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.2</a> for more information.
<br/> <br/>
Incudes bugfixes since 5.7.1
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>June 4, 2021</h3>
<strong>WWIV 5.7.1 Preview Release 2 is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.1">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.1</a> for more information.
<br/> <br/>
New features include:
<ul>
<li>Outbound telnet support from wwivd.</li>
<li>Added scripts for using QEMU/FreeDOS for DOS Doors.</li>
<li>Alpha level support for OS/2, including a FOSSIL driver for WWIV and OS/2</li>
<li>STDIO support now works on Win32. </li>
<li>Support for doors to loopback to unix or tcp socket for chains/doors.</li>
<li>Bugfixes and improvements throughout</li>
</ul>
</div>
</div>
<br/> <br/>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>April 23, 2021</h3>
<strong>WWIV 5.7.0 Preview Release is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.0">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.7.0</a> for more information.
<br/> <br/>
New features include:
<ul>
<li>Revamped newuser question system and customization</li>
<li>Support for multiple menusets in clean way</li>
<li>Support for screens wider than 80 cols</li>
<li>Greatly improved menu editor</li>
<li>New pipe expressions and many more ACS attributes available</li>
<li>ANSI Screen size detection</li>
<li>Many FTN, System, and File area improvements throughout</li>
</ul>
</div>
</div>
<br/> <br/>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>April 23, 2021</h3>
<strong>WWIV 5.6 GA Release (5.6.1) is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.6.1">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.6.1</a> for more information.
<br/> <br/>
Changes include many bug fixes over 5.6.0.
</div>
</div>
<br/> <br/>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>January 20, 2021</h3>
<strong>WWIV 5.6 Preview Release (5.6.0) is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.6.0">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.6.0</a> for more information.
<br/> <br/>
New features include:
<ul>
<li>Many ZModem fixes and file transfer fixes on Linux and Windows</li>
<li>ACS Expressions for Auth (replacing just SL, AR)</li>
<li>New "wwivutil instanc" command for displaying instance metadata</li>
<li>wwivfsed is now available as an external binary for use outside of WWIV</li>
<li>Support for Ubuntu 20.04 LTS has been added.</li>
<li>New WWIVbasic packages: wwiv.os, wwiv.time</li>
<li>Support for importing subs from backbone.na, etc using "wwivutil subs import"</li>
<li>New menu support, enabling more menu items and allowing multiple actions.</li>
<li>Added ability to display text files, emulating a BPS setting</li>
<li>Added Pipe Expressions support, starting with resettings lines, and pause</li>
<li>Integrated netfoss support for easier doors under 32-bit windows</li>
<li>Use UTF-8 locally for display. Make sure your term is set to UTF-8 on *nix
and use true-type font on Windows</li>
<li>Added "wwivutil email" command similar to wwivutil messages.</li>
<li>Many FTN, QWK, and File area improvements throughout</li>
</ul>
</div>
</div>
<br/> <br/>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>November 2, 2020</h3>
<strong>WWIV 5.5 GA release (5.5.1) is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.5.1">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.5.1</a> for more information.
<br/> <br/>
This release fixes several issues with 5.5.0.
</div>
</div>
<br/> <br/>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>August 29, 2020</h3>
<strong>WWIV 5.5 Prerelease is now available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.5.0">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.5.0</a> for more information.
<br/> <br/>
New features include:
<ul>
<li>Transfer areas now function on both Linux and Windows</li>
<li>Internal Full-Screen message editor</li>
<li>Initial TIC support for FTN Networks</li>
<li>Internal Archive List support for file transfer areas.</li>
<li>Many fixes including fixes for crashes.</li>
</ul>
</div>
</div>
<br/> <br/>
<div class="row">
<div class="col-md-11 center-block">
<hr/>
<h3>December 1, 2019</h3>
<strong>WWIV 5.4 is now Generally Available.</strong>
<br/> <br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.4.0">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.4.0</a>
for more information on this release.
<br/> <br/>
New features include:
<ul>
<li>wwivconfig now has an option under paths for Logs directory. If set, it'll be the default location for all binary *.log files. If the <code>WWIV_LOG_DIR</code> environment variable or <code>--logdir</code> command line argument are specified, they will override this setting from wwivconfig. Like all other paths, if specified as a relative path, it is relative to the bbsdir (aka <code>WWIV_DIR</code> or <code>--bbsdir</code>).</li>
<li>Added options --save and --backup to wwivutil net contact</li>
<li>Added <code>wwivutil net subscribers</code> command.</li>
<li>Added <code>wwivutil fido subscribers</code> command</li>
<li>Improved FTN duplicate checking to check for either the MSGID (if available) or a hash of the message header.</li>
<li>Fixed STDIO based editors not working in Linux, and added an option to wwivconfig to enable it (the option is visible for all platforms, but currently only works on Linux/Unix)</li>
<li>wwivconfig can now edit callout.net from the networks menu just like it can edit fido_callouts.json with a GUI editor.</li>
<li>You can now send a FTN email using the form: <code>"username (net/node)"</code> or <code>"username (zone:net/node)"</code>. Using the fake ftn node number is no longer needed.</li>
<li>net.ini is now read for default values for most command line flags for all network? commands. I.e. you can add<br>
skip_net = true under <code>[networkb]</code> and it'll be the same as added <code>--skip_net=true </code>on the command line</li>
<li>wwivd now handles all of the callouts instead of bbs's WFC screen. Make sure you turn it on in wwivconfig to allow it to happen</li>
<li>wwivd can now execute wwiv's beginday event if specified to do so in wwivconfig</li>
<li>wwivd autoblocking now works (it was listed in wwivconfig back in 5.3, but never enabled in wwivd, fixed that)</li>
<li>added "wwivutil print" command to print ansi files using the same ansi interpretation code in the bbs</li>
<li>added <code>wwivutil net list</code> and <code>wwivutil messages</code> areas</li>
</ul>
<hr/>
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<h3>July 9, 2018</h3>
<hr/>
WWIV 5.3.1 (Build 2740) is now Generally Available.<br/>
<br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.3.1">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.3.1</a>
for more information on this release.
<br/> <br/>
Changes include:
<ul>
<li>Fixes the dialog to create sysop account
(<a href="https://github.com/wwivbbs/wwiv/issues/1127">bug #1127</a>)</li>
</ul>
<hr/>
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<h3>July 3, 2018</h3>
<hr/>
WWIV 5.3 is now Generally Available.<br/>
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.3.0">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.3.0</a>
for more information on this release.
<br/> <br/>
New features include:
<ul>
<li>wwivd replaces wwivserver and is consistent on all platforms.</li>
<li>wwivd now offers fakemailer mode and is now has (mostly) feature parity
with wwivserver.exe on windows. wwivserver.exe is deprecated
with the 5.3 release and will be removed for 5.4
</li>
<li>INIT has been renamed to WWIVCONFIG. Please delete init.exe or
./init when you upgrade to 5.3
- wwivutil dump will now display control characters (like [^A]
for control-A)
</li>
<li>WWIVbasic interpreter is available. The menu command is
"RUNBASIC". Also you can run a script from the logon event
by using @basic:[scriptname.bas] for the LOGON_CMD in wwiv.ini
(eventually many other commands will allow you to specify a
script to run instead of an external command).</li>
<li> handling type main_type_sub_list is implemented now, so receiving
SUBS.LST from netup for WWIVnet type networks should work in net53.</li>
<li> WWIVd now exports connection information to HTTP as a JSON object.
on the http port defined on init, URL: "/status"<br/>
Example output:</br/>
{ "status": [ { "num_instances" : 3 }, { "used_instances": 0 } ] }</li>
<li> Added %I when running commands to point to the path to the temporary
directory.</li>
<hr/>
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<h3>June 10, 2018</h3>
<hr/>
A couple of updates since it's been a while since I've updated the website.
<ul>
<li>
WWIV 5.3 is starting to come together. Please see the
<a href="https://github.com/wwivbbs/wwiv/issues?q=is%3Aopen+is%3Aissue+milestone%3A%225.3+%28Networking%2FModernization%2FLinux%29%22">GitHub Burndown List</a> for 5.3 release.
</li>
<li>
Finally just updated the website to use bootstrap4, holler if something looks out of place,
or sending a pull request to fix it would be even better.
</li>
<hr/>
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<h3>December 31, 2016</h3>
<hr/>
WWIV 5.2 is Generally Available.
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.2.0">
https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.2.0</a>
for more information on this release.
<hr/>
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<h3>November 21, 2016</h3>
<hr/>
WWIV 5.1 is Generally Available.
Please see <a href="https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.1.0">https://github.com/wwivbbs/wwiv/releases/tag/wwiv_5.1.0</a>
for more information on this release.
<hr/>
</div>
</div>
<div class="row">
<div class="col-md-11 center-block">
<h3>September 9, 2016</h3>
<hr/>
New website up. Holler of there's any issues by logging an issue in the GitHub tracker for the website [<a href="https://github.com/wwivbbs/wwivbbs.github.io/issues">here</a>].
<hr/>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-md-6">
<h2><span class="glyphicon glyphicon-user" aria-hidden="true"></span> Developers</h2>
<ul>
<li><a href="https://build.wwivbbs.org/jenkins/job/wwiv/"><img src="https://build.wwivbbs.org/jenkins/buildStatus/icon?job=wwiv"></a></li>
<li><a href="https://build.wwivbbs.org/jenkins/">Nightly Builds</a></li>
<li><a href="https://github.com/wwivbbs/wwiv">GitHub Project</a></li>
<li><a href="http://docs.wwivbbs.org/en/latest/license/">License</a></li>
<li><a href="https://github.com/wwivbbs/wwiv/issues">Bug Reports</a></li>
<li><a href="https://github.com/wwivbbs/wwiv/labels/enhancement">Feature Requests</a></li>
</ul>
</p>
</div>
<div class="col-lg-3 col-md-6 col-md-6">
<h2><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Contribute</h2>
<p>
<p>WWIV is Open Source software developed on GitHub.</p>
<p>Contribute at <a href="https://github.com/wwivbbs/wwiv">github.com/wwiv</a>.
Download the latest builds from our <a href="https://build.wwivbbs.org/jenkins/">WWIV Jenkins Server</a> </p>
<hr/>
<p>
<iframe src="https://ghbtns.com/github-btn.html?user=wwivbbs&type=follow" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=wwiv&type=follow" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=wwivbbs&repo=wwiv&type=star&count=true&size=small" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=wwivbbs&repo=wwiv&type=watch&count=true&size=small&v=2" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=wwivbbs&repo=wwiv&type=fork&count=true&size=small" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>
</p>
</p>
</div>
<div class="col-lg-3 col-md-6 col-md-6">
<h2><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> Connect</h2>
<p> <a id="join-us-on-irc" class="anchor" href="#join-us-on-irc" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Join us on IRC
</h4>
<p>The development team and fellow SysOps hang out on IRC at the following server:</p>
<table class="table">
<thead>
<tr>
<th>Title</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>Server</td>
<td>irc.venomslair.com</td>
</tr>
<tr>
<td>Channel</td>
<td>#WWIV</td>
</tr>
</tbody>
</table>
<p>Click to Join IRC</p>
<ul>
<li>For IRC logs and stats and a webclient check out <a href="http://venomslair.com/irc.php">Venom's Lair IRC Page</a> </li>
</ul>
</p>
</div>
</div>
</div>
<hr/>
<!--
<div class="container">
<h1>Screen Shots </h1>
<div class="row">
<div class="col-sm-6">
<div class="thumbnail"> <img src="images/WWIVBBSMainMenu.jpg" alt="Thumbnail Image 1" class="img-responsive">
<div class="caption">
<h3>Feature</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt, at.</p>
<hr>
<p><a href="#" class="btn btn-success" role="button">Button</a></p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail"> <img src="images/600X300.gif" alt="Thumbnail Image 1" class="img-responsive">
<div class="caption">
<h3>Feature</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi, atque.</p>
<hr>
<p><a href="#" class="btn btn-success" role="button">Button</a></p>
</div>
</div>
</div>
</div>
</div>
-->
<hr>
<hr>
<footer class="text-center">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p>Copyright © 2020, WWIV Software Services. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</html>