home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2004 December
/
PCpro_2004_12.ISO
/
files
/
webserver
/
tsw
/
TSW_3.4.0.exe
/
Apache2
/
spyce
/
*.*
/
compress.spy
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-05-18
|
332 b
|
10 lines
[[.import name=compress args="gzip=1, spaces=1"]]
[[\
response.write('<html><body>')
response.write(' Space compression will remove these spaces.<br>')
response.write(' gzip compression will highly compress this:<br>')
for i in range(1000):
response.write(' hello')
response.write('</body></html>')
]]