28 lines
911 B
HTML
Executable File
28 lines
911 B
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>com.arsdigita.forum</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
The forum package provides electronic bulletin board where users can post and
|
|
reply to messages. It is highly integrated with ccm systems user and permission
|
|
administration as well as search feature. More than one instance of a forum is
|
|
supported, each with its own set f configuration. There exists a enhancement
|
|
package forum-categorized which allows a forum to be integrated into navigation
|
|
system.
|
|
</p>
|
|
<p>Several features and funcionality may be configured (some system wide, most of
|
|
them on a per forum base), among others:</p>
|
|
<ul>
|
|
<li>Reply functionality may be disabled so it is just a noticeboard.</li>
|
|
<li>Users may register for notifications of new posts to the system</li>
|
|
</ul>
|
|
<p>
|
|
<i>Forum.java</i> is the main domain class.
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|