-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtodo.html
48 lines (37 loc) · 946 Bytes
/
todo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!-- $Id$ -->
<!-- $Source$ -->
<html>
<head>
<title>ProFTPD Developer's Guide: TODO</title>
</head>
<body bgcolor=white>
<hr><br>
<center>
<img src="images/proftpd.png" border=0>
<br><br>
<h3><b>ProFTPD Developer's Guide: TODO List</b></h3>
<i><b>ProFTPD Version 1.2</b></i><br>
</center>
<hr><br>
<p>
<b>Things To Be done</b><br>
<ul>
<li><b>finish the internals and APIs descriptions</b></b>
<li>generate PDF, PS, SGML versions of this manual<br>
<li>include more figures, diagrams<br>
<li>a page for RFC2228 modules, considerations
</ul>
If there are other items you feel should be on this list, or you would like
to see a particular topic covered in greater detail or have more examples,
please contact the author.
<hr><br>
Author: <i>$Author$</i><br>
Last Updated: <i>$Date$</i><br>
<br><hr>
<font size=2><b><i>
© Copyright 2000-2003 TJ Saunders<br>
All Rights Reserved<br>
</i></b></font>
<hr><br>
</body>
</html>