Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4345/include/tpl
Modified Files:
config_local.tpl
Log Message:
added config option to NOT hide entries in the future. Some newssites may even have a use for this. :)
Index: config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_local.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config_local.tpl 28 Nov 2004 21:07:11 -0000 1.3
+++ config_local.tpl 29 Nov 2004 10:39:33 -0000 1.4
@@ -38,11 +38,12 @@
$serendipity['wysiwyg'] = '{INSTALL_WYSIWYG|wysiwyg|bool|0|0}'; // INSTALL_WYSIWYG_DESC
$serendipity['XHTML11'] = '{INSTALL_XHTML11|XHTML11|bool|0|255}'; // INSTALL_XHTML11_DESC
$serendipity['enablePopup'] = '{INSTALL_POPUP|enablePopup|bool|0|255}'; // INSTALL_POPUP_DESC
-$serendipity['embed'] = '{INSTALL_EMBED|embed|bool||255}'; // INSTALL_EMBED_DESC
-$serendipity['top_as_links'] = '{INSTALL_SHOW_EXTERNAL_LINKS|top_as_links|bool||1|255}'; // INSTALL_SHOW_EXTERNAL_LINKS_DESC
+$serendipity['embed'] = '{INSTALL_EMBED|embed|bool|0|255}'; // INSTALL_EMBED_DESC
+$serendipity['top_as_links'] = '{INSTALL_SHOW_EXTERNAL_LINKS|top_as_links|bool|1|255}'; // INSTALL_SHOW_EXTERNAL_LINKS_DESC
$serendipity['blockReferer'] = '{INSTALL_BLOCKREF|blockReferer|string|;|255}'; // INSTALL_BLOCKREF_DESC
$serendipity['rewrite'] = '{INSTALL_REWRITE|rewrite|list|none=>Disable URL Rewriting,errordocs=>Use Apache errorhandling,rewrite=>Use Apache mod_rewrite|255}'; // INSTALL_REWRITE_DESC
$serendipity['serverOffsetHours'] = '{INSTALL_OFFSET|serverOffsetHours|string|0|255}'; // INSTALL_OFFSET_DESC
+$serendipity['showFutureEntries'] = '{INSTALL_SHOWFUTURE|showFutureEntries|bool|0|255}'; // INSTALL_SHOWFUTURE_DESC
// INSTALL_CAT_IMAGECONV
# INSTALL_CAT_IMAGECONV_DESC
|