Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27187/include/tpl
Modified Files:
config_local.tpl
Log Message:
- Allow the delivery of gzip compressed pages
Index: config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_local.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config_local.tpl 19 Nov 2004 11:05:34 -0000 1.2
+++ config_local.tpl 28 Nov 2004 21:07:11 -0000 1.3
@@ -33,6 +33,7 @@
// INSTALL_CAT_DISPLAY
# INSTALL_CAT_DISPLAY_DESC
$serendipity['fetchLimit'] = '{INSTALL_FETCHLIMIT|fetchLimit|string|15|255}'; // INSTALL_FETCHLIMIT_DESC
+$serendipity['useGzip'] = '{INSTALL_USEGZIP|useGzip|bool|1|255}'; // INSTALL_USEGZIP_DESC
$serendipity['extCSS'] = '{INSTALL_EXTERNALSTYLE|extCSS|string|none|255}'; // INSTALL_EXTERNALSTYLE_DESC
$serendipity['wysiwyg'] = '{INSTALL_WYSIWYG|wysiwyg|bool|0|0}'; // INSTALL_WYSIWYG_DESC
$serendipity['XHTML11'] = '{INSTALL_XHTML11|XHTML11|bool|0|255}'; // INSTALL_XHTML11_DESC
|