| 1 |
# LBBS - Classical terminal server of LeafOK BBS
|
| 2 |
|
| 3 |
中文版本的README.md位于[README.zh_CN.md](README.zh_CN.md)
|
| 4 |
|
| 5 |
|
| 6 |
Introduction
|
| 7 |
=================
|
| 8 |
This software aims to providing a telnet-based interface for a pure web-based BBS [leafok_bbs](https://github.com/leafok/leafok_bbs).
|
| 9 |
Demo site : fenglin.info (Telnet 2323 / SSH2 2322)
|
| 10 |

|
| 11 |

|
| 12 |

|
| 13 |

|
| 14 |
|
| 15 |
|
| 16 |
System Requirement
|
| 17 |
==================
|
| 18 |
1) GNU C Compiler
|
| 19 |
2) PHP ( Version >= 8.2 )
|
| 20 |
3) MySQL database ( Version >= 8.4 )
|
| 21 |
|
| 22 |
|
| 23 |
Installation
|
| 24 |
==================
|
| 25 |
See guide in [INSTALL.md](INSTALL.md)
|
| 26 |
|
| 27 |
|
| 28 |
Copyright
|
| 29 |
=================
|
| 30 |
Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com>
|
| 31 |
|
| 32 |
|
| 33 |
License
|
| 34 |
==================
|
| 35 |
This program is free software; you can redistribute it and/or modify
|
| 36 |
it under the terms of the [GNU General Public License](LICENSE) as published by
|
| 37 |
the Free Software Foundation; either version 3 of the License, or
|
| 38 |
(at your option) any later version.
|