File: MANIFEST

package info (click to toggle)
quixote1 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,020 kB
  • ctags: 1,115
  • sloc: python: 5,339; ansic: 1,297; makefile: 83; sh: 43
file content (123 lines) | stat: -rw-r--r-- 1,976 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
ACKS
CHANGES
LICENSE
MANIFEST
MANIFEST.in
README
TODO
__init__.py
_py_htmltext.py
config.py
errors.py
fcgi.py
html.py
http_request.py
http_response.py
mod_python_handler.py
ptl_compile.py
ptl_import.py
ptlc_dump.py
publish.py
qx_distutils.py
sendmail.py
session.py
setup.py
upload.py
util.py
./__init__.py
./_py_htmltext.py
./config.py
./errors.py
./fcgi.py
./html.py
./http_request.py
./http_response.py
./mod_python_handler.py
./ptl_compile.py
./ptl_import.py
./ptlc_dump.py
./publish.py
./qx_distutils.py
./sendmail.py
./session.py
./upload.py
./util.py
./demo/__init__.py
./demo/demo_scgi.py
./demo/forms.ptl
./demo/integer_ui.py
./demo/pages.ptl
./demo/run_cgi.py
./demo/session.ptl
./demo/widgets.ptl
./form/__init__.py
./form/form.py
./form/widget.py
./form2/__init__.py
./form2/compatibility.py
./form2/css.py
./form2/form.py
./form2/widget.py
./server/__init__.py
./server/medusa_http.py
./server/twisted_http.py
demo/__init__.py
demo/demo.cgi
demo/demo.conf
demo/demo_scgi.py
demo/demo_scgi.sh
demo/forms.ptl
demo/integer_ui.py
demo/pages.ptl
demo/run_cgi.py
demo/session.ptl
demo/session_demo.cgi
demo/upload.cgi
demo/widgets.ptl
doc/INSTALL.html
doc/INSTALL.txt
doc/Makefile
doc/PTL.html
doc/PTL.txt
doc/ZPL.txt
doc/default.css
doc/demo.html
doc/demo.txt
doc/form2conversion.html
doc/form2conversion.txt
doc/multi-threaded.html
doc/multi-threaded.txt
doc/programming.html
doc/programming.txt
doc/session-mgmt.html
doc/session-mgmt.txt
doc/static-files.html
doc/static-files.txt
doc/upgrading.html
doc/upgrading.txt
doc/upload.html
doc/upload.txt
doc/web-server.html
doc/web-server.txt
doc/web-services.html
doc/web-services.txt
doc/widgets.html
doc/widgets.txt
form/__init__.py
form/form.py
form/widget.py
form2/__init__.py
form2/compatibility.py
form2/css.py
form2/form.py
form2/widget.py
server/__init__.py
server/medusa_http.py
server/twisted_http.py
src/Makefile
src/_c_htmltext.c
src/cimport.c
src/setup.py
test/__init__.py
test/ua_test.py
test/utest_html.py