Extropia's WebBBS |
Download licence
Documentation.
Please find the latest version here: http://www.extropia.com/applications.html and main open source site at http://www.extropia.com/opensource.html
About
|
Its main
feature is that "it allows a user to post messages as well as
post replies to existing messages. WebBBS keeps track of which messages
are posts and which ones are replies and displays them in a hierarchical
tree-like fashion. Posts that start new topics are at the top of each
tree, and the replies are shown indented beneath the original posts.
WebBBS is also fully integrated with the user authentication library
discussed above. Additionally, it allows a user to restrict the number
of messages through a variety of query mechanisms. The user can conduct
a keyword search and display only those messages that satisfy the
search. The user can also select a range of dates within which the
viewed messages were posted. For example, a user could choose to see
only messages posted between 6/1/96 and 6/10/96. In addition, the
user can select a range of posts based on age in days, and choose
to see, for example, only those messages posted between two days ago
and four days ago."
|
Starting the WebBBS
|
The WebBBS is installed in your user directory. You can create links to the WebBBS from any page in your site by adding a relative link to /cgi-bin/bbs/bbs_entrance.cgi. For example, in your index.html page, you can add a link to the WebBBS with the following line of html code:
<a href="cgi-bin/bbs/bbs_entrance.cgi">WebBBS</a> To go to the WebBBS right now, click here. To change the settings of the WebBBS, edit configuration files in /cgi-bin/bbs/ of your user directory.
|
|
|