summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-21 22:30:52 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-21 22:30:52 +0000
commita7b5d34cf5cf458cc67f532a204254da20866718 (patch)
tree20f5feecf262cd44825bcd567d546e8644bef7c4
parentdc3940cc3d54b8d409597c5625c24140d57be617 (diff)
downloadbrdo-a7b5d34cf5cf458cc67f532a204254da20866718.tar.gz
brdo-a7b5d34cf5cf458cc67f532a204254da20866718.tar.bz2
- Corrected the documentation.
-rw-r--r--modules/cloud.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cloud.module b/modules/cloud.module
index 51789c387..78bd24b88 100644
--- a/modules/cloud.module
+++ b/modules/cloud.module
@@ -9,7 +9,7 @@ function cloud_help($type = "administrator") {
$output .= "The cloud monitor tracks or crawls other interesting websites and displays their last modification dates. Visitors to the host site learn about relevant sites and can easily see if there is new content. Here is how it works:";
$output .= "<ul>";
$output .= " <li>The site administrator enters names and URLs of the relevant pages on the cloud monitor administration page.</li>";
- $output .= " <li>Drupal's cron function, triggers the cloud module to check all the registered websites for recent changes or updates. (A page is updated when there is a 50-character difference since the last time it checked.)</li>";
+ $output .= " <li>Drupal's cron function, triggers the cloud module to check all the registered websites for recent changes or updates. (A page is updated when there is a <i>x</i>-byte difference since the last time it checked, where <i>x</i> is a configuration option.)</li>";
$output .= " <li>The module exports both a page and a block that display the registered sites ordered by their last modification date.</li>";
$output .= "</ul>";
}
@@ -218,4 +218,4 @@ function cloud_admin() {
}
}
-?> \ No newline at end of file
+?>