-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
29 lines (23 loc) · 758 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
Active:
- implement multi curl crawler
- implement unicode filter for crawler response
- implement xml filter for crawler response
- extend process proposals
- implement generic process fork abstraction
- implement validation filter for curl crawler response
Soon:
- add abstract IPC interface
- implement simplified AMQP interface
- implement AMQP IPC
- implement shared memory IPC interface
- implement generic daemon
- add phpunit setup
- add unit tests
- migrate cool Zend\Version feature to require latest github version
- drop text changelog
Backlog:
- implement load balancing daemon
- add generic TST implementation
- extend documentation for Commons
- extend documentation for Crawler
- extend documentation for Process