84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
-
+
|
The /sqlite-src-ext/checklist file is a
[https://wapp.tcl.tk|Wapp program]. The current source code to the
this program can be seen at
[https://www.sqlite.org/src/ext/checklist/3070700/self] and
recent historical versions are available at
[https://sqlite.org/docsrc/finfo/misc/checklist.tcl] with
older legacy at [https://sqlite.org/checklistapp/timeline?n=all]
older legacy at [https://sqlite.org/checklistapp/timeline?n1=all]
There is a cascade of CGIs happening here. The web server that receives
the initial HTTP request runs Fossil as a CGI based on the
"https://sqlite.org/src" portion of the URL. The Fossil instance then
runs the checklist sub-CGI based on the "/ext/checklists" suffix. The
output of the sub-CGI is read by Fossil and then relayed on to the
main web server which in turn relays the result back to the original client.
|