home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / Comanche / docs / developer / outputTemplates < prev    next >
Text File  |  2000-11-02  |  858b  |  24 lines

  1.  
  2. Output algorithm
  3.     
  4.     > Read input 
  5.        - If comment, output
  6.        xmlDirectives List with all the xmlDirectives not yet dumped.
  7.        httpdDirectives List with all http directives already processed in
  8.                        this section.
  9.        Case Section {
  10.            Check if section with that name exists.
  11.        If not, just skip it
  12.        If only one, process using new section
  13.        If more than one may be a serverName problem (same IP,!=servername)
  14.            Check if serverName is the same if it is dump it if not just
  15.            ignore 
  16.        }
  17.        Case directive {
  18.            If already for this container, do nothing (httpdDirectives)
  19.        If !specialCase and !notExists
  20.           check if unknown with the same name, dump all unknown
  21.           with same name, remove from xmlDirectives
  22.           add to httpdDirectives
  23.        }
  24.