Annotation of parser3/src/doc/targets.dox, revision 1.4

1.4     ! paf         1: /**    @page Targets  Build targets
1.1       paf         2: 
1.4     ! paf         3: Parser is build as [/targets]:
        !             4: - Apache 1.3 module [apache13/];
        !             5: - CGI script [cgi/];
1.1       paf         6: - ISAPI extension [isapi/].
                      7: 
1.4     ! paf         8: Each target implements pure virtual static SAPI class - an interface of Parser with web-server.
1.1       paf         9: 
1.4     ! paf        10: At the very beginning an instance of Request object is created, 
        !            11: which is passed an Request::Info object with request parameters.
        !            12: After that Request::core method is called, which does all request processing.
1.1       paf        13: */

E-mail: