Powered by Apache

CVS log for OpenXM/src/kan96xx/Doc/httpd-sm1.sm1

[BACK] Up to [local] / OpenXM / src / kan96xx / Doc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Sun Feb 22 17:30:03 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

The term "(help|html)-(eg|jp)" are replaced.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Nov 17 08:15:51 2005 UTC (18 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

open xxx.html
is used to call a webbrowser on MacOS X.
export OX_BROWSER=mac ; webasir
to start the web interface for asir.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 14 01:59:56 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.16: +26 -4 lines
Diff to previous 1.16 (colored)

Update of webasir and websm1 due to the new ox implementation of sm1.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 24 02:30:16 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Fixed a bug introduced by the previous change of httpd.sm1

Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 24 02:12:34 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

httpd  can handle the "connection closed" situation during computation and
during waiting data from the client.

Added new function (sm1.socket) (accpet2) for using as a super server.
(for future use.)

Revision 1.14 / (download) - annotate - [select for diffs], Mon Oct 21 00:37:01 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

"[(sm1.socket) (readHTTP) ...] extension" reads
a HTTP packet.  It supports only GET and POST packets for now.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 17 13:40:28 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

[(sm1Socket) (readBlock) ...] : reading from a socket until
"0a 0a" or "0d 0a 0d 0a" (the empty line) has been received.

Fixed a bug of [(sm1Socket) (read) ...]

Use readBlock instead of read in httpd-asir.sm1

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 1 13:00:33 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Fixed bugs of websm1.bat and webasir.bat;
they could not start the internet explorer as a front end.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 16 09:20:00 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

c:\windows\command\start  --->  start
for windows 2000.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 28 01:20:25 2001 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.9: +2 -11 lines
Diff to previous 1.9 (colored)

Several changes to support Windows.
  ox -wait s  :  waits s seconds before connection. It is not necessary on
                 Windows NT/2000, but it is necessary on Windows 95/98/ME.
  ox*.sm1 automatically detect operating system and  set session establishing
   functions properly.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 23 00:49:00 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.8: +10 -2 lines
Diff to previous 1.8 (colored)

Result history is saved in the variables
   Oxserver_history_variable_N
where N is a number.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 23 00:16:55 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -407 lines
Diff to previous 1.7 (colored)

Common functions in httpd-asir.sm1 and httpd-sm1.sm1 are moved to
httpd.sm1

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 21 14:21:29 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Fixed a typo.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 21 14:12:45 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.5: +30 -21 lines
Diff to previous 1.5 (colored)

[(ostype)] extension tells the underlying operating system for kan/sm1
is windows or unix.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 12 07:54:47 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -5 lines
Diff to previous 1.4 (colored)

Refering to sm1 HTML manual in "websm1".

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 12 07:20:37 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

1. \item --> \subsection to translate kan/sm1 manual into html form.
2. Preparation for pretty printing in webOpenXM
   httpdAsirMeta+Pretty+Number

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 12 03:13:35 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.2: +150 -13 lines
Diff to previous 1.2 (colored)

[(fp2pushfile) name] extension : read the file "name" as an array of integers.
httpd-sm1 can send images to browsers.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 10 08:33:03 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.1: +20 -9 lines
Diff to previous 1.1 (colored)

Kan/sm1 is now on working InternetExplore (TM).

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 9 13:05:49 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN

httpd-sm1.sm1 is for using sm1 on the internet explorer (TM).
websm1.bat is a windows batch file to start IE and sm1 server, but it has not
yet been completed.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




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