ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/todo.shtml
Revision: 1.3
Committed: Sun Dec 9 18:06:07 2001 UTC (22 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.2: +8 -5 lines
Log Message:
Some minor changes here and there. Bringing things a little more up-to-date
and so on.

File Contents

# User Rev Content
1 tdb 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2    
3     <!--
4     todo.shtml
5     Created by tdb1 25/05/2001
6     Last edited 25/05/2001
7     -->
8    
9     <html>
10    
11     <head>
12     <title>i-scream TODO list</title>
13     </head>
14    
15     <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
16    
17     <table border="0" cellpadding="2" cellspacing="2">
18     <tr>
19     <td valign="top">
20     <!--#include virtual="left.inc" -->
21     </td>
22     <td valign="top">
23     <!--#include virtual="title.inc" -->
24    
25     <h2><font face="Arial">i-scream central monitoring system TODO list</font></h2>
26    
27     <p><font face="Arial" size="2">This page lists the things we plan to do with the
28     i-scream central monitoring system in the future.</font></p>
29    
30 tdb 1.3 <p><font face="Arial" size="2">Also available is the list of active feature
31     requests on the <a href="http://sourceforge.net/tracker/?atid=381466&group_id=24439&func=browse">
32     sourceforge pages</a>.</font></p>
33 tdb 1.1
34 tdb 1.2 <p><font face="Arial" size="2">TODO:
35     <ul>
36     <li>monitoring of users logging in &amp; out</li>
37     <li>web-based configuration system</li>
38     <li>cleaner separation of some of the CORE functions (such as configuration
39     and logging) as independent services</li>
40 tdb 1.3 <li>grouping of hosts in frontends using server config groups</li>
41     <li>security of filters - ACL's</li>
42 tdb 1.2 </ul></font>
43 tdb 1.3
44     <p><font face="Arial" size="2">To view the older TODO list from the project
45     please click <a href="oldtodo.shtml">here</a>.</font></p>
46 tdb 1.1
47     <!--#include virtual="bottom.inc" -->
48     </td>
49     </tr>
50     </table>
51    
52     </body>
53     </html>