From 4ef5206864d44b79c1e8b66feb8f980c51155b9d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 22 Feb 2009 22:59:36 -0700 Subject: [PATCH] Documentation tweaks --- imp/README | 2 +- imp/config/filter.txt.dist | 1 - imp/config/header.php.dist | 16 +++++++--------- imp/config/hooks.php.dist | 4 ++-- imp/config/menu.php.dist | 4 ++-- imp/config/mime_drivers.php.dist | 6 ++++-- imp/config/motd.php.dist | 24 ++++++++++++++---------- imp/config/portal.php.dist | 4 ++-- imp/config/prefs.php.dist | 4 ++-- imp/config/servers.php.dist | 4 ++-- imp/config/spelling.php.dist | 4 ++-- imp/docs/INSTALL | 6 +++--- imp/docs/TODO | 7 +------ imp/docs/UPGRADING | 4 +--- 14 files changed, 43 insertions(+), 47 deletions(-) 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 @@