Powered by Apache

CVS log for OpenXM/src/kan96xx/Doc/cgi.sm1

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 12 07:33:03 2020 UTC (4 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +14 -5 lines
Diff to previous 1.17 (colored)

bug fix of doPolymake; work files /tmp/sm1-q-* were not removed.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 11 01:08:35 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.16: +19 -5 lines
Diff to previous 1.16 (colored)

usePolymake.OoHG.curl is default in gfan.sm1

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 25 07:30:52 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.15: +38 -4 lines
Diff to previous 1.15 (colored)

asir:
  polymake.start(|uselocal=1)  local polymake (default)
  polymake.start(|oohg_native=1) use remote polymake via a http post message in URL encoding.
  polymake.start(|oohg_curl=1)   use remote polymake via a http post message by curl.

sm1:
  usePolymake.local
  usePolymake.OoHG.native
  usePolymake.OoHG.curl

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 22 08:07:51 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.14: +9 -18 lines
Diff to previous 1.14 (colored)

Use curl to call the polymake server on the web by
/cgiQueryPolymake { cgiQueryPolymake.curl } def

Revision 1.14 / (download) - annotate - [select for diffs], Sun Sep 22 05:17:17 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.13: +57 -3 lines
Diff to previous 1.13 (colored)

cgiQueryPolymake.curl is still buggy.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 22 01:07:38 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored)

Added a filter oxdecode_post to decode mime encoded post messages by curl
for cgiPolymake.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 29 01:42:13 2004 UTC (19 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.11: +6 -2 lines
Diff to previous 1.11 (colored)

Some reverse proxy servers require HOST: field
for the GET message.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 23 02:38:46 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.10: +13 -4 lines
Diff to previous 1.10 (colored)

Fixed a bug on sending POST request.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 23 02:19:16 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.9: +8 -1 lines
Diff to previous 1.9 (colored)

Added an error handling when
CONTENT_LENGTH is not set.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 23 01:37:47 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.8: +20 -12 lines
Diff to previous 1.8 (colored)

GET method ---> POST method.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 22 12:30:32 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.7: +11 -1 lines
Diff to previous 1.7 (colored)

Added a code to check HTTP/1.1 200 OK.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 13 12:11:31 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.6: +30 -2 lines
Diff to previous 1.6 (colored)

Bug: if polymake server is running on a virtual host, then the program did
not work.
The bug is fixed by sending a full URL.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 28 12:20:39 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

cgiUrlEncodingToKeyValuePair:
  spaces are skipped.
  If there exists no ?, then it is assumed that the URL part does not exist.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 27 11:18:23 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.4: +4 -2 lines
Diff to previous 1.4 (colored)

Bug fix of cgiUrlEncodingToKeyValuePair for the case that there exists no ?.
The flag cgi.verbose is introduced.
A note on installation of cgi-polymake.sh.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 27 08:32:05 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.3: +17 -10 lines
Diff to previous 1.3 (colored)

A bug fix of cgi.sm1 by testing on polymake.math.kobe-u.ac.jp.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 27 01:20:46 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.2: +192 -7 lines
Diff to previous 1.2 (colored)

cgiPolymake (cgi-poymake.sh) is a CGI version of polymake partially complient
to OoHG (ox104).
doPolymake.OoHG is a client program to call CGI/polymake by OoHG.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 24 13:15:27 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.1: +87 -10 lines
Diff to previous 1.1 (colored)

A test of a cgi version of polymake (incomplete).

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 24 08:35:47 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN

Modules to work for CGI.
 URL encoding <---> keyValue pair
   ( cgiUrlEncodingKeyValuePair, cgiKeyValuePairToUrlEncoding )
 HTTP <---> keyValue pair
   ( cgiHttpToKeyValuePair, cgiKeyValuePairToHttpString )

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>