From: <tom...@us...> - 2003-07-13 16:16:21
|
Update of /cvsroot/php-blog/serendipity In directory sc8-pr-cvs1:/tmp/cvs-serv16684 Modified Files: serendipity_config_local.tpl Log Message: Removed unwanted slash Added better email example Index: serendipity_config_local.tpl =================================================================== RCS file: /cvsroot/php-blog/serendipity/serendipity_config_local.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- serendipity_config_local.tpl 9 Jul 2003 17:52:00 -0000 1.10 +++ serendipity_config_local.tpl 13 Jul 2003 16:16:18 -0000 1.11 @@ -20,14 +20,14 @@ // General settings $serendipity['user'] = '{Admin username|user|string|John Doe}'; // Username for admin login $serendipity['pass'] = '{Admin password|pass|protected|john}'; // Password for admin login -$serendipity['email'] = '{Admin email|email|string|j}'; // Email for admin login -$serendipity['want_mail'] = '{Send mails to admin?|want_mail|bool|true}'; // Do you want to receive emails when comments are posted to your entries? +$serendipity['email'] = '{Admin email|email|string|jo...@ex...}'; // Email for admin login +$serendipity['want_mail'] = '{Send mails to admin?|want_mail|bool|1}'; // Do you want to receive emails when comments are posted to your entries? $serendipity['extCSS'] = '{External Stylesheet|extCSS|string|none}'; // You can define a stylesheet uri here, aditionally to the settings adjustable in the admin interface (enter 'none' if you don't need this) $serendipity['wysiwyg'] = '{Use WYSIWYG editor|wysiwyg|bool|0}'; // Do you want to use the WYSIWYG editor (CAUTION: only turn this on if you use Microsoft's Internet Explorer!!!)? $serendipity['XHTML11'] = '{Force XHTML 1.1 compliance|XHTML11|bool|0}'; // Do you want to force XHTML 1.1 compliance (may cause problems for back-/frontend on older 4th generation browsers) $serendipity['embed'] = '{Is serendipity embedded?|embed|bool|0}'; // If you want to embed serendipity within a regular page, set to true to discard any headers and just print the contents. You can make use of the indexFile option to use a wrapper class where you put your normal webpage headers. -$serendipity['blogTitle'] = '{Blog name|blogTitle|string|John Doe\'s personal blog}'; // The title of your blog +$serendipity['blogTitle'] = '{Blog name|blogTitle|string|John Doe's personal blog}'; // The title of your blog $serendipity['blogDescription'] = '{Blog description|blogDescription|string|Welcome to my blog...}'; // Description of your blog $serendipity['lang'] = '{Language file|lang|string|en}'; // Language (for 'en' you need serendipity_lang_en.inc.php). $serendipity['track_exits'] = '{Track exit URLs|track_exits|bool|1}'; // Do you want to track exit targets? |