From 77a9ab66fae0847ed225f235decee27e056df3ad Mon Sep 17 00:00:00 2001 From: su-kaiyao <1250471161@qq.com> Date: Thu, 23 Oct 2014 09:23:51 +0800 Subject: [PATCH] su-kaiyao translating --- .../tech/20141021 How to create and use Python CGI scripts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/tech/20141021 How to create and use Python CGI scripts.md b/sources/tech/20141021 How to create and use Python CGI scripts.md index fa653aeec0..77dde7bad1 100644 --- a/sources/tech/20141021 How to create and use Python CGI scripts.md +++ b/sources/tech/20141021 How to create and use Python CGI scripts.md @@ -1,3 +1,5 @@ +su-kaiyao translating + How to create and use Python CGI scripts ================================================================================ Have you ever wanted to create a webpage or process user input from a web-based form using Python? These tasks can be accomplished through the use of Python CGI (Common Gateway Interface) scripts with an Apache web server. CGI scripts are called by a web server when a user requests a particular URL or interacts with the webpage (such as clicking a "Submit" button). After the CGI script is called and finishes executing, the output is used by the web server to create a webpage displayed to the user. @@ -154,4 +156,4 @@ via: http://xmodulo.com/create-use-python-cgi-scripts.html [a]:http://xmodulo.com/author/joshua [1]:http://httpd.apache.org/docs/2.2/howto/cgi.html -[2]:https://docs.python.org/2/library/cgi.html#module-cgi \ No newline at end of file +[2]:https://docs.python.org/2/library/cgi.html#module-cgi