Quixote (web framework): Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Frost
m Reverted edits by 82.5.53.7 (talk): addition of unnecessary/inappropriate external links (HG) (3.4.12)
 
imported>InternetArchiveBot
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5
 
Line 17: Line 17:
| author                =  
| author                =  
| developer              = Andrew Kuchling, Neil Schemenauer and Greg Ward
| developer              = Andrew Kuchling, Neil Schemenauer and Greg Ward
| released              = {{Start date and age|2000|08|12|df=yes/no}}<ref>{{cite web |title=CHANGES_24.txt |url=http://quixote.ca/doc/CHANGES_24.txt}}</ref><ref>[https://www.mems-exchange.org/software/quixote/ Quixote] is a web application framework developed and first released by the MNX in 2000 (or 2001).</ref>
| released              = {{Start date and age|2000|08|12|df=yes/no}}<ref>{{cite web |title=CHANGES_24.txt |url=http://quixote.ca/doc/CHANGES_24.txt |access-date=2013-03-23 |archive-date=2020-01-19 |archive-url=https://web.archive.org/web/20200119205458/http://quixote.ca/doc/CHANGES_24.txt |url-status=dead }}</ref><ref>[https://www.mems-exchange.org/software/quixote/ Quixote] is a web application framework developed and first released by the MNX in 2000 (or 2001).</ref>
| discontinued          =  
| discontinued          =  
| latest release version = 3.2
| latest release version = 3.2
| latest release date    = {{Start date and age|2020|08|10|df=yes/no}}<ref>{{cite web|url=http://quixote.python.ca/|title=The Quixote Web Framework}}</ref>
| latest release date    = {{Start date and age|2020|08|10|df=yes/no}}<ref>{{cite web|url=http://quixote.python.ca/|title=The Quixote Web Framework|access-date=2024-07-23|archive-date=2024-07-23|archive-url=https://web.archive.org/web/20240723190149/http://quixote.python.ca/|url-status=dead}}</ref>
| latest preview version =  
| latest preview version =  
| latest preview date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->

Latest revision as of 21:36, 15 August 2025

Script error: No such module "Unsubst". Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters". Quixote is a software framework for developing web applications in Python. Quixote "is based on a simple, flexible design, making it possible to write applications quickly and to benefit from the wide range of available third-party Python modules".[1]

A Quixote application is typically a Python package, a collection of modules grouped into a single directory tree. Quixote then maps a URL to a function or method inside the Python package; the function is then called with the contents of the HTTP request, and the results are returned to the client.

See also

Script error: No such module "Portal".

References

<templatestyles src="Reflist/styles.css" />

  1. Quixote: a Python-Centric Web Application Framework, 22 July 2002, By Greg Ward, Linux Journal

Script error: No such module "Check for unknown parameters".

External links

  • Script error: No such module "Official website".Script error: No such module "Check for unknown parameters".

Script error: No such module "Navbox". Script error: No such module "Navbox".

Template:Asbox