#pragma section-numbers off
[[TableOfContents]]

= 概要 =

= 移植を許可されたPerlCGIたち =
以下は明示的に移植を許可されているPerl のCGIです。なんらかの機会に移植作業をしてみたいと思います。

[http://tohoho.wakusei.ne.jp/wwwsoft.htm とほほのCGIソフト集]:私用・商用を問わず、利用・改造・流用・再配布可能


= 参考サイト =
[http://www.python.org/topics/web/basic-cgi.html CGI Tools for Python]

[http://starship.python.net/crew/davem/cgifaq/faqw.cgi CGI FAQ]

[http://starship.python.net/crew/aaron_watters/cgi/ Various sample CGIs]

[http://www.cs.virginia.edu/~lab2q/lesson_1/ Python CGI: An Interactive Instruction]

[http://www.devshed.com/Server_Side/Python/CGI/page1.html Writing CGI Programs in Python]

[http://www.algonet.se/~ug/html+pycgi/scripts.html ug's HTML & Python CGI pages: CGI scripts]

[http://www.python-hosting.com/ Python-Hosting.com]


CGIその物に関しては
[http://tohoho.wakusei.ne.jp/wwwcgi.htm とほほのCGI入門]


----
CategoryPython