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

|
| 15 |

|
| 16 |

|
| 17 |

|
| 18 |
|
| 19 |
|
| 20 |
System Requirement
|
| 21 |
==================
|
| 22 |
1) GNU C Compiler
|
| 23 |
2) PHP ( Version >= 8.2 )
|
| 24 |
3) MySQL database ( Version >= 8.4 )
|
| 25 |
|
| 26 |
|
| 27 |
Installation
|
| 28 |
==================
|
| 29 |
See guide in [INSTALL.md](INSTALL.md)
|
| 30 |
|