home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqcgi20a.zip / readme.eng < prev    next >
Text File  |  1999-10-19  |  3KB  |  94 lines

  1.                 SQCGI V 2.0 Alpha
  2.  
  3.                 Who is who
  4.  
  5.   This programm (CGI) allow connect you to fidonet echoconference over WWW,
  6. using  Web Brousers ( netscape, explorer, lynx e.t.c.) Testing
  7. with ICSS 4.1.x Squish 1.11 SqaFix 0.95. Working with squish-base only.
  8.  
  9.                 How is setup
  10.  
  11.   Congig file place to ETC (SET ETC= in config.sys),called sqcgi.cfg, sqcgi
  12. contents is the path and name squish.cfg,  sqafix.cfg (this file may be apsend) ¿ log Σá⌐½á (π¼«½τá¡¿Ñ c:\mptn\etc\sqcgi.log). é ñá¡¡«Ñ óαѼ∩
  13. support 3 codepage (it is output, input only 866) 866, 1251, KOI8
  14.  
  15.                 Command string (if can called it)
  16. Connamd line sound as:
  17. sqcgi/command1/command2/command3..../commandN
  18.  
  19. Support:
  20.  
  21.  codealt   - 866 code page
  22.  codewin   - win1251 code page
  23.  codekoi   - koi8r
  24.  list      - list of TAG echoconference
  25.  area/AREA  - list of message in echoconference AREA
  26.  msg/N      - show message number N
  27.  
  28.                 Can be command:
  29.   
  30.  sqcgi/codeN/list
  31.  sqcgi/codeN/area/AREA/msg/N
  32.  sqcgi/codeN/area/AREA/list
  33.  
  34.   Default:
  35.  
  36. sqcgi/code866 - this without decoding, as is.
  37.               
  38.                 What can I do, if h't squish or sqafix
  39.  
  40. SQUISH:
  41.  write the file show as:
  42.  
  43. EchoArea echotag path_to_msg_base -$m, where echotag - TAG of echoconference,
  44. path_to_msg_base -path to file where remember echobase. For example:
  45.  
  46. EchoArea ru.test c:\msg\rutest -$m
  47.  
  48. SQAFIX:
  49.  write the file show as:
  50. EchoArea echotag "comments", where "comments" is comments or descriptions of
  51. echoconference. For example:
  52.  
  53. EchoArea ru.test "This is the place for test message"
  54.  
  55.                  Install
  56.  
  57. Copy sqcgi.exe to directory /cgi-bin/ (default for ICSS \www\cgi-bin), it is
  58. directory, where ICSS (WebServer) allow run a cgi-script. Then write
  59. html-file and place to HTML directory. That work in my station:
  60.  
  61. <HTML>
  62. <HEAD><title>* FIDO TEST *</title></HEAD>
  63. <META CONTENT="text/html; " HTTP-EQUIV="Content-Type">
  64. <BODY bgcolor="#ffffff" text="#000000">
  65. <br>
  66. <center>
  67. <h2>EchoAreas</h2>
  68. <br>
  69. <A HREF="/cgi-bin/sqcgi/codealt/list">866 DOS</A><br>
  70. <A HREF="/cgi-bin/sqcgi/codewin/list">1251 Windows</A><br>
  71. <A HREF="/cgi-bin/sqcgi/codekoi/list">KOI-8</A>
  72. </center>
  73. <hr>
  74. </BODY>
  75. </HTML>
  76.  
  77.   Copy msgapi32.dll to directory found in statement LIBPATH (config.sys)
  78.  
  79.   How found me:
  80.  
  81. FIDO:      2:467/21
  82. Internet:  pasha@bbs.ospu.odessa.ua
  83.  
  84.      LISENSE
  85.  
  86.   Look file COPYING
  87.  
  88.      Guarant:
  89.  
  90.   Nobody, take it "AS IS"
  91.  
  92.      Furure thinks:
  93.  
  94. - porting to linux