File: TODO

package info (click to toggle)
xsp 3.8-2.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,352 kB
  • ctags: 2,452
  • sloc: cs: 13,500; sh: 12,512; xml: 8,279; perl: 1,189; makefile: 765; ansic: 299; php: 6
file content (14 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

* Move Mono.WebServer.FastCgi/CondifgurationManager.cs
  to Mono.WebServer.

* Fix Mono.WebServer.FastCgi/ApplicationManager.cs' automapping
  feature and move it to Mono.WebServer.

* Write unit tests for ApplicationManager.cs' automapping.

* Reuse the  Configuration- and ApplicatioManager in 
  Mono.WebServer.Apache and .XSP.

* Write fastcgi-mono-server(1) (partly done), import Brian's docs.