| 1 |
/*************************************************************************** |
/*************************************************************************** |
| 2 |
กกกกกกกก LBBS |
กกกกกกกก LBBS |
| 3 |
------------------- |
------------------- |
| 4 |
Begin : Mon Oct 11 2004 |
Begin : Mon Oct 11 2004 |
| 5 |
Copyright : (C) 2004 by Leaflet |
Copyright : (C) 2004 by Leaflet |
| 6 |
Email : leaflet@leafok.com |
Email : leaflet@leafok.com |
| 7 |
***************************************************************************/ |
***************************************************************************/ |
| 8 |
|
|
| 9 |
/*************************************************************************** |
/*************************************************************************** |
| 10 |
* * |
* * |
| 11 |
* This program is free software; you can redistribute it and/or modify * |
* This program is free software; you can redistribute it and/or modify * |
| 12 |
* it under the terms of the GNU General Public License as published by * |
* it under the terms of the GNU General Public License as published by * |
| 13 |
* the Free Software Foundation; either version 2 of the License, or * |
* the Free Software Foundation; either version 2 of the License, or * |
| 14 |
* (at your option) any later version. * |
* (at your option) any later version. * |
| 15 |
* * |
* * |
| 16 |
***************************************************************************/ |
***************************************************************************/ |
| 17 |
|
|
| 18 |
Introduction |
Introduction |
| 19 |
============ |
============ |
| 20 |
|
|
| 21 |
This software (named as LBBS) aims to providing a telnet-based interface for |
This software (named as LBBS) aims to providing a telnet-based interface for |
| 22 |
a pure web-based BBS (named as LeafOK BBS). |
a pure web-based BBS (named as LeafOK BBS). |
| 23 |
LeafOK BBS is a powerful BBS system, not only providing almost every function |
LeafOK BBS is a powerful BBS system, not only providing almost every function |
| 24 |
that a standard BBS should have, but also giving many features other BBS hasn't |
that a standard BBS should have, but also giving many features other BBS hasn't |
| 25 |
complemented yet. |
complemented yet. |
| 26 |
As an open source project, LeafOK BBS use MySQL as its major data depository, |
As an open source project, LeafOK BBS use MySQL as its major data depository, |
| 27 |
and PHP as its developing language. With MySQL and PHP, LeafOK BBS becomes a |
and PHP as its developing language. With MySQL and PHP, LeafOK BBS becomes a |
| 28 |
platform-independent system. It can works stably on many popular Web Servers |
platform-independent system. It can works stably on many popular Web Servers |
| 29 |
such as Apache and IIS. |
such as Apache and IIS. |
| 30 |
However, as a pure web-based BBS, its shortage is inevitable. For LeafOK BBS |
However, as a pure web-based BBS, its shortage is inevitable. For LeafOK BBS |
| 31 |
uses Browser/Server as its architecture, it will cause more data traffic between |
uses Browser/Server as its architecture, it will cause more data traffic between |
| 32 |
Users and Server than telnet-based BBS, and its response is a little slower than |
Users and Server than telnet-based BBS, and its response is a little slower than |
| 33 |
telnet-based BBS. |
telnet-based BBS. |
| 34 |
In order to conquer these shortage, a new project was launched. LBBS is a |
In order to conquer these shortage, a new project was launched. LBBS is a |
| 35 |
telnet-based BBS which is full compatible with LeafOK BBS. It also uses MySQL as |
telnet-based BBS which is full compatible with LeafOK BBS. It also uses MySQL as |
| 36 |
its data repository, and keep coherence with the data structure of LeafOK BBS. |
its data repository, and keep coherence with the data structure of LeafOK BBS. |
| 37 |
LBBS is designed to be a system running on Linux, with GNU C as its developing |
LBBS is designed to be a system running on Linux, with GNU C as its developing |
| 38 |
language. For my spare time is very limit, I decide not to make LBBS as a |
language. For my spare time is very limit, I decide not to make LBBS as a |
| 39 |
cross-platform system temporarily. If you have interest in developing this system, |
cross-platform system temporarily. If you have interest in developing this system, |
| 40 |
please contact me. |
please contact me. |
| 41 |
Thank you for using this software. If you meet any bugs or have any suggestion, |
Thank you for using this software. If you meet any bugs or have any suggestion, |
| 42 |
please tell me. |
please tell me. |
| 43 |
|
|
| 44 |
|
|
| 45 |
Installation |
Installation |
| 46 |
============ |
============ |
| 47 |
Please see INSTALL for details. |
Please see INSTALL for details. |
|
|
|