From: Michael M Slusarz Date: Mon, 23 Feb 2009 05:59:36 +0000 (-0700) Subject: Documentation tweaks X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4ef5206864d44b79c1e8b66feb8f980c51155b9d;p=horde.git Documentation tweaks --- diff --git a/imp/README b/imp/README index 744c0d511..44c3ff86a 100644 --- a/imp/README +++ b/imp/README @@ -1,7 +1,7 @@ What is IMP? ============ -:Contact: imp@lists.horde.org +:Contact: imp@lists.horde.org .. contents:: Contents .. section-numbering:: diff --git a/imp/config/filter.txt.dist b/imp/config/filter.txt.dist index cb43778b5..7b01f8499 100644 --- a/imp/config/filter.txt.dist +++ b/imp/config/filter.txt.dist @@ -1,5 +1,4 @@ # Enter a list of words that will be filtered. Only put one word on each # line. Comments are allowed. A comment starts with a '#' and ends at the # end of the line. -# poop diff --git a/imp/config/header.php.dist b/imp/config/header.php.dist index a5eae70a7..f60005af5 100644 --- a/imp/config/header.php.dist +++ b/imp/config/header.php.dist @@ -1,22 +1,20 @@ - - - * To use, unncomment and modify these variables: + * To use, uncomment and modify these variables: * * $SERVER_SSL_PORT - Port on which your SSL server listens (Usually 443) * $SERVER_HTTP_PORT - Port on which your HTTP server listens (Usually 80) @@ -23,13 +27,13 @@ // echo '
'; // // switch ($port) { -// case $SERVER_SSL_PORT: -// echo _("You are currently using Secure HTTPS
"); -// break; +// case $SERVER_SSL_PORT: +// echo _("You are currently using Secure HTTPS
"); +// break; // -// case $SERVER_HTTP_PORT: -// echo _("You are currently using Standard HTTP
"); -// break; +// case $SERVER_HTTP_PORT: +// echo _("You are currently using Standard HTTP
"); +// break; // } // // echo '' . _("Click here for Standard HTTP") . ' - ' . _("Click here for Secure HTTPS") . '
'; diff --git a/imp/config/portal.php.dist b/imp/config/portal.php.dist index a1ce65eee..fc35863e6 100644 --- a/imp/config/portal.php.dist +++ b/imp/config/portal.php.dist @@ -1,7 +1,5 @@ A DOM ID to assign to the containing block * 'tag' => A tag name to add to the template array. Allows * the use of in custom template files. + * + * $Id$ */ $collection = new Horde_Block_Collection(); diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 4bc9c280b..32a1e5fb9 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -1,8 +1,8 @@