diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-11 14:52:07 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-11 14:52:07 +0000 |
commit | 136f42f503cb3e9588e62332d043e92b7475ec4e (patch) | |
tree | 81c556d1a136112be07bbd2c19293e65fad03cdd /docs/cgi/interface.html | |
parent | ad67a3925c78e7c9f8e61248f640c5cc7a5cf186 (diff) | |
download | busybox-w32-136f42f503cb3e9588e62332d043e92b7475ec4e.tar.gz busybox-w32-136f42f503cb3e9588e62332d043e92b7475ec4e.tar.bz2 busybox-w32-136f42f503cb3e9588e62332d043e92b7475ec4e.zip |
Add CGI docs
Diffstat (limited to 'docs/cgi/interface.html')
-rw-r--r-- | docs/cgi/interface.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/cgi/interface.html b/docs/cgi/interface.html new file mode 100644 index 000000000..33f02881b --- /dev/null +++ b/docs/cgi/interface.html | |||
@@ -0,0 +1,29 @@ | |||
1 | <html><head><title>The Common Gateway Interface Specification | ||
2 | [http://hoohoo.ncsa.uiuc.edu/cgi/interface.html] | ||
3 | </title></head><body><h1><img alt="" src="interface_files/CGIlogo.gif"> The CGI Specification</h1> | ||
4 | |||
5 | <hr> | ||
6 | |||
7 | This is the specification for CGI version 1.1, or CGI/1.1. Further | ||
8 | revisions of this protocol are guaranteed to be backward compatible. | ||
9 | <p> | ||
10 | |||
11 | The server and the CGI script communicate in four major ways. Each of | ||
12 | the following is a hotlink to graphic detail.</p><p> | ||
13 | |||
14 | </p><ul> | ||
15 | <li> <a href="env.html">Environment variables</a> | ||
16 | </li><li> <a href="cl.html">The command line</a> | ||
17 | </li><li> <a href="in.html">Standard input</a> | ||
18 | </li><li> <a href="out.html">Standard output</a> | ||
19 | </li></ul> | ||
20 | <hr> | ||
21 | |||
22 | |||
23 | <a href="http://hoohoo.ncsa.uiuc.edu/cgi/overview.html"><img alt="[Back]" src="interface_files/back.gif">Return to the overview</a> <p> | ||
24 | |||
25 | |||
26 | |||
27 | CGI - Common Gateway Interface | ||
28 | </p><address><a href="http://hoohoo.ncsa.uiuc.edu/cgi/mailtocgi.html">cgi@ncsa.uiuc.edu</a></address> | ||
29 | </body></html> \ No newline at end of file | ||