Differences between revisions 2 and 23 (spanning 21 versions)
Revision 2 as of 2006-02-03 11:58:45
Size: 756
Editor: hoxide
Comment:
Revision 23 as of 2008-12-25 04:11:17
Size: 1902
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''
含有章节缩影的FLOSS中文 文章模板
'''::-- hoxide [[[DateTime(2006-02-03T11:58:04Z)]]]
Line 7: Line 5:
== WSGI ==
 Python Web Server Gateway Interface (WSGI) 是一个Python的Web服务器接口, 它的目标是为web framework提供与http server之间的接口, 让web framework可以运行再不同的http server之上, WSGI属于中间件. Guido近期的Blog中对WSGI的评价非常高.
Line 10: Line 6:
=== 简介 === == 简介 ==
[[Include(/AbtWSGI)]]

== 相关资料 ==
'''http://wsgi.org/'''

 理解WSGI::
  * PEP 333 -- Python Web Server Gateway Interface v1.0
   * http://www.python.org/dev/peps/pep-0333/
  * WSGI-Gateway or Glue? - 动态感觉 静观其变 - 歪酷博客 Ycool Blog
   * http://xlp223.ycool.com/post.1639120.html
  * [http://pythonpaste.org/ Paste] ["PasteQuickIn"] 为编写基于WSGI的应用程序或框架提供一个良好的基础, 比如:提供wsgi web服务器,常用wsgi中间件 等.
  * [http://www-128.ibm.com/developerworks/library/wa-wsgi/ Mix and match Web components with Python WSGI]
   * 中译版本 [:/MixMatchWebComponentsWithPyWSGI:使用PyWSGI混合WEB组件]
  * [http://xlp223.yculblog.com/post.2566634226.html Why so many Python web frameworks?(中译版本)]
  * [http://xlp223.yculblog.com/post.2566639120.html WSGI-Gateway or Glue?(中译版本)]

 实用WSGI::
  * 用 Python WSGI 混和并匹配 Web 组件
   * http://www-128.ibm.com/developerworks/cn/web/wa-wsgi/index.html
  * PyLons 对 WEB服务网关接口(WSGI)的支持
   * http://wiki.woodpecker.org.cn/moin/PyLons/wsgi
 WSGI框架::
  * Frameworks - WSGI Wiki
   * http://www.wsgi.org/wsgi/Frameworks
  * A Pylons controller with MoinMoin as a WSGI callable - PylonsCookbook - PythonWeb
   * http://wiki.pylonshq.com/display/pylonscookbookA+Pylons+controller+with+MoinMoin+as+a+WSGI+callable
  * WsgiRequestPatch - MoinMoin
   * http://moinmoin.wikiwikiweb.de/WsgiRequestPatch
Line 13: Line 37:
=== 官方页面 ===
 WSGI没有官方实现, 他更类似于一个协议, 参看:
[http://www.python.org/peps/pep-0333.html#middleware-components-that-play-both-sides Python Web Server Gateway Interface v1.0 PEP333]
Line 17: Line 38:
=== 例子 === == 规范 ==
=== WSGI应用程序 ===
[[Include(/AppWSGI)]]
Line 19: Line 42:
=== 讨论 === === WSGI服务器 ===
[[Include(/SrvWSGI)]]
=== WSGI中间件 ===
[[Include(/MidWSGI)]]

== 规范细节 ==
[[Include(/DetailsWSGI)]]

== 讨论 ==

=== 深思WSGI ===
[[Include(/AskWSGI,,from="^##startInc$",to="^##endInc$")]]

TableOfContents

简介

Include(/AbtWSGI)

相关资料

http://wsgi.org/

理解WSGI
实用WSGI
WSGI框架

规范

WSGI应用程序

Include(/AppWSGI)

WSGI服务器

Include(/SrvWSGI)

WSGI中间件

Include(/MidWSGI)

规范细节

Include(/DetailsWSGI)

讨论

深思WSGI

Include(/AskWSGI,,from="^##startInc$",to="^##endInc$")

WSGI (last edited 2009-12-25 07:17:11 by localhost)