-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
29 lines (24 loc) · 867 Bytes
/
TODO
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
== Core
* Handle file parameters (upload)
* Add path parameters (/news/([0-9]{4})/([0-9]{2})/ => /news/2005/06/)
* Allow bind action on path parameter
* Create an observer base class for the controllers to beforeFilter,
afterFilter and maybe aroundFilter
* Prevent app crash from plugin failure
* add build options for:
* server (because of libhttpd dependency)
* apache module
* milx binary utility
== HTTP dev server
* HTTP Basic and Digest Authentication (RFC 2617)
* Add cookie support
* Handle POST requests
== Apache
* Create the apache 2.x module (mod_milx)
== CGI
* libcgicc5
* it's also possible to write the Apache module based on CGI (mod_milxcgi)
== Generator
* Make a full working application template
* Add default CMakeLists.txt
Run tasks.sh on a bash terminal to see detailed tasks in source files