-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodolist.html
More file actions
46 lines (45 loc) · 2.08 KB
/
todolist.html
File metadata and controls
46 lines (45 loc) · 2.08 KB
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Todo List</title>
<link rel="stylesheet" href="media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div align="center"><h1>Todo List</h1></div>
<h2>MiniHTTPD</h2>
<h3><a href="MiniHTTPD/MiniHTTPD_Server.html#methodlaunchBrowser">MiniHTTPD_Server::launchBrowser()</a></h3>
<ul>
<li>Test this with other Windows versions > XP SP3.</li>
</ul>
<h3><a href="MiniHTTPD/MiniFCGI/MiniFCGI_Record.html">MiniFCGI_Record</a></h3>
<ul>
<li>Add support for FCGI management records.</li>
</ul>
<h3><a href="MiniHTTPD/Handlers/MiniHTTPD_Handler_Rewrite.html">MiniHTTPD_Handler_Rewrite</a></h3>
<ul>
<li>Add external redirect options to rules.</li>
</ul>
<h3><a href="MiniHTTPD/MiniHTTPD_Request.html#methodsetPathTranslated">MiniHTTPD_Request::setPathTranslated()</a></h3>
<ul>
<li>This needs to be properly verified.</li>
</ul>
<h3><a href="MiniHTTPD/MiniHTTPD_Server.html#methodshutdown">MiniHTTPD_Server::shutdown()</a></h3>
<ul>
<li>Allow FCGI_Manager to kill the FCGI processes.</li>
</ul>
<h3><a href="MiniHTTPD/Handlers/MiniHTTPD_Handler_Static.html#methodstartStatic">MiniHTTPD_Handler_Static::startStatic()</a></h3>
<ul>
<li>add support for Range, Content-Range / 206 Partial Content http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35 http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.16</li>
</ul>
<h3><a href="MiniHTTPD/MiniFCGI/MiniFCGI_Manager.html#methodverifyProcesses">MiniFCGI_Manager::verifyProcesses()</a></h3>
<ul>
<li>This needs a much more robust approach.</li>
</ul>
<p class="notes" id="credit">
Documentation generated on Sun, 27 May 2012 08:58:55 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>