ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/todo.shtml
Revision: 1.4
Committed: Sat Feb 9 15:00:42 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Branch point for: I-SCREAM_ORG
Changes since 1.3: +2 -3 lines
Log Message:
Some updates to the i-scream website. Particularly the entry page has had an
overhaul. It now has a News section and a Current Work section. This should
slightly help in making i-scream not look quite so dead. Once again, my web
design skills aren't great, so changes are welcome :-)

File Contents

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