[BACK]Return to httpd-sm1.sm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

Diff for /OpenXM/src/kan96xx/Doc/httpd-sm1.sm1 between version 1.9 and 1.13

version 1.9, 2001/08/23 00:49:00 version 1.13, 2002/10/17 13:40:28
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/kan96xx/Doc/httpd-sm1.sm1,v 1.8 2001/08/23 00:16:55 takayama Exp $  %% $OpenXM: OpenXM/src/kan96xx/Doc/httpd-sm1.sm1,v 1.12 2002/10/01 13:00:33 takayama Exp $
 %% http server by sm1  %% http server by sm1
 %% Note to run on the Windows (TM).  %% Note to run on the Windows (TM).
 %% (A) You need to set IE (internet explorer) as follows:  %% (A) You need to set IE (internet explorer) as follows:
Line 36  def
Line 36  def
 } {  } {
   %% Initialize ox_sm1    %% Initialize ox_sm1
   [(ostype)] extension 0 get    [(ostype)] extension 0 get
   (windows) eq {    sm1connectr
     [(getenv) (OSTYPE)] extension  
     (cygwin) eq {  
       sm1connectr      %% Cygwin  
     }{  
       sm1connectr_win  %% Native Windows.  
     } ifelse  
   }{  
      sm1connectr      %% Unix  
   } ifelse  
   ox.ccc oxmathcap    ox.ccc oxmathcap
   ox.ccc oxsetmathcap    ox.ccc oxsetmathcap
 } ifelse  } ifelse
Line 67  def
Line 58  def
      %% On windows.       %% On windows.
       [(forkExec)        [(forkExec)
        [         [
          (c:/windows/command/start)           %%(c:/windows/command/start)
            ox.win.start.0 aload pop
          (iexplore)   %% Starting internet explorer (TM).           (iexplore)   %% Starting internet explorer (TM).
          [(http://localhost:) httpd.port toString] cat           [(http://localhost:) httpd.port toString] cat
        ]         ]
Line 93  def
Line 85  def
   {    {
        [(sm1.socket) (select) [httpd.server.fd 0 get -1]] extension         [(sm1.socket) (select) [httpd.server.fd 0 get -1]] extension
        %%     wait for ever         %%     wait for ever
         [(sm1.socket) (read) [httpd.server.fd 0 get ]] extension /ff set          [(sm1.socket) (readBlock) [httpd.server.fd 0 get ]] extension /ff set
         ff length 0 eq {          ff length 0 eq {
            (connection is closed.) message             (connection is closed.) message
         }          }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.13

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>