Files
Rasmus Lerdorf d82c4db9ae Generalize slider code to get ready for multiple effects. Use
effect="slide" instead of slide="1" now in the bullet tag.
2002-07-26 07:13:53 +00:00

17 lines
563 B
XML

<slide title="mod_gzip">
<blurb>
Mod_gzip is a superb apache module which handles gzip compression and
data caching. It offers signifigant increases in compression performance
to the homebrewed PHP solutions.
</blurb>
<list title="mod_gzip features">
<bullet effect="slide">Compression statistics</bullet>
<bullet effect="slide">The ability to chose compression via MIME type and
Filename</bullet>
<bullet effect="slide">You can exclude compression for certain browsers</bullet>
<bullet effect="slide">Can cache compression results</bullet>
</list>
</slide>